Home
last modified time | relevance | path

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

/third_party/toybox/toys/posix/
H A 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()
H A Dhead.c67 TT.n = atolx(arg+1); in head_main()
H A Dprintf.c101 if (*arg) wp[i] = atolx(*arg++); in printf_main()
H A Dkill.c106 for (ptr = TT.o; ptr; ptr=ptr->next) olist[ocount++] = atolx(ptr->arg); in kill_main()
H A Dtail.c222 TT.n = atolx(*(args++)); in tail_main()
H A Dfind.c156 myval = atolx(str); in compare_numsign()
451 int i = 0, d = atolx(ss[1]); in do_find()
/third_party/toybox/toys/other/
H A 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()
H A Dpwgen.c46 if (toys.optc && (length = atolx(*toys.optargs))>sizeof(toybuf)) in pwgen_main()
48 if (toys.optc>1) count = atolx(toys.optargs[1]); in pwgen_main()
H A Dtruncate.c59 TT.size = atolx(TT.s); in truncate_main()
H A Ddevmem.c23 unsigned long long addr = atolx(toys.optargs[0]), data = 0, map_off, map_len; in devmem_main()
H A Dpmap.c30 pid_t pid = atolx(*optargs); in pmap_main()
/third_party/toybox/toys/example/
H A Ddemo_number.c1 /* demo_number.c - Expose atolx() and human_readable() for testing.
34 long long ll = atolx(*arg); in demo_number_main()
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dkill.c103 for (ptr = TT.o; ptr; ptr=ptr->next) olist[ocount++] = atolx(ptr->arg); in kill_main()
/third_party/toybox/toys/pending/
H A Dgetty.c87 long speed = atolx(s); in encode()
H A 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/
H A Dargs.c206 long l = atolx(arg); in gotflag()
H A Dlib.c304 long long atolx(char *numstr) in atolx() function
328 long long val = atolx(numstr); in atolx_range()
H A Dlib.h234 long long atolx(char *c);
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h227 long long atolx(char *c);

Completed in 13 milliseconds