Searched refs:readfile (Results 1 - 12 of 12) sorted by relevance
/external/compiler-rt/test/BlocksRuntime/ |
H A D | fail.c | 22 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 D | kill.c | 115 if (!readfile(toybuf, toybuf, sizeof(toybuf))) continue; 121 if (!readfile(toybuf, toybuf, sizeof(toybuf)) || !*toybuf) continue;
|
H A D | ps.c | 1194 if (readfile("/proc/stat", pos = toybuf, sizeof(toybuf))) { 1272 if (readfile("/proc/meminfo", toybuf, sizeof(toybuf))) {
|
/external/toybox/toys/other/ |
H A D | login.c | 129 ss = readfile("/etc/nologin", toybuf, sizeof(toybuf)); 154 if ((ss = readfile("/etc/motd", 0, 0))) {
|
H A D | pmap.c | 40 line = readfile(toybuf, 0, 0);
|
H A D | sysctl.c | 75 data = readfile(path, 0, 0);
|
H A D | acpi.c | 121 if (readfile(TT.cpath, toybuf, 256) && !errno) {
|
/external/wpa_supplicant_8/hs20/server/www/ |
H A D | est.php | 93 readfile("$osu_root/est/est-attrs.b64");
|
/external/ppp/pppd/ |
H A D | options.c | 154 static int readfile __P((char **)); 232 { "file", o_special, (void *)readfile, 1426 * readfile - take commands from a file. 1429 readfile(argv) function
|
/external/toybox/lib/ |
H A D | lib.h | 169 char *readfile(char *name, char *buf, off_t len);
|
H A D | lib.c | 489 char *readfile(char *name, char *ibuf, off_t len) function 931 if (!(cmd = readfile(libbuf, libbuf, sizeof(libbuf)))) continue;
|
H A D | xwrap.c | 619 if (!(buf = readfile(name, buf, len))) perror_exit("Bad '%s'", name);
|
Completed in 727 milliseconds