Searched refs:str_C (Results 1 – 2 of 2) 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() 72 int n = xatoi_range(str_C, 1, 0xfffe); in tune2fs_main()
|
/busybox-1.35.0/networking/ |
D | tcpudp.c | 254 char *str_C, *str_t; in tcpudpsvd_main() local 288 &cmax, &str_C, &instructs, &instructs, &user, &preset_local_hostname, in tcpudpsvd_main() 297 &cmax, &str_C, &instructs, &instructs, &user, &preset_local_hostname, in tcpudpsvd_main() 302 max_per_host = bb_strtou(str_C, &str_C, 10); in tcpudpsvd_main() 303 if (str_C[0]) { in tcpudpsvd_main() 304 if (str_C[0] != ':') in tcpudpsvd_main() 306 msg_per_host = str_C + 1; in tcpudpsvd_main()
|