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/lsb/ |
D | hostname.c | 32 if (TT.fname && (hostname = xreadfile(TT.fname, 0, 0))) {
|
/external/toybox/toys/posix/ |
D | ulimit.c | 86 xreadfile("/proc/sys/fs/pipe-max-size", toybuf, sizeof(toybuf)); in ulimit_main()
|
D | grep.c | 261 if (TT.f) s = ss = xreadfile(al->arg, 0, 0); in parse_regex()
|
/external/toybox/lib/ |
D | lib.h | 155 char *xreadfile(char *name, char *buf, off_t len);
|
D | xwrap.c | 680 char *xreadfile(char *name, char *buf, off_t len) in xreadfile() function
|