Home
last modified time | relevance | path

Searched refs:xreadfile (Results 1 – 6 of 6) sorted by relevance

/external/toybox/toys/other/
Dvmstat.c62 xreadfile(name = vmstuff[i], toybuf, sizeof(toybuf)); in get_vmstat_proc()
123 xreadfile("/proc/uptime", toybuf, sizeof(toybuf)); in vmstat_main()
/external/toybox/toys/posix/
Dulimit.c85 xreadfile("/proc/sys/fs/pipe-max-size", toybuf, sizeof(toybuf)); in ulimit_main()
Dgrep.c266 if (TT.f) s = ss = xreadfile(al->arg, 0, 0); in parse_regex()
/external/toybox/lib/
Dlib.h131 char *xreadfile(char *name, char *buf, off_t len);
Dxwrap.c617 char *xreadfile(char *name, char *buf, off_t len) in xreadfile() function
/external/toybox/toys/pending/
Dnetstat.c439 line = xreadfile(toybuf, 0, 0); in scan_pid()