Searched refs:readfile (Results 1 – 11 of 11) sorted by relevance
/external/compiler-rt/test/BlocksRuntime/ |
D | fail.c | 22 bool readfile(char *buffer, const char *from) { in readfile() function 84 bool gotErrorFile = readfile(desired, errorfile); in main() 85 bool gotOutput = readfile(got, buffer); in main()
|
/external/toybox/toys/posix/ |
D | kill.c | 115 if (!readfile(toybuf, toybuf, sizeof(toybuf))) continue; 121 if (!readfile(toybuf, toybuf, sizeof(toybuf)) || !*toybuf) continue;
|
/external/toybox/toys/other/ |
D | pmap.c | 40 line = readfile(toybuf, 0, 0); in pmap_main()
|
D | sysctl.c | 75 data = readfile(path, 0, 0); in do_show_keys()
|
D | acpi.c | 124 if (readfile(TT.cpath, toybuf, 256) && !errno) { in cool_callback()
|
/external/wpa_supplicant_8/hs20/server/www/ |
D | est.php | 93 readfile("$osu_root/est/est-attrs.b64");
|
/external/toybox/lib/ |
D | lib.h | 151 char *readfile(char *name, char *buf, off_t len);
|
D | lib.c | 379 char *readfile(char *name, char *ibuf, off_t len) in readfile() function 815 if (!(cmd = readfile(libbuf, libbuf, sizeof(libbuf)))) continue; in names_to_pid()
|
D | xwrap.c | 563 if (!(buf = readfile(name, buf, len))) perror_exit("Bad '%s'", name); in xreadfile()
|
/external/ppp/pppd/ |
D | options.c | 154 static int readfile __P((char **)); 232 { "file", o_special, (void *)readfile, 1429 readfile(argv) in readfile() function
|
/external/toybox/toys/pending/ |
D | top.c | 539 if ((buff = readfile("/proc/loadavg", NULL, 0))) { in print_header()
|