Searched refs:str_i (Results 1 – 4 of 4) sorted by relevance
/busybox-1.35.0/e2fsprogs/ |
D | tune2fs.c | 53 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/ |
D | nc_bloaty.c | 744 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()
|
D | ping.c | 943 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/ |
D | mkfs_minix.c | 615 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()
|