/busybox-1.35.0/libbb/ |
D | bb_strtod.c | 50 ts->tv_sec = bb_strtou(arg, &arg, 10); 74 ts->tv_nsec = bb_strtou(buf, &p, 10);
|
D | u_signal_names.c | 160 i = bb_strtou(name, NULL, 10); in get_signum() 210 i = bb_strtou(name + 6, NULL, 10); in get_signum() 219 i = bb_strtou(name + 6, NULL, 10); in get_signum()
|
D | bb_strtonum.c | 126 unsigned FAST_FUNC bb_strtou(const char *arg, char **endp, int base) in bb_strtou() function
|
D | pw_encrypt_sha.c | 68 cnt = bb_strtou(salt_data + 7, &endp, 10); in sha_crypt()
|
D | xconnect.c | 124 port_nr = bb_strtou(port, NULL, 10); in bb_lookup_port() 232 port = bb_strtou(cp, NULL, 10);
|
/busybox-1.35.0/klibc-utils/ |
D | resume.c | 49 major_num = bb_strtou(devname, NULL, 10); in name_to_dev_t() 51 minor_num = bb_strtou(cptr + 1, NULL, 10); in name_to_dev_t()
|
/busybox-1.35.0/procps/ |
D | pwdx.c | 45 pid = bb_strtou(arg, NULL, 10); in pwdx_main()
|
D | kill.c | 150 signo = bb_strtou(arg, NULL, 10); in kill_main()
|
D | fuser.c | 197 pid = (pid_t)bb_strtou(d_ent->d_name, NULL, 10); in scan_recursive()
|
/busybox-1.35.0/libpwdgrp/ |
D | uidgid_get.c | 46 n = bb_strtou(user, NULL, 10); in get_uidgid() 64 n = bb_strtou(group, NULL, 10); in get_uidgid()
|
/busybox-1.35.0/shell/ |
D | shell_common.c | 70 nchars = bb_strtou(params->opt_n, NULL, 10); in shell_builtin_read() 78 end_ms = bb_strtou(params->opt_t, NULL, 10); in shell_builtin_read() 91 end_ms = bb_strtou(params->opt_t, &p, 10); in shell_builtin_read() 114 fd = bb_strtou(params->opt_u, NULL, 10); in shell_builtin_read() 655 val = bb_strtou(val_str, NULL, 10); in shell_builtin_ulimit()
|
/busybox-1.35.0/util-linux/ |
D | taskset.c | 142 bit = end = bb_strtou(s, &s, 10); in parse_cpulist() 145 end = bb_strtou(s, &s, 10); in parse_cpulist() 148 stride = bb_strtou(s, &s, 10); in parse_cpulist()
|
D | renice.c | 104 who = bb_strtou(arg, NULL, 10); in renice_main()
|
D | swaponoff.c | 219 prio = bb_strtou(s, NULL, 10); in set_priority_flag()
|
/busybox-1.35.0/include/ |
D | xatonum.h | 144 unsigned bb_strtou(const char *arg, char **endp, int base) in bb_strtou() function 151 unsigned bb_strtou(const char *arg, char **endp, int base) in bb_strtou() function 157 unsigned bb_strtou(const char *arg, char **endp, int base) FAST_FUNC; 166 return bb_strtou(arg, endp, base); in bb_strtou32()
|
/busybox-1.35.0/miscutils/ |
D | lsscsi.c | 96 type = bb_strtou(type_str, NULL, 10); in lsscsi_main()
|
/busybox-1.35.0/networking/libiproute/ |
D | rt_names.c | 37 unsigned id = bb_strtou(token[0], NULL, 0); in rtnl_tab_initialize() 68 i = bb_strtou(arg, NULL, base); in rtnl_a2n()
|
D | ll_proto.c | 177 i = bb_strtou(buf, NULL, 0); in ll_proto_a2n()
|
D | utils.c | 169 plen = bb_strtou(slash + 1, NULL, 0); in get_prefix_1()
|
/busybox-1.35.0/printutils/ |
D | lpd.c | 230 expected_len = bb_strtou(s + 1, NULL, 10); in lpd_main()
|
/busybox-1.35.0/archival/libarchive/ |
D | get_header_ar.c | 23 err = bb_strtou(str, NULL, base); in read_num()
|
/busybox-1.35.0/debianutils/ |
D | start_stop_daemon.c | 313 pid = bb_strtou(entry->d_name, NULL, 10); in do_procinit() 478 user_id = bb_strtou(userspec, NULL, 10); in start_stop_daemon_main()
|
/busybox-1.35.0/coreutils/ |
D | uudecode.c | 147 mode = bb_strtou(line_ptr, NULL, 8); in uudecode_main()
|
/busybox-1.35.0/networking/udhcp/ |
D | common.c | 580 optcode = bb_strtou(opt, NULL, 0); in udhcp_str2optset() 680 buffer[0] = mask = bb_strtou(slash + 1, NULL, 10); in udhcp_str2optset()
|
/busybox-1.35.0/init/ |
D | bootchartd.c | 143 unsigned pid = bb_strtou(entry->d_name, NULL, 10); in dump_procs()
|