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

  /external/toybox/toys/lsb/
hostname.c 32 if (TT.fname && (hostname = xreadfile(TT.fname, 0, 0))) {
  /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 86 xreadfile("/proc/sys/fs/pipe-max-size", toybuf, sizeof(toybuf));
grep.c 283 if (TT.f) s = ss = xreadfile(al->arg, 0, 0);
  /external/toybox/lib/
lib.h 156 char *xreadfile(char *name, char *buf, off_t len);
xwrap.c 687 char *xreadfile(char *name, char *buf, off_t len) function
  /external/toybox/toys/pending/
modprobe.c 383 // TODO xreadfile()
dhcp.c 571 // TODO xreadfile
    [all...]
  /external/toybox/www/
code.html     [all...]

Completed in 421 milliseconds