Searched refs:ln (Results 1 - 4 of 4) sorted by relevance
| /PHP_5_3/ |
| H A D | ltmain.sh | 891 until $run ln "$progpath" "$lockfile" 2>/dev/null; do 5582 $show "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" 5583 $run ln "$obj" "$gentop/$newobj" || 6053 # Try `ln -sf' first, because the `ln' binary might depend on 6054 # the symlink we replace! Solaris /bin/ln does not understand -f, 6055 # so we also need to try rm && ln -s.
|
| /PHP_5_3/ext/dba/libinifile/ |
| H A D | inifile.c | 74 void inifile_line_free(line_type *ln) argument 76 inifile_key_free(&ln->key); 77 inifile_val_free(&ln->val); 78 ln->pos = 0; 168 static int inifile_read(inifile *dba, line_type *ln TSRMLS_DC) { 172 inifile_val_free(&ln->val); 182 inifile_key_free(&ln->key); 183 ln->key.group = etrim(fline+1); 184 ln->key.name = estrdup(""); 185 ln 247 line_type ln = {{NULL,NULL},{NULL}}; local 299 line_type ln = {{NULL,NULL},{NULL}}; local 340 line_type ln = {{NULL,NULL},{NULL}}; local 369 line_type ln = {{NULL,NULL},{NULL}}; local 421 line_type ln = {{NULL,NULL},{NULL}}; local [all...] |
| H A D | inifile.h | 61 void inifile_line_free(line_type *ln);
|
| /PHP_5_3/ext/session/ |
| H A D | mod_user.c | 41 #define SESS_ZVAL_STRINGN(vl, ln, a) \ 44 ZVAL_STRINGL(a, vl, ln, 1); \
|
Completed in 11 milliseconds