/external/llvm-project/compiler-rt/test/BlocksRuntime/ |
D | fail.c | 21 bool readfile(char *buffer, const char *from) { in readfile() function 83 bool gotErrorFile = readfile(desired, errorfile); in main() 84 bool gotOutput = readfile(got, buffer); in main()
|
/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 | 121 if (!readfile(toybuf, toybuf, sizeof(toybuf))) continue; 127 if (!readfile(toybuf, toybuf, sizeof(toybuf)) || !*toybuf) continue;
|
/external/toybox/toys/other/ |
D | login.c | 111 ss = readfile("/etc/nologin", toybuf, sizeof(toybuf)); in login_main() 125 if ((ss = readfile("/etc/motd", 0, 0))) puts(ss); in login_main()
|
D | hwclock.c | 43 else utc = !readfile("/etc/adjtime", toybuf, sizeof(toybuf)) ||
|
D | pmap.c | 40 line = readfile(toybuf, 0, 0); in pmap_main()
|
D | rtcwake.c | 58 else utc = !readfile("/etc/adjtime", toybuf, 2048) || !!strstr(toybuf, "UTC"); in rtcwake_main()
|
D | sysctl.c | 75 data = readfile(path, 0, 0); in do_show_keys()
|
D | acpi.c | 121 if (readfile(TT.cpath, toybuf, 256) && !errno) { in cool_callback()
|
/external/capstone/suite/cstest/include/ |
D | helper.h | 29 char *readfile(const char *filename);
|
/external/mesa3d/src/freedreno/perfcntrs/ |
D | fdperf.c | 112 readfile(const char *path, int *sz) in readfile() function 176 buf = readfile(path, &sz); in readdt() 189 uint32_t *buf = readfile(fpath, &sz); in find_freqs_fn() 255 char *str = readfile(fpath, &sz); in find_device_fn() 266 val = readfile(buf, &sz); in find_device_fn() 271 val = readfile(buf, &sz); in find_device_fn()
|
/external/wpa_supplicant_8/hs20/server/www/ |
D | terms.php | 36 readfile($t_c_file);
|
D | est.php | 116 readfile("$osu_root/est/est-attrs.b64");
|
/external/skqp/infra/bots/recipe_modules/run/examples/ |
D | full.py | 35 api.run.readfile('myfile.txt')
|
/external/skia/infra/bots/recipe_modules/run/examples/ |
D | full.py | 36 api.run.readfile('myfile.txt')
|
/external/skqp/infra/bots/recipe_modules/run/ |
D | api.py | 40 def readfile(self, filename, *args, **kwargs): member in SkiaStepApi
|
/external/skia/infra/bots/recipe_modules/run/ |
D | api.py | 40 def readfile(self, filename, *args, **kwargs): member in SkiaStepApi
|
/external/python/cpython2/Lib/ |
D | imaplib.py | 1260 self.readfile = self.process.stdout 1265 return self.readfile.read(size) 1270 return self.readfile.readline() 1281 self.readfile.close()
|
/external/python/cpython3/Lib/ |
D | imaplib.py | 1373 self.readfile = self.process.stdout 1377 return self.readfile.read(size) 1382 return self.readfile.readline() 1393 self.readfile.close()
|
/external/mesa3d/src/freedreno/afuc/ |
D | disasm.c | 778 static char * readfile(const char *path, int *sz) in readfile() function 889 buf = (uint32_t *)readfile(file, &sz); in main()
|
/external/capstone/suite/cstest/src/ |
D | helper.c | 65 char *readfile(const char *filename) in readfile() function
|
D | main.c | 260 content = readfile(filename); in test_file()
|
/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/net/ |
D | netstat.c | 219 if (!(readfile(toybuf, toybuf, 256))) return 0; in scan_pids()
|
/external/toybox/toys/pending/ |
D | lsof.c | 394 if (!readfile(toybuf, toybuf, sizeof(toybuf)-1) || !(s = strchr(toybuf, '('))) in lsof_pid()
|