Home
last modified time | relevance | path

Searched refs:opt_b (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/coreutils/
Dnl.c42 const char *opt_b = "t"; in nl_main() local
68 &ns.width, &ns.sep, &ns.start, &ns.inc, &opt_b); in nl_main()
69 ns.all = (opt_b[0] == 'a'); in nl_main()
70 ns.nonempty = (opt_b[0] == 't'); in nl_main()
/busybox-1.35.0/sysklogd/
Dsyslogd.c363 IF_FEATURE_ROTATE_LOGFILE(,*opt_b) \
368 IF_FEATURE_ROTATE_LOGFILE(,&opt_b) \
1165 G.logFileRotate = xatou_range(opt_b, 0, 99); in syslogd_main()