| /third_party/cups-filters/backend/ |
| H A D | implicitclass.c | 300 bytes = write(fd, buffer, bytes); in main() 343 fprintf(stderr, "Could not write the output of pdftoippprinter printer to tmp file\n"); in main()
|
| /third_party/cups-filters/filter/ |
| H A D | pdf.cxx | 347 * I - File pointer to write to 352 output.write(); in pdf_write()
|
| H A D | mupdftoraster.c | 265 /* Ignore SIGPIPE and have write return an error instead */ in main() 293 if (write(fd,buf,n) != n) { in main()
|
| /third_party/gptfdisk/ |
| H A D | diskio-unix.cc | 380 // A variant on the standard write() function. Done to work around 409 // Copy the data to my own buffer, then write it in Write() 414 retval = write(fd, tempSpace, numBlocks * blockSize); in Write()
|
| /third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
| H A D | kernel.h | 471 unused_func_t write; member
|
| /third_party/icu/tools/unicodetools/com/ibm/rbm/ |
| H A D | Bundle.java | 464 w.write(this.toOutputString() + "\n"); in writeContents()
|
| /third_party/libunwind/libunwind/tests/ |
| H A D | test-coredump-unwind.c | 104 * fprintf's, but is guaranteed to do a single write. in verror_msg_helper() 144 write(STDERR_FILENO, msg, used + msgeol_len); in verror_msg_helper()
|
| /third_party/libwebsockets/lib/misc/ |
| H A D | dir.c | 42 #define write _write macro
|
| /third_party/libuv/test/ |
| H A D | runner-unix.c | 225 r = write(args->pipe[1], "", 1); in dowait()
|
| /third_party/mesa3d/bin/ |
| H A D | gen_release_notes.py | 319 f.write(TEMPLATE.render(
|
| H A D | gen_calendar_entries_test.py | 161 f.write('21.0.0-devel\n')
|
| /third_party/jinja2/ |
| H A D | bccache.py | 85 raise TypeError("can't write empty bucket") 86 f.write(bc_magic) 138 """Subclasses have to override this method to write the bytecode 317 # write access on the file system and the function does not exist
|
| /third_party/json/tools/amalgamate/ |
| H A D | amalgamate.py | 75 # Generate the amalgamation and write it to the target file. 98 f.write(amalgamation)
|
| /third_party/mesa3d/src/freedreno/decode/scripts/ |
| H A D | parse-submits.lua | 6 return io.write(string.format(fmt, ...))
|
| /third_party/mesa3d/src/compiler/isaspec/ |
| H A D | encode.py | 689 f.write(Template(template).render(s=s, encode_bitset=Template(encode_bitset_template)))
|
| /third_party/ltp/lib/ |
| H A D | tst_timer_test.c | 339 return write(fd, &latency, sizeof(latency)); in set_latency()
|
| /third_party/ltp/testcases/kernel/fs/ftest/ |
| H A D | ftest05.c | 17 * along with this program; if not, write to the Free Software 28 * lseek64, read, write 35 * write pattern 239 * Randomly read/mod/write chunks with known pattern and check. 306 * write "val" on it. in dotest() 341 * If chunk beyond EOF just write on it. in dotest() 417 if ((xfr = write(fd, val_buf, csize)) < csize) { in dotest() 425 "\tTest[%d]: write fail at %Lx xfr %d", in dotest()
|
| H A D | ftest06.c | 17 * along with this program; if not, write to the Free Software 28 * open, close, read, write, lseek64, 264 * Create a file and write something into it. 266 static char crmsg[] = "Gee, let's write something in the file!\n"; 289 val = write(fd, crmsg, sizeof(crmsg) - 1); in crfile() 290 warn(val, "write", 0); in crfile()
|
| H A D | ftest01.c | 17 * along with this program; if not, write to the Free Software 26 * lseek, read, write 33 * write pattern 238 * Randomly read/mod/write chunks with known pattern and check. 310 * write "val" on it. in dotest() 348 * If chunk beyond EOF just write on it. in dotest() 428 if ((xfr = write(fd, val_buf, csize)) < csize) { in dotest() 438 "Test[%d]: write fail at %x xfr %d, errno = %d.", in dotest()
|
| H A D | ftest02.c | 17 * along with this program; if not, write to the Free Software 26 * open, close, read, write, lseek, 245 * Create a file and write something into it. 248 char crmsg[] = "Gee, let's write something in the file!\n"; 268 val = write(fd, crmsg, sizeof(crmsg) - 1); in crfile() 269 warn(val, "write", 0); in crfile()
|
| /third_party/libwebsockets/plugins/ |
| H A D | protocol_lws_sshd_demo.c | 236 n = (int)write(vhd->privileged_fd, buf, (unsigned int)len); in ssh_ops_set_server_key() 406 * the privileges needed to read / write /etc/... in callback_lws_sshd_demo()
|
| /third_party/node/lib/internal/crypto/ |
| H A D | cipher.js | 190 return this._decoder.write(ret);
|
| /third_party/node/lib/internal/debugger/ |
| H A D | inspect_client.js | 252 this._socket.write(encodeFrameHybi17(Buffer.from(json))); 325 process.stderr.write(`Unexpected HTTP code: ${httpRes.statusCode}\n`);
|
| /third_party/node/lib/internal/ |
| H A D | encoding.js | 536 this[kHandle].write(input);
|
| /third_party/node/deps/v8/tools/ |
| H A D | perf-compare.py | 198 text_file.write(string_data)
|