HomeSort by relevance Sort by last modified time
    Searched refs:readfile (Results 1 - 15 of 15) sorted by null

  /external/compiler-rt/test/BlocksRuntime/
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/
kill.c 115 if (!readfile(toybuf, toybuf, sizeof(toybuf))) continue;
121 if (!readfile(toybuf, toybuf, sizeof(toybuf)) || !*toybuf) continue;
ps.c     [all...]
  /external/toybox/toys/other/
login.c 129 ss = readfile("/etc/nologin", toybuf, sizeof(toybuf));
154 if ((ss = readfile("/etc/motd", 0, 0))) {
pmap.c 40 line = readfile(toybuf, 0, 0);
sysctl.c 75 data = readfile(path, 0, 0);
acpi.c 121 if (readfile(TT.cpath, toybuf, 256) && !errno) {
  /external/toybox/lib/
lib.h 169 char *readfile(char *name, char *buf, off_t len);
lib.c 489 char *readfile(char *name, char *ibuf, off_t len) function
931 if (!(cmd = readfile(libbuf, libbuf, sizeof(libbuf)))) continue;
xwrap.c 619 if (!(buf = readfile(name, buf, len))) perror_exit("Bad '%s'", name);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
imaplib.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
imaplib.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py     [all...]
  /external/ppp/pppd/
options.c 154 static int readfile __P((char **));
232 { "file", o_special, (void *)readfile,
1429 readfile(argv) function
    [all...]

Completed in 670 milliseconds