Searched refs:nlist (Results 1 - 25 of 160) sorted by last modified time

1234567

/freebsd-11-stable/contrib/sqlite3/
H A Dltmain.sh4586 # Discover the nlist of each of the dlfiles.
4587 nlist=$output_objdir/$my_outputname.nm
4589 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
4626 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
4633 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
4638 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
4639 eval '$MV "$nlist"
[all...]
H A Dconfigure7056 nlist=conftest.nm
7057 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7058 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7061 test $ac_status = 0; } && test -s "$nlist"; then
7063 if sort "$nlist" | uniq > "$nlist"T; then
7064 mv -f "$nlist"T "$nlist"
7066 rm -f "$nlist"T
7070 if $GREP ' nm_test_var$' "$nlist" >/de
[all...]
/freebsd-11-stable/contrib/unbound/
H A Dltmain.sh4586 # Discover the nlist of each of the dlfiles.
4587 nlist=$output_objdir/$my_outputname.nm
4589 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
4626 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
4633 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
4638 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
4639 eval '$MV "$nlist"
[all...]
H A Dconfigure8978 nlist=conftest.nm
8979 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
8980 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
8983 test $ac_status = 0; } && test -s "$nlist"; then
8985 if sort "$nlist" | uniq > "$nlist"T; then
8986 mv -f "$nlist"T "$nlist"
8988 rm -f "$nlist"T
8992 if $GREP ' nm_test_var$' "$nlist" >/de
[all...]
/freebsd-11-stable/usr.sbin/arp/
H A Darp.c74 #include <nlist.h>
/freebsd-11-stable/lib/libkvm/
H A Dkvm.c71 /* from src/lib/libc/gen/nlist.c */
72 int __fdnlist(int, struct nlist *);
81 struct nlist *nl;
584 * Calculate the space we need to malloc for nlist and names.
599 /* Add space for the terminating nlist entry. */
603 /* Alloc one chunk for (nlist, [names]) and setup pointers. */
612 /* Generate shortened nlist with special prefix. */
652 /* Update nlist with new, translated results. */
703 * We can use the kld lookup syscall. Go through each nlist entry
782 kvm_nlist(kvm_t *kd, struct nlist *n
[all...]
/freebsd-11-stable/contrib/subversion/
H A Dconfigure9549 nlist=conftest.nm
9550 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
9551 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
9554 test $ac_status = 0; } && test -s "$nlist"; then
9556 if sort "$nlist" | uniq > "$nlist"T; then
9557 mv -f "$nlist"T "$nlist"
9559 rm -f "$nlist"T
9563 if $GREP ' nm_test_var$' "$nlist" >/de
[all...]
/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Dsock.c42 #include <nlist.h>
123 struct nlist names[4] = {
H A Diptests.c40 # include <nlist.h>
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dippool.c27 # include <nlist.h>
790 struct nlist names[2] = { { "ip_pool_list" } , { "" } };
792 if (nlist(kernel, names) != 1)
819 struct nlist names[2] = { { "ipf_htables" } , { "" } };
821 if (nlist(kernel, names) != 1)
H A Dipnat.c45 # include <nlist.h>
241 struct nlist nat_nlist[10] = {
254 if (nlist(kernel, nat_nlist) == -1) {
255 fprintf(stderr, "nlist error\n");
H A Dipfstat.c11 # include <nlist.h>
557 struct nlist deadlist[44] = {
619 if (nlist(kernel, deadlist) == -1) {
620 fprintf(stderr, "nlist error\n");
/freebsd-11-stable/usr.bin/systat/
H A Dvmstat.c59 #include <nlist.h>
H A Dswap.c48 #include <nlist.h>
H A Dmain.c52 #include <nlist.h>
355 nlisterr(struct nlist n_list[])
361 mvprintw(2, 10, "systat: nlist: can't find following symbols:");
H A Diostat.c71 #include <nlist.h>
H A Dextern.h68 extern struct nlist namelist[];
134 void nlisterr(struct nlist []);
/freebsd-11-stable/contrib/sendmail/src/
H A Dconf.c1506 # include <nlist.h>
1518 struct nlist Nl[2];
1520 struct nlist Nl[] =
1559 if (nlist(_PATH_UNIX, Nl) < 0)
1563 sm_dprintf("getla: nlist(%s): %s\n", _PATH_UNIX,
1570 sm_dprintf("getla: nlist(%s, %s) ==> 0\n",
/freebsd-11-stable/usr.bin/top/
H A Dmachine.c41 #include <nlist.h>
103 /* definitions for indices in the nlist array */
/freebsd-11-stable/contrib/file/
H A Dconfigure7390 nlist=conftest.nm
7391 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7392 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7395 test $ac_status = 0; } && test -s "$nlist"; then
7397 if sort "$nlist" | uniq > "$nlist"T; then
7398 mv -f "$nlist"T "$nlist"
7400 rm -f "$nlist"T
7404 if $GREP ' nm_test_var$' "$nlist" >/de
[all...]
/freebsd-11-stable/contrib/ntp/sntp/
H A Dconfigure17283 nlist=conftest.nm
17284 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
17285 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
17288 test $ac_status = 0; } && test -s "$nlist"; then
17290 if sort "$nlist" | uniq > "$nlist"T; then
17291 mv -f "$nlist"T "$nlist"
17293 rm -f "$nlist"T
17297 if $GREP ' nm_test_var$' "$nlist" >/de
[all...]
/freebsd-11-stable/contrib/ntp/ntpdate/
H A Dntpdate.c1042 u_int nlist; local
1063 nlist = 0; /* none yet */
1111 for (i = 0; i < nlist; i++)
1114 for ( ; i < nlist; i++) {
1127 for (j = nlist; j > i; j--)
1136 if (nlist < NTP_MAXLIST)
1137 nlist++;
1145 for (i = 1; i < nlist; i++)
1149 nlist = i;
1161 if (0 == nlist)
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_proto.c3439 int nlist, nl2; local
3482 nlist = 1;
3484 nlist++;
3485 endpoint_size = ALIGNED_SIZE(nlist * 2 * sizeof(*endpoint));
3486 peers_size = ALIGNED_SIZE(nlist * sizeof(*peers));
3487 indx_size = ALIGNED_SIZE(nlist * 2 * sizeof(*indx));
3503 nlist = nl2 = 0; /* none yet */
3601 peers[nlist].peer = peer;
3602 peers[nlist].error = peer->jitter;
3603 peers[nlist]
[all...]
/freebsd-11-stable/contrib/ntp/include/
H A Dl_stdlib.h97 struct nlist;
98 extern int nlist (const char *, struct nlist *);
/freebsd-11-stable/contrib/ntp/
H A Dconfigure8978 nlist=conftest.nm
8979 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
8980 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
8983 test $ac_status = 0; } && test -s "$nlist"; then
8985 if sort "$nlist" | uniq > "$nlist"T; then
8986 mv -f "$nlist"T "$nlist"
8988 rm -f "$nlist"T
8992 if $GREP ' nm_test_var$' "$nlist" >/de
[all...]

Completed in 451 milliseconds

1234567