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 57 TT.lines = atolx(arg+1);
printf.c 101 if (*arg) wp[i] = atolx(*arg++);
kill.c 103 olist[ocount++] = atolx(ptr->arg);
find.c 142 myval = atolx(str);
377 int i = 0, d = atolx(ss[1]);
tail.c 232 TT.lines = atolx(*(args++));
  /external/toybox/lib/
lib.h 178 long atolx(char *c);
args.c 205 long l = atolx(arg);
lib.c 294 long atolx(char *numstr) function
315 long val = atolx(numstr);
  /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...]

Completed in 431 milliseconds