Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/tcpdchk/
H A Dinetcf.c198 int wrap_status = WR_MAYBE; in inet_chk() local
234 wrap_status = WR_YES; in inet_chk()
279 wrap_status = WR_NOT; in inet_chk()
281 wrap_status = WR_MAYBE; in inet_chk()
283 wrap_status = WR_NOT; in inet_chk()
286 wrap_status = WR_MAYBE; in inet_chk()
293 if (wrap_status == WR_YES && STR_EQ(protocol, "rpc/tcp")) in inet_chk()
298 wrap_status = WR_YES; in inet_chk()
300 inet_set(tcpd_proc_name, wrap_status); in inet_chk()
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dplugin.c771 enum { wrap_none, wrapper, wrapped } wrap_status = wrap_none; in get_symbols() local
782 wrap_status = wrapper; in get_symbols()
792 wrap_status = wrapped; in get_symbols()
883 || wrap_status == wrapper) in get_symbols()
885 else if (wrap_status == wrapped) in get_symbols()
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dplugin.c758 enum { wrap_none, wrapper, wrapped } wrap_status = wrap_none; in get_symbols() local
769 wrap_status = wrapper; in get_symbols()
779 wrap_status = wrapped; in get_symbols()
870 || wrap_status == wrapper) in get_symbols()
872 else if (wrap_status == wrapped) in get_symbols()