/busybox-1.35.0/loginutils/ |
D | addgroup.c | 52 unsigned max = CONFIG_LAST_ID; in xgroup_study() local
|
D | adduser.c | 94 int max = CONFIG_LAST_ID; in passwd_study() local
|
/busybox-1.35.0/printutils/ |
D | lpd.c | 113 size_t max = 4 * 1024; // more than enough for commands! in xmalloc_read_stdin() local
|
/busybox-1.35.0/util-linux/ |
D | chrt.c | 72 int max, min; in show_min_max() local
|
D | taskset.c | 135 static void parse_cpulist(ul *mask, unsigned max, char *s) in parse_cpulist()
|
D | fdisk.c | 1698 get_partition(int warn, unsigned max) in get_partition() 1718 get_existing_partition(int warn, unsigned max) in get_existing_partition() 1747 const int max = 4; in get_nonexisting_partition() local
|
D | fdisk_osf.c | 789 xbsd_get_part_index(int max) in xbsd_get_part_index()
|
/busybox-1.35.0/networking/ |
D | tc.c | 64 #define parse_rtattr_nested(tb, max, rta) \ argument 68 #define __parse_rtattr_nested_compat(tb, max, rta, len) \ argument 79 #define parse_rtattr_nested_compat(tb, max, rta, data, len) \ argument
|
/busybox-1.35.0/miscutils/ |
D | ubi_tools.c | 81 static unsigned get_num_from_file(const char *path, unsigned max) in get_num_from_file()
|
D | hdparm.c | 2064 static int parse_opts(unsigned long *value, int min, int max) 2072 static int parse_opts_0_max(unsigned long *value, int max)
|
D | bc.c | 1745 size_t i, max, min_rdx, min_int, diff, a_int, b_int; in zbc_num_a() local 1879 size_t max, max2; in zbc_num_k() local 6020 size_t max; in zxc_program_assign() local
|
/busybox-1.35.0/libbb/ |
D | unicode.c | 281 static int in_interval_table(unsigned ucs, const struct interval *table, unsigned max) in in_interval_table() 302 static int in_uint16_table(unsigned ucs, const uint16_t *table, unsigned max) in in_uint16_table()
|
/busybox-1.35.0/networking/libiproute/ |
D | libnetlink.c | 426 void FAST_FUNC parse_rtattr(struct rtattr *tb[], int max, struct rtattr *rta, int len) in parse_rtattr()
|
/busybox-1.35.0/procps/ |
D | nmeter.c | 392 unsigned max = frac[0]; in S_STAT_END() local
|
/busybox-1.35.0/modutils/ |
D | modutils-24.c | 2425 int min, max, n, len; in new_process_module_arguments() local
|
/busybox-1.35.0/include/ |
D | libbb.h | 1660 #define config_read(parser, tokens, max, min, str, flags) \ argument
|