Searched refs:ln (Results 1 - 4 of 4) sorted by relevance
| /PHP_TRUNK/ |
| 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_TRUNK/ext/dba/libinifile/ |
| H A D | inifile.c | 73 void inifile_line_free(line_type *ln) argument 75 inifile_key_free(&ln->key); 76 inifile_val_free(&ln->val); 77 ln->pos = 0; 167 static int inifile_read(inifile *dba, line_type *ln TSRMLS_DC) { 171 inifile_val_free(&ln->val); 181 inifile_key_free(&ln->key); 182 ln->key.group = etrim(fline+1); 183 ln->key.name = estrdup(""); 184 ln 246 line_type ln = {{NULL,NULL},{NULL}}; local 298 line_type ln = {{NULL,NULL},{NULL}}; local 339 line_type ln = {{NULL,NULL},{NULL}}; local 368 line_type ln = {{NULL,NULL},{NULL}}; local 420 line_type ln = {{NULL,NULL},{NULL}}; local [all...] |
| H A D | inifile.h | 61 void inifile_line_free(line_type *ln);
|
| /PHP_TRUNK/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