Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/tcpdchk/
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/
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()