Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dtest.c63 long long a = atolx(args[0]), b = atolx(args[2]); in do_test()
91 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.c154 myval = atolx(str); in compare_numsign()
441 int i = 0, d = atolx(ss[1]); in do_find()
/external/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.c24 unsigned long addr = atolx(*toys.optargs); in devmem_main()
Dpmap.c30 pid_t pid = atolx(*optargs); in pmap_main()
/external/toybox/toys/example/
Ddemo_number.c34 long long ll = atolx(*arg);
/external/toybox/lib/
Dargs.c207 long l = atolx(arg); in gotflag()
Dlib.c308 long long atolx(char *numstr) in atolx() function
332 long long val = atolx(numstr); in atolx_range()
Dlib.h230 long long atolx(char *c);
/external/toybox/toys/pending/
Dip.c570 param = atolx(*argv); in vlan_parse_opt()
727 req.ifr_ifru.ifru_ivalue = atolx(*argv++); in link_set()
731 req.ifr_ifru.ifru_mtu = atolx(*argv++); in link_set()
1315 int idx = atolx(*argv); in ipaddr_listflush()
2057 idx = atolx(*argv); in route_update()
2853 long num = atolx(ptr); in ip_main()
Dsh.c4128 if (toys.optc) by = atolx(*toys.optargs); in shift_main()