Home
last modified time | relevance | path

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

/PHP-7.3/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()
266 val.value = estrdup(ln.val.value ? ln.val.value : ""); in inifile_fetch()
269 dba->next = ln; in inifile_fetch()
281 inifile_line_free(&ln); in inifile_fetch()
283 return ln.val; in inifile_fetch()
304 inifile_read(dba, &ln); in inifile_nextkey()
306 dba->curr = ln; in inifile_nextkey()
307 return ln.key.group || ln.key.name; in inifile_nextkey()
[all …]
H A Dinifile.h61 void inifile_line_free(line_type *ln);
/PHP-7.3/
H A DMakefile.gcov23 ln -f -s $(top_srcdir)/$$y.c lcov_data/$$y.c; \
26 ln -f -s $(top_srcdir)/$$y.h lcov_data/$$y.h; \
29 ln -f -s $(top_srcdir)/$$y.re lcov_data/$$y.re; \
32 ln -f -s $(top_srcdir)/$$y.y lcov_data/$$y.y; \
35 ln -f -s $(top_srcdir)/$$y.l lcov_data/$$y.l; \
38 ln -f -s $(top_srcdir)/$$y lcov_data/$$y; \
41 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-7.3/ext/standard/tests/file/windows_links/
H A Dcommon.inc24 $ln = "$filename.lnk";
25 $ret = exec("mklink $ln " . __FILE__ .' 2>&1', $out);
26 @unlink($ln);
/PHP-7.3/ext/opcache/tests/
H A Drevalidate_path_01.phpt30 $ln = str_replace('/', '\\', $link);
32 `mklink /j $ln $d1`;
45 $ln = str_replace('/', '\\', $link);
47 `mklink /j $ln $d2`;
/PHP-7.3/ext/oci8/tests/
H A Dimp_res_dbmsoutput.phpt59 $s = oci_parse($c, "begin dbms_output.get_line(:ln, :st); end;");
60 oci_bind_by_name($s, ":ln", $ln, 100);
64 $res[] = $ln; // append each line to the array
H A Dimp_res_get_dbmsoutput.phpt63 $s = oci_parse($c, "begin dbms_output.get_line(:ln, :st); end;");
64 oci_bind_by_name($s, ":ln", $ln, 100);
68 $res[] = $ln; // append each line to the array
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-7.3/ext/imap/
H A Dconfig.m4200 ln -s "$IMAP_DIR/c-client/c-client.a" "$IMAP_DIR/c-client/libc-client.a" >/dev/null 2>&1
202 ln -s "$IMAP_DIR/$PHP_LIBDIR/c-client.a" "$IMAP_DIR/$PHP_LIBDIR/libc-client.a" >/dev/null 2>&1
/PHP-7.3/win32/build/
H A Dconfutils.js2136 var ln = DEPS.ReadLine();
2143 if (ln.match(reg1) || ln.match(reg0)) {
2150 deps_lines.push(ln);
2202 var ln = outfile.ReadLine();
2207 if (ln.match(reg)) {
2214 lines.push(ln);
/PHP-7.3/ext/hash/tests/
H A Dfnv1a64.phpt189 array( '-.QPpIKoRth!f^U\');t7ly9\'ln\'0RWE_ew1VA', 'e13bf2cdf312dd7b' ),
/PHP-7.3/build/
H A Dlibtool.m4152 test -z "$LN_S" && LN_S="ln -s"
1193 ln conftest.a conftest.b 2>/dev/null && hard_links=no
1195 ln conftest.a conftest.b 2>&5 || hard_links=no
1196 ln conftest.a conftest.b 2>/dev/null && hard_links=no

Completed in 68 milliseconds