| /third_party/ltp/testcases/kernel/io/writetest/ |
| H A D | writetest.c | 16 * along with this program; if not, write to the Free Software 97 rv = write(fd, buf, BLOCKSIZE); in write_file() 167 " blocks - number of blocks to write\n" in usage()
|
| /third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
| H A D | tsoftinj.c | 18 * on your Linux system; if not, write to the Free Software Foundation, 99 write(fd, empty, sizeof empty); in disk_backed()
|
| /third_party/ltp/testcases/kernel/mce-test/tsrc/erst-inj/ |
| H A D | erst-inject.c | 5 * This test case is used to test ERST operation including read/write/clean. 18 * on your Linux system; if not, write to the Free Software Foundation, 124 rc = write(fd, rcd_hdr, len); in inject()
|
| /third_party/ltp/testcases/kernel/mem/mtest06/ |
| H A D | mmap2.c | 16 /* along with this program; if not, write to the Free Software */ 50 /* stressing the memory manager by repeaded map/write/unmap of a */ 104 if (write(fd, buff, 4096) == -1) { in mkfile() 105 perror("mkfile(): write()"); in mkfile() 216 fprintf(stdout, "MM Stress test, map/write/unmap large file\n" in main()
|
| /third_party/ltp/testcases/kernel/syscalls/mprotect/ |
| H A D | mprotect04.c | 14 * with this program; if not, write the Free Software Foundation, Inc., 141 TEST(write(fd, p, 1)); in page_present() 148 tst_brkm(TBROK | TTERRNO, cleanup, "page_present write"); in page_present()
|
| /third_party/ltp/testcases/kernel/syscalls/remap_file_pages/ |
| H A D | remap_file_pages01.c | 22 * with this program; if not, write the Free Software Foundation, Inc., 150 if (write(fd, cache_contents, cache_sz) != (int)cache_sz) { in test_nonlinear()
|
| /third_party/ltp/testcases/kernel/syscalls/sendmsg/ |
| H A D | sendmsg02.c | 20 * along with this program; if not, write the Free Software 92 write(pipefd[1], &fd, 1); in client()
|
| /third_party/ltp/testcases/kernel/mce-test/hwpoison/erst-inj/ |
| H A D | erst-inject.c | 5 * This test case is used to test ERST operation including read/write/clean. 18 * on your Linux system; if not, write to the Free Software Foundation, 124 rc = write(fd, rcd_hdr, len); in inject()
|
| /third_party/ltp/testcases/kernel/mce-test/tsrc/ |
| H A D | tsoftinj.c | 18 * on your Linux system; if not, write to the Free Software Foundation, 99 write(fd, empty, sizeof empty); in disk_backed()
|
| /third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post-file/ |
| H A D | minimal-http-server-form-post-file.c | 61 /* open a file of that name for write in the cwd */ in file_upload_cb() 76 n = (int)write(pss->fd, buf, (unsigned int)len); in file_upload_cb()
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/ |
| H A D | 9-1.c | 19 * - write to a file 86 ret = write(fd, bufs, file_size); in do_test() 90 printf("Error at write(): %s\n", strerror(errno)); in do_test() 92 printf("Error at write(): %i of %i written\n", in do_test()
|
| H A D | 1-1.c | 26 * - write to a file 100 if (write(fd, bufs, NUM_AIOCBS * BUF_SIZE) != (NUM_AIOCBS * BUF_SIZE)) { in main() 101 printf(TNAME " Error at write(): %s\n", strerror(errno)); in main()
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/ |
| H A D | 2-1.c | 222 bytes = write(write_pipe, &send, 1); in send_receive() 224 perror(ERROR_PREFIX "write (1)"); in send_receive()
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/ |
| H A D | 2-2.c | 183 bytes = write(write_pipe, &send, 1); in send_receive() 185 perror(ERROR_PREFIX "write fd[1]"); in send_receive()
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/ |
| H A D | 14-1.c | 15 * with this program; if not, write the Free Software Foundation, Inc., 192 SAFE_FUNC(write(stat_pipe[1], &count_sig, in main_loop()
|
| /third_party/lwip/src/include/lwip/priv/ |
| H A D | altcp_priv.h | 106 altcp_write_fn write; member
|
| /third_party/mesa3d/src/panfrost/bifrost/ |
| H A D | bi_print.c | 36 case BIFROST_OP_WRITE: return "write"; in bi_reg_op_name() 37 case BIFROST_OP_WRITE_LO: return "write lo"; in bi_reg_op_name() 38 case BIFROST_OP_WRITE_HI: return "write hi"; in bi_reg_op_name() 149 bi_print_scoreboard_line(i, "writes", state->write[i], fp); in bi_print_scoreboard()
|
| /third_party/node/deps/undici/src/lib/websocket/ |
| H A D | connection.js | 213 if (!this.ws[kByteParser].write(chunk)) {
|
| /third_party/node/deps/uv/src/unix/ |
| H A D | async.c | 188 r = write(fd, buf, len); in uv__async_send()
|
| /third_party/node/deps/uv/src/win/ |
| H A D | req-inl.h | 163 DELEGATE_STREAM_REQ(loop, (uv_write_t*) req, write, handle); in uv__process_reqs()
|
| /third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/ |
| H A D | RecipesTableSchema.java | 81 RangesTableSchema::write,
|
| /third_party/python/Tools/clinic/ |
| H A D | cpp.py | 65 def write(self, s): member in Monitor
|
| /third_party/python/Lib/distutils/tests/ |
| H A D | support.py | 88 f.write(content)
|
| /third_party/python/Lib/distutils/ |
| H A D | text_file.py | 150 sys.stderr.write("warning: " + self.gen_error(msg, line) + "\n")
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| H A D | gen_texture_format_table.py | 313 out_file.write(output_cpp)
|