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

  /external/toybox/toys/other/
vmstat.c 62 xreadfile(name = vmstuff[i], toybuf, sizeof(toybuf));
123 xreadfile("/proc/uptime", toybuf, sizeof(toybuf));
  /external/toybox/toys/posix/
ulimit.c 85 xreadfile("/proc/sys/fs/pipe-max-size", toybuf, sizeof(toybuf));
grep.c 266 if (TT.f) s = ss = xreadfile(al->arg, 0, 0);
  /external/toybox/lib/
lib.h 131 char *xreadfile(char *name, char *buf, off_t len);
xwrap.c 617 char *xreadfile(char *name, char *buf, off_t len) function
  /external/toybox/toys/pending/
netstat.c 439 line = xreadfile(toybuf, 0, 0);

Completed in 96 milliseconds