Searched refs:readfile (Results 1 - 11 of 11) sorted by relevance

/external/compiler-rt/test/BlocksRuntime/
H A Dfail.c22 bool readfile(char *buffer, const char *from) { function
84 bool gotErrorFile = readfile(desired, errorfile);
85 bool gotOutput = readfile(got, buffer);
/external/toybox/toys/posix/
H A Dkill.c115 if (!readfile(toybuf, toybuf, sizeof(toybuf))) continue;
121 if (!readfile(toybuf, toybuf, sizeof(toybuf)) || !*toybuf) continue;
/external/toybox/toys/other/
H A Dpmap.c40 line = readfile(toybuf, 0, 0);
H A Dsysctl.c75 data = readfile(path, 0, 0);
H A Dacpi.c124 if (readfile(TT.cpath, toybuf, 256) && !errno) {
/external/wpa_supplicant_8/hs20/server/www/
H A Dest.php93 readfile("$osu_root/est/est-attrs.b64");
/external/toybox/lib/
H A Dlib.h151 char *readfile(char *name, char *buf, off_t len);
H A Dlib.c379 char *readfile(char *name, char *ibuf, off_t len) function
815 if (!(cmd = readfile(libbuf, libbuf, sizeof(libbuf)))) continue;
H A Dxwrap.c563 if (!(buf = readfile(name, buf, len))) perror_exit("Bad '%s'", name);
/external/ppp/pppd/
H A Doptions.c154 static int readfile __P((char **));
232 { "file", o_special, (void *)readfile,
1426 * readfile - take commands from a file.
1429 readfile(argv) function
/external/toybox/toys/pending/
H A Dtop.c539 if ((buff = readfile("/proc/loadavg", NULL, 0))) {

Completed in 267 milliseconds