Home
last modified time | relevance | path

Searched refs:write (Results 2626 - 2650 of 5039) sorted by relevance

1...<<101102103104105106107108109110>>...202

/third_party/musl/porting/linux/user/src/internal/
H A Dstdio_impl.h83 size_t (*write)(FILE *, const unsigned char *, size_t); member
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dalltypes.h317 size_t (*write)(struct _IO_FILE *, const unsigned char *, size_t); member
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdio.h198 cookie_write_function_t *write; member
/third_party/ninja/src/
H A Dbrowse.py191 self.wfile.write(create_page(page_body).encode('utf-8'))
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcode_ninja.py55 output_file.write(output_string)
/third_party/node/deps/npm/node_modules/https-proxy-agent/dist/
H A Dindex.js115 socket.write(`${payload}\r\n`);
/third_party/libfuse/example/
H A Dcuse.c286 .write = cusexmp_write,
/third_party/ltp/testcases/kernel/io/direct_io/
H A Ddiotest3.c16 * along with this program; if not, write to the Free Software
29 * Program tests the combinations of buffered/buffered read(), write()
32 * [1] Direct Read, Buffered write
85 * runtest: write the data to the file. Read the data from the file and compare.
86 * For each iteration, write data starting at offse+iter*bufsize
109 /* seek, write, read and verify */ in runtest()
116 if (write(fd_w, buf1, bufsize) < bufsize) { in runtest()
117 tst_resm(TFAIL | TERRNO, "write failed"); in runtest()
146 * child_function: open the file for read and write. Call the runtest routine.
H A Ddiotest2.c16 * along with this program; if not, write to the Free Software
25 * Program tests the combinations of direct and buffered read, write.
26 * The bufsize should be in n*4k size for direct read, write. The offset
28 * read and write. Larger files can be created using the offset parameter.
32 * [1] Direct read, Buffered write
33 * [2] Direct write, Buffered read
34 * [3] Direct read, Direct write
77 * runtest: write the data to the file. Read the data from the file and compare.
78 * For each iteration, write data starting at offse+iter*bufsize
97 /* seek bufsize*iteration and write in runtest()
[all...]
/third_party/ltp/testcases/kernel/syscalls/fallocate/
H A Dfallocate06.c13 * 1. write() several blocks worth of data
15 * 3. try to write() into the allocated space
22 * - disable copy-on-write on test file
120 "Error checking copy-on-write support"); in setup()
125 tst_res(TINFO, "Copy-on-write is%s supported", in setup()
176 tst_res(TINFO, "Case %u. Fill FS: %s; Use copy on write: %s", n+1, in run()
183 tst_brk(TCONF, "File system does not support copy-on-write"); in run()
208 TEST(write(fd, wbuf, size)); in run()
209 if (check_result(tc, "write()", size)) in run()
/third_party/ltp/testcases/kernel/syscalls/open/
H A Dopen11.c301 ret = write(fd, T_MSG, sizeof(T_MSG)); in setup()
/third_party/ltp/testcases/kernel/security/tomoyo/
H A Dtomoyo_file_test.c13 /* along with this program; if not, write to the Free Software */
100 if (write(pipe_fd[1], &errno, sizeof(errno)) == -1) in stage_file_test()
101 err(1, "write"); in stage_file_test()
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl31.c14 * with this program; if not, write the Free Software Foundation, Inc.,
306 ret = write(fd, "c", 1); in signal_parent()
313 fprintf(stderr, "Failed to write to pipe: %s\n", in signal_parent()
/third_party/ltp/testcases/kernel/fs/mongo/
H A Dreiser_fract_tree.c55 char *write_buffer; /* buffer from which we write */
197 /* write to the file until it is the right size, handling the various error in make_file()
202 write(fd, write_buffer, in make_file()
216 perror("write() failed"); in make_file()
/third_party/ltp/testcases/kernel/syscalls/recv/
H A Drecv01.c16 * along with this program; if not, write to the Free Software
294 (void)write(newfd, "hoser\n", 6); in do_child()
/third_party/libphonenumber/cpp/src/phonenumbers/base/strings/
H A Dstring_piece.cc17 o.write(piece.data(), static_cast<std::streamsize>(piece.size())); in operator <<()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
H A D4-2.c14 * with this program; if not, write the Free Software Foundation, Inc.,
233 if (write(fd, tmp, sz) != (ssize_t) sz) { in main()
H A D2-1.c14 * with this program; if not, write the Free Software Foundation, Inc.,
199 if (write(fd, tmp, sz) != (ssize_t) sz) { in main()
H A D1-2.c14 * with this program; if not, write the Free Software Foundation, Inc.,
232 if (write(fd, tmp, sz) != (ssize_t) sz) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
H A D4-3.c14 * with this program; if not, write the Free Software Foundation, Inc.,
304 SAFE_FUNC(write(stat_pipe[1], &count_sig, in main_loop()
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/crypto/poly1305/
H A Dpoly1305-mips.S297 dsrl $10,$8,8 # write mac value
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/crypto/poly1305/
H A Dpoly1305-mips.S297 dsrl $10,$8,8 # write mac value
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_context.h274 /* map from pipe_resource to lima_job which write to it */
333 struct lima_context *ctx, struct lima_bo *bo, bool write);
/third_party/musl/include/
H A Dstdio.h205 cookie_write_function_t *write; member
/third_party/mesa3d/src/gallium/winsys/i915/drm/
H A Di915_drm_buffer.c174 bool write) in i915_drm_buffer_map()
172 i915_drm_buffer_map(struct i915_winsys *iws, struct i915_winsys_buffer *buffer, bool write) i915_drm_buffer_map() argument

Completed in 14 milliseconds

1...<<101102103104105106107108109110>>...202