Searched refs:xreadfile (Results 1 – 6 of 6) sorted by relevance
/external/toybox/toys/other/ |
D | vmstat.c | 62 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/ |
D | ulimit.c | 85 xreadfile("/proc/sys/fs/pipe-max-size", toybuf, sizeof(toybuf)); in ulimit_main()
|
D | grep.c | 266 if (TT.f) s = ss = xreadfile(al->arg, 0, 0); in parse_regex()
|
/external/toybox/lib/ |
D | lib.h | 131 char *xreadfile(char *name, char *buf, off_t len);
|
D | xwrap.c | 617 char *xreadfile(char *name, char *buf, off_t len) in xreadfile() function
|
/external/toybox/toys/pending/ |
D | netstat.c | 439 line = xreadfile(toybuf, 0, 0); in scan_pid()
|