Searched refs:wrap_status (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/usr.sbin/tcpdchk/
H A Dinetcf.c198 int wrap_status = WR_MAYBE; local
234 wrap_status = WR_YES;
279 wrap_status = WR_NOT;
281 wrap_status = WR_MAYBE;
283 wrap_status = WR_NOT;
286 wrap_status = WR_MAYBE;
293 if (wrap_status == WR_YES && STR_EQ(protocol, "rpc/tcp"))
298 wrap_status = WR_YES;
300 inet_set(tcpd_proc_name, wrap_status);
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dplugin.c758 enum { wrap_none, wrapper, wrapped } wrap_status = wrap_none; local
769 wrap_status = wrapper;
779 wrap_status = wrapped;
870 || wrap_status == wrapper)
872 else if (wrap_status == wrapped)
/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Dplugin.c747 enum { wrap_none, wrapper, wrapped } wrap_status = wrap_none; local
758 wrap_status = wrapper;
768 wrap_status = wrapped;
856 if (blhe->non_ir_ref_regular || wrap_status == wrapper)
858 else if (wrap_status == wrapped)
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dplugin.c758 enum { wrap_none, wrapper, wrapped } wrap_status = wrap_none; local
769 wrap_status = wrapper;
779 wrap_status = wrapped;
870 || wrap_status == wrapper)
872 else if (wrap_status == wrapped)

Completed in 215 milliseconds