Home
last modified time | relevance | path

Searched refs:write (Results 2376 - 2400 of 4904) sorted by relevance

1...<<919293949596979899100>>...197

/third_party/ltp/testcases/kernel/io/writetest/
H A Dwritetest.c16 * 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 Dtsoftinj.c18 * 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 Derst-inject.c5 * 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 Dmmap2.c16 /* 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 Dmprotect04.c14 * 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 Dremap_file_pages01.c22 * 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 Dsendmsg02.c20 * 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 Derst-inject.c5 * 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 Dtsoftinj.c18 * 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 Dminimal-http-server-form-post-file.c61 /* 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 D9-1.c19 * - 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 D1-1.c26 * - 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 D2-1.c222 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 D2-2.c183 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 D14-1.c15 * 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 Daltcp_priv.h106 altcp_write_fn write; member
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_print.c36 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 Dconnection.js213 if (!this.ws[kByteParser].write(chunk)) {
/third_party/node/deps/uv/src/unix/
H A Dasync.c188 r = write(fd, buf, len); in uv__async_send()
/third_party/node/deps/uv/src/win/
H A Dreq-inl.h163 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 DRecipesTableSchema.java81 RangesTableSchema::write,
/third_party/python/Tools/clinic/
H A Dcpp.py65 def write(self, s): member in Monitor
/third_party/python/Lib/distutils/tests/
H A Dsupport.py88 f.write(content)
/third_party/python/Lib/distutils/
H A Dtext_file.py150 sys.stderr.write("warning: " + self.gen_error(msg, line) + "\n")
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Dgen_texture_format_table.py313 out_file.write(output_cpp)

Completed in 11 milliseconds

1...<<919293949596979899100>>...197