HomeSort by relevance Sort by last modified time
    Searched refs:atolx (Results 1 - 13 of 13) sorted by null

  /external/toybox/toys/other/
ionice.c 78 TT.pid = atolx(*toys.optargs);
92 if (toys.optc == 3 || TT.class == 4) TT.level = atolx(toys.optargs[1]);
truncate.c 59 TT.size = atolx(TT.s);
pmap.c 30 pid_t pid = atolx(*optargs);
  /external/toybox/toys/posix/
head.c 68 TT.lines = atolx(arg+1);
printf.c 104 if (*arg) wp[i] = atolx(*arg++);
kill.c 103 olist[ocount++] = atolx(ptr->arg);
tail.c 232 TT.lines = atolx(*(args++));
find.c 143 myval = atolx(str);
382 int i = 0, d = atolx(ss[1]);
  /external/toybox/toys/pending/
getty.c 87 long speed = atolx(s);
ip.c 520 param = atolx(*argv);
677 req.ifr_ifru.ifru_ivalue = atolx(*argv++);
681 req.ifr_ifru.ifru_mtu = atolx(*argv++);
    [all...]
  /external/toybox/lib/
args.c 205 long l = atolx(arg);
lib.h 204 long long atolx(char *c);
lib.c 295 long long atolx(char *numstr) function
319 long long val = atolx(numstr);

Completed in 201 milliseconds