Searched refs:doprint (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/tools/tools/locale/tools/
H A Dextract-colldef.awk35 $1 == "LC_COLLATE" { doprint = 1 }
36 doprint == 1 { print }
/freebsd-current/sys/netpfil/ipfw/test/
H A Dtest_dn_heap.c79 int doprint(void *_x, void *arg) function
100 dn_ht_scan(h, doprint, 0);
113 dn_ht_scan(h, doprint, 0);
122 dn_ht_scan(h, doprint, 0);
/freebsd-current/sys/net80211/
H A Dieee80211_adhoc.c283 doprint(struct ieee80211vap *vap, int subtype) function
647 if ((ieee80211_msg_debug(vap) && doprint(vap, subtype)) ||
H A Dieee80211_sta.c514 doprint(struct ieee80211vap *vap, int subtype) function
921 if ((ieee80211_msg_debug(vap) && doprint(vap, subtype)) ||
H A Dieee80211_hostap.c453 doprint(struct ieee80211vap *vap, int subtype) function
845 if ((ieee80211_msg_debug(vap) && doprint(vap, subtype)) ||
H A Dieee80211_output.c94 doprint(struct ieee80211vap *vap, int subtype) function
1057 if ((ieee80211_msg_debug(vap) && doprint(vap, type)) ||

Completed in 132 milliseconds