Home
last modified time | relevance | path

Searched refs:atolx (Results 1 – 19 of 19) sorted by relevance

/third_party/toybox/toys/posix/
Dtest.c55 long long a = atolx(args[0]), b = atolx(args[2]); in do_test()
83 else if (c == 't') return isatty(atolx(args[1])); in do_test()
Dhead.c67 TT.n = atolx(arg+1); in head_main()
Dkill.c106 for (ptr = TT.o; ptr; ptr=ptr->next) olist[ocount++] = atolx(ptr->arg);
Dprintf.c101 if (*arg) wp[i] = atolx(*arg++); in printf_main()
Dtail.c222 TT.n = atolx(*(args++)); in tail_main()
Dfind.c156 myval = atolx(str); in compare_numsign()
451 int i = 0, d = atolx(ss[1]); in do_find()
/third_party/toybox/toys/other/
Dionice.c76 TT.p = atolx(*toys.optargs); in iorenice_main()
89 if (toys.optc == 3 || TT.c == 4) TT.n = atolx(toys.optargs[1]); in iorenice_main()
Dpwgen.c46 if (toys.optc && (length = atolx(*toys.optargs))>sizeof(toybuf))
48 if (toys.optc>1) count = atolx(toys.optargs[1]);
Dtruncate.c59 TT.size = atolx(TT.s); in truncate_main()
Ddevmem.c23 unsigned long long addr = atolx(toys.optargs[0]), data = 0, map_off, map_len; in devmem_main()
Dpmap.c30 pid_t pid = atolx(*optargs); in pmap_main()
/third_party/toybox/toys/example/
Ddemo_number.c34 long long ll = atolx(*arg);
/third_party/toybox/porting/liteos_a/toys/posix/
Dkill.c103 for (ptr = TT.o; ptr; ptr=ptr->next) olist[ocount++] = atolx(ptr->arg);
/third_party/toybox/toys/pending/
Dgetty.c87 long speed = atolx(s); in encode()
Dip.c571 param = atolx(*argv); in vlan_parse_opt()
728 req.ifr_ifru.ifru_ivalue = atolx(*argv++); in link_set()
732 req.ifr_ifru.ifru_mtu = atolx(*argv++); in link_set()
1316 int idx = atolx(*argv); in ipaddr_listflush()
2058 idx = atolx(*argv); in route_update()
2854 long num = atolx(ptr); in ip_main()
/third_party/toybox/lib/
Dargs.c206 long l = atolx(arg); in gotflag()
Dlib.c304 long long atolx(char *numstr) in atolx() function
328 long long val = atolx(numstr); in atolx_range()
Dlib.h234 long long atolx(char *c);
/third_party/toybox/porting/liteos_a/lib/
Dlib.h227 long long atolx(char *c);