Home
last modified time | relevance | path

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

/third_party/toybox/toys/other/
Dvmstat.c64 file = xreadfile(name = vmstuff[i], 0, 0); in get_vmstat_proc()
121 xreadfile("/proc/uptime", toybuf, sizeof(toybuf)); in vmstat_main()
Di2ctools.c170 xreadfile(fname, toybuf, sizeof(toybuf)); in i2cdetect_dash_l()
/third_party/toybox/toys/lsb/
Dhostname.c47 if (TT.F && (hostname = xreadfile(TT.F, 0, 0))) {
/third_party/toybox/toys/posix/
Dulimit.c87 xreadfile("/proc/sys/fs/pipe-max-size", toybuf, sizeof(toybuf)); in ulimit_main()
Dgrep.c376 if (TT.f) s = ss = xreadfile(al->arg, 0, 0); in parse_regex()
/third_party/toybox/porting/liteos_a/lib/
Dlib.h165 char *xreadfile(char *name, char *buf, off_t len);
/third_party/toybox/lib/
Dlib.h170 char *xreadfile(char *name, char *buf, off_t len);
Dxwrap.c760 char *xreadfile(char *name, char *buf, off_t len) in xreadfile() function