Home
last modified time | relevance | path

Searched refs:str_c (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/e2fsprogs/
Dtune2fs.c53 const char *label, *str_c, *str_i, *str_C; in tune2fs_main() local
57 opts = getopt32(argv, "^" "L:c:i:C:" "\0" "=1", &label, &str_c, &str_i, &str_C); in tune2fs_main()
81 int n = xatoi_range(str_c, -1, 0xfffe); in tune2fs_main()
/busybox-1.35.0/console-tools/
Dopenvt.c131 char *str_c; in openvt_main() local
144 flags = getopt32(argv, "+c:wslfv", &str_c); in openvt_main()
149 vtno = xatou_range(str_c, 1, 63); in openvt_main()
/busybox-1.35.0/coreutils/
Dtail.c118 const char *str_c, *str_n; in tail_main() local
147 &str_c, &str_n IF_FEATURE_FANCY_TAIL(,&sleep_period) in tail_main()
152 if (opt & 0x2) count = eat_num(str_c); // -c in tail_main()