Home
last modified time | relevance | path

Searched refs:nlist (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/build/
H A Dltmain.sh4581 $show "$rm $nlist ${nlist}S ${nlist}T"
4582 $run $rm "$nlist" "${nlist}S" "${nlist}T"
4615 $run eval '$mv "$nlist"T "$nlist"'
4620 $run eval '$mv "$nlist"T "$nlist"'
4637 $run eval 'mv "$nlist"T "$nlist"'
4656 test -f "$nlist" || : > "$nlist"
4659 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
4660 $mv "$nlist"T "$nlist"
4673 grep -v "^: " < "$nlist" > "$nlist"S
4764 $show "$rm $output_objdir/$dlsyms $nlist ${nlist}S ${nlist}T"
[all …]
H A Dlibtool.m44639 nlist=conftest.nm
4640 …Y_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
4642 if sort "$nlist" | uniq > "$nlist"T; then
4643 mv -f "$nlist"T "$nlist"
4645 rm -f "$nlist"T
4649 if grep ' nm_test_var$' "$nlist" >/dev/null; then
4650 if grep ' nm_test_func$' "$nlist" >/dev/null; then
4658 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
4676 …$SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main…
4697 echo "cannot find nm_test_func in $nlist" >&5
[all …]
/PHP-7.4/ext/ftp/
H A Dphp_ftp.c726 char **nlist, **ptr, *dir; in PHP_FUNCTION() local
738 if (NULL == (nlist = ftp_nlist(ftp, dir, dir_len))) { in PHP_FUNCTION()
743 for (ptr = nlist; *ptr; ptr++) { in PHP_FUNCTION()
746 efree(nlist); in PHP_FUNCTION()

Completed in 33 milliseconds