Home
last modified time | relevance | path

Searched refs:str_i (Results 1 – 4 of 4) 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()
88 unsigned n = xatou_range(str_i, 0, (unsigned)0xffffffff / (24*60*60)) * 24*60*60; in tune2fs_main()
/busybox-1.35.0/networking/
Dnc_bloaty.c744 IF_NC_EXTRA(char *str_i, *str_o;) in nc_main()
799 IF_NC_EXTRA(, &str_i, &str_o) in nc_main()
805 o_interval = xatou_range(str_i, 1, 0xffff); in nc_main()
Dping.c943 char *str_i = (char*)"1"; in common_ping_main() local
952 &pingcount, &str_s, &opt_ttl, &G.deadline_us, &timeout, &str_I, &str_p, &str_i in common_ping_main()
970 interval = parse_duration_str(str_i); in common_ping_main()
/busybox-1.35.0/util-linux/
Dmkfs_minix.c615 char *str_i; in mkfs_minix_main() local
631 opt = getopt32(argv, "ci:l:n:+v", &str_i, &listfile, &G.namelen); in mkfs_minix_main()
634 if (opt & 2) G.req_nr_inodes = xatoul(str_i); // -i in mkfs_minix_main()