Searched refs:readfile (Results 1 – 25 of 35) sorted by relevance
12
51 assert.match(data, /test-fs-readfile-error/);56 assert.match(data, /test-fs-readfile-error/);
115 if (!readfile(toybuf, toybuf, sizeof(toybuf))) continue;121 if (!readfile(toybuf, toybuf, sizeof(toybuf)) || !*toybuf) continue;
1357 if (readfile("/proc/stat", pos = toybuf, sizeof(toybuf))) { in top_common()1444 if (readfile("/proc/meminfo", toybuf+256, sizeof(toybuf)-256)) { in top_common()
121 if (!readfile(toybuf, toybuf, sizeof(toybuf))) continue;127 if (!readfile(toybuf, toybuf, sizeof(toybuf)) || !*toybuf) continue;
1500 if (readfile("/proc/stat", pos = toybuf, sizeof(toybuf))) { in top_common()1588 if (readfile("/proc/meminfo", toybuf+256, sizeof(toybuf)-256)) { in top_common()
111 ss = readfile("/etc/nologin", toybuf, sizeof(toybuf)); in login_main()125 if ((ss = readfile("/etc/motd", 0, 0))) puts(ss); in login_main()
40 line = readfile(toybuf, 0, 0); in pmap_main()
75 data = readfile(path, 0, 0); in do_show_keys()
121 if (readfile(TT.cpath, toybuf, 256) && !errno) { in cool_callback()
37 api.run.readfile('myfile.txt')
40 def readfile(self, filename, *args, **kwargs): member in SkiaStepApi
1372 self.readfile = self.process.stdout1376 return self.readfile.read(size)1381 return self.readfile.readline()1392 self.readfile.close()
243 if (!(readfile(toybuf, toybuf, 256))) return 0; in scan_pids()
392 if (!readfile(toybuf, toybuf, sizeof(toybuf)-1) || !(s = strchr(toybuf, '('))) in lsof_pid()
220 char *readfile(char *name, char *buf, off_t len);
762 if (!(buf = readfile(name, buf, len))) perror_exit("Bad '%s'", name); in xreadfile()
577 char *readfile(char *name, char *ibuf, off_t len) in readfile() function
146 sequential/test-fs-readfile-tostring-fail: SLOW
213 char *readfile(char *name, char *buf, off_t len);
370 …thub.com/nodejs/node/commit/7aeeee3276)] - **benchmark**: repair the fs/readfile benchmark (Sorin …1211 …/github.com/nodejs/node/commit/ff23d8112a)] - **test**: improve test-fs-readfile-zero-byte-liar (A…1353 …com/nodejs/node/commit/011bd4675a)] - **test**: improve code in test-fs-readfile-error (Adrian Est…
1394 * fs: Fix fs.readfile() on pipes (isaacs)
1510 * \[[`e599889649`](https://github.com/nodejs/node/commit/e599889649)] - **test**: fs readfile, swap…1783 …b.com/nodejs/node/commit/9979c71d67)] - **test**: increase coverage for readfile with withFileType…3447 * \[[`2655c7b194`](https://github.com/nodejs/node/commit/2655c7b194)] - **test**: mark fs-readfile-…3609 …s://github.com/nodejs/node/commit/adbbf0d625)] - **test**: mark test-fs-readfile-tostring-fail as …
3258 - freedreno/afuc: Replace readfile with os_read_file.
2439 * win,pipe: race condition canceling readfile thread (Jameson Nash)