Home
last modified time | relevance | path

Searched refs:ln (Results 1 – 11 of 11) sorted by relevance

/PHP-5.5/ext/dba/libinifile/
H A Dinifile.c77 ln->pos = 0; in inifile_line_free()
199 if (ln->key.name) { in inifile_read()
217 inifile_line_free(ln); in inifile_read()
265 val.value = estrdup(ln.val.value ? ln.val.value : ""); in inifile_fetch()
268 dba->next = ln; in inifile_fetch()
280 inifile_line_free(&ln); in inifile_fetch()
282 return ln.val; in inifile_fetch()
305 dba->curr = ln; in inifile_nextkey()
306 return ln.key.group || ln.key.name; in inifile_nextkey()
379 inifile_line_free(&ln); in inifile_next_group()
[all …]
H A Dinifile.h61 void inifile_line_free(line_type *ln);
/PHP-5.5/
H A DMakefile.gcov24 ln -f -s $(top_srcdir)/$$y.c lcov_data/$$y.c; \
27 ln -f -s $(top_srcdir)/$$y.h lcov_data/$$y.h; \
30 ln -f -s $(top_srcdir)/$$y.re lcov_data/$$y.re; \
33 ln -f -s $(top_srcdir)/$$y.y lcov_data/$$y.y; \
36 ln -f -s $(top_srcdir)/$$y.l lcov_data/$$y.l; \
39 ln -f -s $(top_srcdir)/$$y lcov_data/$$y; \
42 ln -f -s $(top_builddir)/$$y.c lcov_data/$$y.c; \
H A Dltmain.sh891 until $run ln "$progpath" "$lockfile" 2>/dev/null; do
5583 $run ln "$obj" "$gentop/$newobj" ||
/PHP-5.5/ext/session/
H A Dmod_user.c41 #define SESS_ZVAL_STRINGN(vl, ln, a) \ argument
44 ZVAL_STRINGL(a, vl, ln, 1); \
/PHP-5.5/ext/imap/
H A Dconfig.m4202 ln -s "$IMAP_DIR/c-client/c-client.a" "$IMAP_DIR/c-client/libc-client.a" >/dev/null 2>&1
204 ln -s "$IMAP_DIR/$PHP_LIBDIR/c-client.a" "$IMAP_DIR/$PHP_LIBDIR/libc-client.a" >/dev/null 2>&1
/PHP-5.5/win32/build/
H A Dconfutils.js1717 var ln = DEPS.ReadLine();
1724 if (ln.match(reg1) || ln.match(reg0)) {
1731 deps_lines.push(ln);
1783 var ln = outfile.ReadLine();
1788 if (ln.match(reg)) {
1795 lines.push(ln);
/PHP-5.5/sapi/apache2filter/
H A Dconfig.m4109 `ln -s $APXS_BINDIR/httpd _APP_`
/PHP-5.5/sapi/apache2handler/
H A Dconfig.m4108 `ln -s $APXS_BINDIR/httpd _APP_`
/PHP-5.5/ext/oci8/tests/
H A Ddbmsoutput.phpt62 $s = oci_parse($c, "begin dbms_output.get_line(:ln, :st); end;");
63 oci_bind_by_name($s, ":ln", $ln, 100);
67 $res[] = $ln; // append each line to the array
/PHP-5.5/build/
H A Dlibtool.m4152 test -z "$LN_S" && LN_S="ln -s"
1197 ln conftest.a conftest.b 2>/dev/null && hard_links=no
1199 ln conftest.a conftest.b 2>&5 || hard_links=no
1200 ln conftest.a conftest.b 2>/dev/null && hard_links=no

Completed in 37 milliseconds