Home
last modified time | relevance | path

Searched refs:opt_l (Results 1 – 4 of 4) sorted by relevance

/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()
188 opt_l, in xxd_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()
158 unsigned length = xstrtou(opt_l, 0); in nandwrite_main()
Di2c_tools.c1247 opt_F = (1 << 4), opt_l = (1 << 5); in i2cdetect_main() local
1261 if (opts & opt_l) in i2cdetect_main()
/busybox-1.35.0/sysklogd/
Dsyslogd.c361 #define OPTION_DECL *opt_m, *opt_l \
366 #define OPTION_PARAM &opt_m, &(G.logFile.path), &opt_l \
1159 G.logLevel = xatou_range(opt_l, 1, 8); in syslogd_main()