Home
last modified time | relevance | path

Searched refs:nlist (Results 76 – 100 of 14846) sorted by path

12345678910>>...594

/dports/archivers/xarchiver/xarchiver-0.5.4.16/
H A Dconfigure6627 nlist=conftest.nm
6629 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6632 test $ac_status = 0; } && test -s "$nlist"; then
6634 if sort "$nlist" | uniq > "$nlist"T; then
6635 mv -f "$nlist"T "$nlist"
6637 rm -f "$nlist"T
6641 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6642 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6675 …$SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> c…
6707 echo "cannot find nm_test_func in $nlist" >&5
[all …]
H A Dltmain.sh4587 nlist=$output_objdir/$my_outputname.nm
4589 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
4732 test -f "$nlist" || : > "$nlist"
4735 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
4736 $MV "$nlist"T "$nlist"
4740 if $GREP -v "^: " < "$nlist" |
4746 uniq > "$nlist"S; then
4749 $GREP -v "^: " < "$nlist" > "$nlist"S
4752 if test -f "$nlist"S; then
4774 if test -s "$nlist"I; then
[all …]
/dports/archivers/xpk/xpk-0.1.4/
H A Dltconfig1639 …t | $global_symbol_pipe > $nlist\"" >&5; eval "$NM conftest.$objext | $global_symbol_pipe > $nlist
1642 if sort "$nlist" | uniq > "$nlist"T; then
1643 mv -f "$nlist"T "$nlist"
1645 rm -f "$nlist"T
1649 if egrep ' nm_test_var$' "$nlist" >/dev/null; then
1650 if egrep ' nm_test_func$' "$nlist" >/dev/null; then
1676 sed 's/^. \(.*\) \(.*\)$/ {"\2", (lt_ptr_t) \&\2},/' < "$nlist" >> conftest.c
1699 echo "cannot find nm_test_func in $nlist" >&5
1702 echo "cannot find nm_test_var in $nlist" >&5
H A Dltmain.sh2514 test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist"
2549 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
2554 test -f "$nlist" || : > "$nlist"
2557 egrep -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
2558 $mv "$nlist"T "$nlist"
2562 if grep -v "^: " < "$nlist" | sort +2 | uniq > "$nlist"S; then
2565 grep -v "^: " < "$nlist" > "$nlist"S
2568 if test -f "$nlist"S; then
2596 < "$nlist" >> "$output_objdir/$dlsyms"
2639 $show "$rm $output_objdir/$dlsyms $nlist ${nlist}S ${nlist}T"
[all …]
/dports/astro/astrometry/astrometry.net-0.85/gsl-an/
H A Dconfigure5452 nlist=conftest.nm
5453 … echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
5454 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
5457 (exit $ac_status); } && test -s "$nlist"; then
5459 if sort "$nlist" | uniq > "$nlist"T; then
5460 mv -f "$nlist"T "$nlist"
5462 rm -f "$nlist"T
5466 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5467 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5520 echo "cannot find nm_test_func in $nlist" >&5
[all …]
/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dbl-nl.c139 void NLF(remove)(nl* nlist, size_t index) { in NLF()
140 bl_remove_index(nlist, index); in NLF()
143 number NLF(pop)(nl* nlist) { in NLF()
144 number ret = NLF(get)(nlist, nlist->N-1); in NLF()
145 bl_remove_index(nlist, nlist->N-1); in NLF()
149 nl* NLF(dupe)(nl* nlist) { in NLF()
150 nl* ret = NLF(new)(nlist->blocksize); in NLF()
152 for (i=0; i<nlist->N; i++) in NLF()
153 NLF(push)(ret, NLF(get)(nlist, i)); in NLF()
157 ptrdiff_t NLF(remove_value)(nl* nlist, const number value) { in NLF()
[all …]
/dports/astro/celestia-gtk/celestia-1.6.1/admin/
H A Dlibtool.m4.in4414 nlist=conftest.nm
4415 …Y_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
4417 if sort "$nlist" | uniq > "$nlist"T; then
4418 mv -f "$nlist"T "$nlist"
4420 rm -f "$nlist"T
4424 if grep ' nm_test_var$' "$nlist" >/dev/null; then
4425 if grep ' nm_test_func$' "$nlist" >/dev/null; then
4433 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
4451 …$SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main…
4472 echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
[all …]
H A Dltmain.sh2311 nlist="$output_objdir/${my_outputname}.nm"
2313 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
2332 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
2389 eval "$NM $dlprefile 2>/dev/null | $global_symbol_pipe >> '$nlist'"
2395 test -f "$nlist" || : > "$nlist"
2398 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
2399 $MV "$nlist"T "$nlist"
2403 if $GREP -v "^: " < "$nlist" |
2409 uniq > "$nlist"S; then
2412 $GREP -v "^: " < "$nlist" > "$nlist"S
[all …]
/dports/astro/celestia-gtk/celestia-1.6.1/
H A Dconfigure9797 nlist=conftest.nm
9799 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
9802 test $ac_status = 0; } && test -s "$nlist"; then
9804 if sort "$nlist" | uniq > "$nlist"T; then
9805 mv -f "$nlist"T "$nlist"
9807 rm -f "$nlist"T
9811 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
9812 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
9833 …$SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main …
9865 echo "cannot find nm_test_func in $nlist" >&5
[all …]
/dports/astro/celestia-gtk/celestia-1.6.1/macros/
H A Dlibtool.m43440 nlist=conftest.nm
3441 …Y_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
3443 if sort "$nlist" | uniq > "$nlist"T; then
3444 mv -f "$nlist"T "$nlist"
3446 rm -f "$nlist"T
3450 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
3451 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
3459 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
3472 …$SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main …
3500 echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
[all …]
/dports/astro/celestia/celestia-1.6.1/admin/
H A Dlibtool.m4.in4414 nlist=conftest.nm
4415 …Y_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
4417 if sort "$nlist" | uniq > "$nlist"T; then
4418 mv -f "$nlist"T "$nlist"
4420 rm -f "$nlist"T
4424 if grep ' nm_test_var$' "$nlist" >/dev/null; then
4425 if grep ' nm_test_func$' "$nlist" >/dev/null; then
4433 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
4451 …$SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main…
4472 echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
[all …]
H A Dltmain.sh2311 nlist="$output_objdir/${my_outputname}.nm"
2313 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
2332 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
2389 eval "$NM $dlprefile 2>/dev/null | $global_symbol_pipe >> '$nlist'"
2395 test -f "$nlist" || : > "$nlist"
2398 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
2399 $MV "$nlist"T "$nlist"
2403 if $GREP -v "^: " < "$nlist" |
2409 uniq > "$nlist"S; then
2412 $GREP -v "^: " < "$nlist" > "$nlist"S
[all …]
/dports/astro/celestia/celestia-1.6.1/
H A Dconfigure9797 nlist=conftest.nm
9799 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
9802 test $ac_status = 0; } && test -s "$nlist"; then
9804 if sort "$nlist" | uniq > "$nlist"T; then
9805 mv -f "$nlist"T "$nlist"
9807 rm -f "$nlist"T
9811 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
9812 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
9833 …$SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main …
9865 echo "cannot find nm_test_func in $nlist" >&5
[all …]
/dports/astro/celestia/celestia-1.6.1/macros/
H A Dlibtool.m43440 nlist=conftest.nm
3441 …Y_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
3443 if sort "$nlist" | uniq > "$nlist"T; then
3444 mv -f "$nlist"T "$nlist"
3446 rm -f "$nlist"T
3450 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
3451 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
3459 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
3472 …$SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main …
3500 echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
[all …]
/dports/astro/foxtrotgps/foxtrotgps-1.2.2/
H A Daclocal.m44790 nlist=conftest.nm
4791 …EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
4793 if sort "$nlist" | uniq > "$nlist"T; then
4794 mv -f "$nlist"T "$nlist"
4796 rm -f "$nlist"T
4800 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
4801 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
4821 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
4834 …$SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> c…
4862 echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
[all …]
H A Dconfigure7908 nlist=conftest.nm
7910 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7913 test $ac_status = 0; } && test -s "$nlist"; then
7915 if sort "$nlist" | uniq > "$nlist"T; then
7916 mv -f "$nlist"T "$nlist"
7918 rm -f "$nlist"T
7922 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7923 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7956 …$SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> c…
7988 echo "cannot find nm_test_func in $nlist" >&5
[all …]
H A Dltmain.sh4587 nlist=$output_objdir/$my_outputname.nm
4589 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
4732 test -f "$nlist" || : > "$nlist"
4735 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
4736 $MV "$nlist"T "$nlist"
4740 if $GREP -v "^: " < "$nlist" |
4746 uniq > "$nlist"S; then
4749 $GREP -v "^: " < "$nlist" > "$nlist"S
4752 if test -f "$nlist"S; then
4774 if test -s "$nlist"I; then
[all …]
/dports/astro/geographiclib/GeographicLib-1.52/
H A Dconfigure7174 nlist=conftest.nm
7176 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7179 test $ac_status = 0; } && test -s "$nlist"; then
7181 if sort "$nlist" | uniq > "$nlist"T; then
7182 mv -f "$nlist"T "$nlist"
7184 rm -f "$nlist"T
7188 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7189 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7222 …$SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> c…
7254 echo "cannot find nm_test_func in $nlist" >&5
[all …]
H A Dltmain.sh4587 nlist=$output_objdir/$my_outputname.nm
4589 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
4732 test -f "$nlist" || : > "$nlist"
4735 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
4736 $MV "$nlist"T "$nlist"
4740 if $GREP -v "^: " < "$nlist" |
4746 uniq > "$nlist"S; then
4749 $GREP -v "^: " < "$nlist" > "$nlist"S
4752 if test -f "$nlist"S; then
4774 if test -s "$nlist"I; then
[all …]
/dports/astro/geographiclib/GeographicLib-1.52/m4/
H A Dlibtool.m44057 nlist=conftest.nm
4058 …EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
4060 if sort "$nlist" | uniq > "$nlist"T; then
4061 mv -f "$nlist"T "$nlist"
4063 rm -f "$nlist"T
4067 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
4068 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
4088 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
4101 …$SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> c…
4129 echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
[all …]
/dports/astro/gnuastro/gnuastro-0.16/bootstrapped/build-aux/
H A Dltmain.sh4801 nlist=$output_objdir/$my_outputname.nm
4803 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
4946 test -f "$nlist" || : > "$nlist"
4949 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
4950 $MV "$nlist"T "$nlist"
4954 if $GREP -v "^: " < "$nlist" |
4960 uniq > "$nlist"S; then
4963 $GREP -v "^: " < "$nlist" > "$nlist"S
4966 if test -f "$nlist"S; then
4988 if test -s "$nlist"I; then
[all …]
/dports/astro/gnuastro/gnuastro-0.16/bootstrapped/m4/
H A Dlibtool.m44075 nlist=conftest.nm
4076 …EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
4078 if sort "$nlist" | uniq > "$nlist"T; then
4079 mv -f "$nlist"T "$nlist"
4081 rm -f "$nlist"T
4085 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
4086 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
4106 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
4119 …$SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> c…
4147 echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
[all …]
/dports/astro/gnuastro/gnuastro-0.16/
H A Dconfigure11728 nlist=conftest.nm
11730 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
11733 test $ac_status = 0; } && test -s "$nlist"; then
11735 if sort "$nlist" | uniq > "$nlist"T; then
11736 mv -f "$nlist"T "$nlist"
11738 rm -f "$nlist"T
11742 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
11743 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
11776 …$SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> c…
11808 echo "cannot find nm_test_func in $nlist" >&5
[all …]
/dports/astro/jday/jday-2.4/
H A Daclocal.m44426 nlist=conftest.nm
4427 …Y_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
4429 if sort "$nlist" | uniq > "$nlist"T; then
4430 mv -f "$nlist"T "$nlist"
4432 rm -f "$nlist"T
4436 if grep ' nm_test_var$' "$nlist" >/dev/null; then
4437 if grep ' nm_test_func$' "$nlist" >/dev/null; then
4445 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
4463 …$SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main…
4484 echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
[all …]
H A Dconfigure5650 nlist=conftest.nm
5651 … echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
5652 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
5655 (exit $ac_status); } && test -s "$nlist"; then
5657 if sort "$nlist" | uniq > "$nlist"T; then
5658 mv -f "$nlist"T "$nlist"
5660 rm -f "$nlist"T
5664 if grep ' nm_test_var$' "$nlist" >/dev/null; then
5665 if grep ' nm_test_func$' "$nlist" >/dev/null; then
5716 echo "cannot find nm_test_func in $nlist" >&5
[all …]

12345678910>>...594