Home
last modified time | relevance | path

Searched refs:TF_BUFS (Results 1 – 8 of 8) sorted by relevance

/openbsd/usr.sbin/ldpd/
H A Dlogmsg.c102 #define TF_BUFS 4 macro
109 static char tfbuf[TF_BUFS][TF_LEN]; /* ring buffer */ in log_label()
113 if (idx == TF_BUFS) in log_label()
/openbsd/usr.sbin/ripctl/
H A Dripctl.c259 #define TF_BUFS 8 macro
266 static char tfbuf[TF_BUFS][TF_LEN]; /* ring buffer */ in fmt_timeframe_core()
275 if (idx == TF_BUFS) in fmt_timeframe_core()
/openbsd/usr.sbin/ospfctl/
H A Dospfctl.c370 #define TF_BUFS 8 macro
377 static char tfbuf[TF_BUFS][TF_LEN];/* ring buffer */ in fmt_timeframe_core()
386 if (idx == TF_BUFS) in fmt_timeframe_core()
/openbsd/usr.sbin/dvmrpctl/
H A Ddvmrpctl.c417 #define TF_BUFS 8 macro
433 static char tfbuf[TF_BUFS][TF_LEN]; /* ring buffer */ in fmt_timeframe_core()
442 if (idx == TF_BUFS) in fmt_timeframe_core()
/openbsd/usr.sbin/ldpctl/
H A Dldpctl.c288 #define TF_BUFS 8 macro
295 static char tfbuf[TF_BUFS][TF_LEN]; /* ring buffer */ in fmt_timeframe_core()
303 if (idx == TF_BUFS) in fmt_timeframe_core()
/openbsd/usr.sbin/eigrpctl/
H A Deigrpctl.c398 #define TF_BUFS 8 macro
405 static char tfbuf[TF_BUFS][TF_LEN]; /* ring buffer */ in fmt_timeframe_core()
414 if (idx == TF_BUFS) in fmt_timeframe_core()
/openbsd/usr.sbin/ospf6ctl/
H A Dospf6ctl.c484 #define TF_BUFS 8 macro
500 static char tfbuf[TF_BUFS][TF_LEN]; /* ring buffer */ in fmt_timeframe_core()
508 if (idx == TF_BUFS) in fmt_timeframe_core()
/openbsd/usr.bin/ssh/
H A Dmisc.c611 #define TF_BUFS 8 macro
618 static char tfbuf[TF_BUFS][TF_LEN]; /* ring buffer */ in fmt_timeframe()
624 if (idx == TF_BUFS) in fmt_timeframe()