Home
last modified time | relevance | path

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

/openbsd/usr.sbin/ldpd/
H A Dlogmsg.c109 static char tfbuf[TF_BUFS][TF_LEN]; /* ring buffer */ in log_label() local
112 buf = tfbuf[idx++]; in log_label()
/openbsd/usr.sbin/ripctl/
H A Dripctl.c266 static char tfbuf[TF_BUFS][TF_LEN]; /* ring buffer */ in fmt_timeframe_core() local
274 buf = tfbuf[idx++]; in fmt_timeframe_core()
/openbsd/usr.sbin/ospfctl/
H A Dospfctl.c377 static char tfbuf[TF_BUFS][TF_LEN];/* ring buffer */ in fmt_timeframe_core() local
385 buf = tfbuf[idx++]; in fmt_timeframe_core()
/openbsd/usr.sbin/dvmrpctl/
H A Ddvmrpctl.c433 static char tfbuf[TF_BUFS][TF_LEN]; /* ring buffer */ in fmt_timeframe_core() local
441 buf = tfbuf[idx++]; in fmt_timeframe_core()
/openbsd/usr.sbin/ldpctl/
H A Dldpctl.c295 static char tfbuf[TF_BUFS][TF_LEN]; /* ring buffer */ in fmt_timeframe_core() local
302 buf = tfbuf[idx++]; in fmt_timeframe_core()
/openbsd/usr.sbin/eigrpctl/
H A Deigrpctl.c405 static char tfbuf[TF_BUFS][TF_LEN]; /* ring buffer */ in fmt_timeframe_core() local
413 buf = tfbuf[idx++]; in fmt_timeframe_core()
/openbsd/usr.sbin/ospf6ctl/
H A Dospf6ctl.c500 static char tfbuf[TF_BUFS][TF_LEN]; /* ring buffer */ in fmt_timeframe_core() local
507 buf = tfbuf[idx++]; in fmt_timeframe_core()
/openbsd/usr.bin/ssh/
H A Dmisc.c618 static char tfbuf[TF_BUFS][TF_LEN]; /* ring buffer */ in fmt_timeframe() local
623 buf = tfbuf[idx++]; in fmt_timeframe()