Symbol: TF_LEN
usr.bin/ssh/misc.c
711
static char tfbuf[TF_BUFS][TF_LEN]; /* ring buffer */
usr.bin/ssh/misc.c
732
snprintf(buf, TF_LEN, "%02lluw%01ud%02uh", week, day, hrs);
usr.bin/ssh/misc.c
734
snprintf(buf, TF_LEN, "%01ud%02uh%02um", day, hrs, min);
usr.bin/ssh/misc.c
736
snprintf(buf, TF_LEN, "%02u:%02u:%02u", hrs, min, sec);
usr.sbin/bgpctl/bgpctl.c
652
static char buf[TF_LEN];
usr.sbin/dvmrpctl/dvmrpctl.c
433
static char tfbuf[TF_BUFS][TF_LEN]; /* ring buffer */
usr.sbin/dvmrpctl/dvmrpctl.c
457
snprintf(buf, TF_LEN, "%02lluw%01ud%02uh", week, day, hrs);
usr.sbin/dvmrpctl/dvmrpctl.c
459
snprintf(buf, TF_LEN, "%01ud%02uh%02um", day, hrs, min);
usr.sbin/dvmrpctl/dvmrpctl.c
461
snprintf(buf, TF_LEN, "%02u:%02u:%02u", hrs, min, sec);
usr.sbin/eigrpctl/eigrpctl.c
405
static char tfbuf[TF_BUFS][TF_LEN]; /* ring buffer */
usr.sbin/eigrpctl/eigrpctl.c
429
snprintf(buf, TF_LEN, "%02lluw%01ud%02uh", week, day, hrs);
usr.sbin/eigrpctl/eigrpctl.c
431
snprintf(buf, TF_LEN, "%01ud%02uh%02um", day, hrs, min);
usr.sbin/eigrpctl/eigrpctl.c
433
snprintf(buf, TF_LEN, "%02u:%02u:%02u", hrs, min, sec);
usr.sbin/ldpctl/ldpctl.c
295
static char tfbuf[TF_BUFS][TF_LEN]; /* ring buffer */
usr.sbin/ldpctl/ldpctl.c
318
snprintf(buf, TF_LEN, "%02uw%01ud%02uh", week, day, hrs);
usr.sbin/ldpctl/ldpctl.c
320
snprintf(buf, TF_LEN, "%01ud%02uh%02um", day, hrs, min);
usr.sbin/ldpctl/ldpctl.c
322
snprintf(buf, TF_LEN, "%02u:%02u:%02u", hrs, min, sec);
usr.sbin/ldpd/logmsg.c
109
static char tfbuf[TF_BUFS][TF_LEN]; /* ring buffer */
usr.sbin/ldpd/logmsg.c
118
snprintf(buf, TF_LEN, "-");
usr.sbin/ldpd/logmsg.c
121
snprintf(buf, TF_LEN, "imp-null");
usr.sbin/ldpd/logmsg.c
125
snprintf(buf, TF_LEN, "exp-null");
usr.sbin/ldpd/logmsg.c
128
snprintf(buf, TF_LEN, "%u", label);
usr.sbin/ospf6ctl/ospf6ctl.c
500
static char tfbuf[TF_BUFS][TF_LEN]; /* ring buffer */
usr.sbin/ospf6ctl/ospf6ctl.c
523
snprintf(buf, TF_LEN, "%02uw%01ud%02uh", week, day, hrs);
usr.sbin/ospf6ctl/ospf6ctl.c
525
snprintf(buf, TF_LEN, "%01ud%02uh%02um", day, hrs, min);
usr.sbin/ospf6ctl/ospf6ctl.c
527
snprintf(buf, TF_LEN, "%02u:%02u:%02u", hrs, min, sec);
usr.sbin/ospfctl/ospfctl.c
377
static char tfbuf[TF_BUFS][TF_LEN];/* ring buffer */
usr.sbin/ospfctl/ospfctl.c
401
snprintf(buf, TF_LEN, "%02lluw%01ud%02uh", week, day, hrs);
usr.sbin/ospfctl/ospfctl.c
403
snprintf(buf, TF_LEN, "%01ud%02uh%02um", day, hrs, min);
usr.sbin/ospfctl/ospfctl.c
405
snprintf(buf, TF_LEN, "%02u:%02u:%02u", hrs, min, sec);
usr.sbin/ripctl/ripctl.c
266
static char tfbuf[TF_BUFS][TF_LEN]; /* ring buffer */
usr.sbin/ripctl/ripctl.c
290
snprintf(buf, TF_LEN, "%02lluw%01ud%02uh", week, day, hrs);
usr.sbin/ripctl/ripctl.c
292
snprintf(buf, TF_LEN, "%01ud%02uh%02um", day, hrs, min);
usr.sbin/ripctl/ripctl.c
294
snprintf(buf, TF_LEN, "%02u:%02u:%02u", hrs, min, sec);