HomeSort by relevance Sort by last modified time
    Searched refs:readfile (Results 1 - 21 of 21) 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/other/
login.c 111 ss = readfile("/etc/nologin", toybuf, sizeof(toybuf));
125 if ((ss = readfile("/etc/motd", 0, 0))) puts(ss);
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/toys/posix/
kill.c 114 if (!readfile(toybuf, toybuf, sizeof(toybuf))) continue;
120 if (!readfile(toybuf, toybuf, sizeof(toybuf)) || !*toybuf) continue;
ps.c     [all...]
  /external/wpa_supplicant_8/hs20/server/www/
terms.php 36 readfile($t_c_file);
  /external/skia/infra/bots/recipe_modules/run/examples/
full.py 35 api.run.readfile('myfile.txt')
  /external/skqp/infra/bots/recipe_modules/run/examples/
full.py 35 api.run.readfile('myfile.txt')
  /external/skia/infra/bots/recipe_modules/run/
api.py 40 def readfile(self, filename, *args, **kwargs): member in class:SkiaStepApi
  /external/skqp/infra/bots/recipe_modules/run/
api.py 40 def readfile(self, filename, *args, **kwargs): member in class:SkiaStepApi
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
imaplib.py     [all...]
  /external/python/cpython2/Lib/
imaplib.py     [all...]
  /external/python/cpython3/Lib/
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...]
  /external/toybox/toys/net/
netstat.c 243 if (!(readfile(toybuf, toybuf, 256))) return 0;
  /external/toybox/toys/pending/
lsof.c 394 if (!readfile(toybuf, toybuf, sizeof(toybuf)-1) || !(s = strchr(toybuf, '(')))
  /external/toybox/lib/
lib.h 208 char *readfile(char *name, char *buf, off_t len);
xwrap.c 749 if (!(buf = readfile(name, buf, len))) perror_exit("Bad '%s'", name);
lib.c 543 char *readfile(char *name, char *ibuf, off_t len) function
1125 // readfile only guarantees one null terminator and we need two
    [all...]

Completed in 432 milliseconds