Home
last modified time | relevance | path

Searched refs:opt_s (Results 1 – 7 of 7) sorted by relevance

/busybox-1.35.0/coreutils/
Dtimeout.c77 const char *opt_s = "TERM"; in timeout_main() local
84 getopt32(argv, "+s:k:" USE_FOR_NOMMU("p:+"), &opt_s, &opt_k, &parent); in timeout_main()
87 signo = get_signum(opt_s); in timeout_main()
89 bb_error_msg_and_die("unknown signal '%s'", opt_s); in timeout_main()
Dshred.c45 char *opt_s; in shred_main() local
60 opt = getopt32(argv, "^" "fuzn:+vxs:" "\0" "-1"/*min 1 arg*/, &num_iter, &opt_s); in shred_main()
89 size = BB_STRTOOFF(opt_s, NULL, 0); /* accepts oct/hex */ in shred_main()
Dseq.c43 const char *sep, *opt_s = "\n"; in seq_main() local
52 opt = getopt32(argv, "+ws:", &opt_s); in seq_main()
110 sep = opt_s; in seq_main()
/busybox-1.35.0/miscutils/
Dnandwrite.c129 const char *opt_s = "0", *opt_f = "-", *opt_l, *opt_bb; in nandwrite_main() local
134 &opt_s, &opt_f, &opt_l, &opt_bb in nandwrite_main()
137 opts = getopt32(argv, "^" "pns:" "\0" "-1:?2", &opt_s); in nandwrite_main()
156 mtdoffset = xstrtou(opt_s, 0); in nandwrite_main()
/busybox-1.35.0/util-linux/
Dhexdump_xxd.c170 char *opt_l, *opt_s, *opt_o; in xxd_main() local
179 &opt_l, &opt_s, &bytes, &cols, &opt_o in xxd_main()
195 opt_s, in xxd_main()
/busybox-1.35.0/sysklogd/
Dsyslogd.c362 IF_FEATURE_ROTATE_LOGFILE(,*opt_s) \
367 IF_FEATURE_ROTATE_LOGFILE(,&opt_s) \
1163 G.logFileSize = xatou_range(opt_s, 0, INT_MAX/1024) * 1024; in syslogd_main()
/busybox-1.35.0/shell/
Dhush.c916 char opt_s; member
6661 if (G.opt_s) in expand_one_var()
10384 G.opt_s = 1; in hush_main()
10550 if (!G.opt_s && G.global_argv[1]) { in hush_main()
10575 G.opt_s = 1; in hush_main()