| /third_party/musl/porting/linux/user/src/internal/ |
| H A D | stdio_impl.h | 83 size_t (*write)(FILE *, const unsigned char *, size_t); member
|
| /third_party/musl/porting/uniproton/kernel/include/bits/ |
| H A D | alltypes.h | 317 size_t (*write)(struct _IO_FILE *, const unsigned char *, size_t); member
|
| /third_party/musl/porting/uniproton/kernel/include/ |
| H A D | stdio.h | 198 cookie_write_function_t *write; member
|
| /third_party/ninja/src/ |
| H A D | browse.py | 191 self.wfile.write(create_page(page_body).encode('utf-8'))
|
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
| H A D | xcode_ninja.py | 55 output_file.write(output_string)
|
| /third_party/node/deps/npm/node_modules/https-proxy-agent/dist/ |
| H A D | index.js | 115 socket.write(`${payload}\r\n`);
|
| /third_party/libfuse/example/ |
| H A D | cuse.c | 286 .write = cusexmp_write,
|
| /third_party/ltp/testcases/kernel/io/direct_io/ |
| H A D | diotest3.c | 16 * 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 D | diotest2.c | 16 * 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 D | fallocate06.c | 13 * 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 D | open11.c | 301 ret = write(fd, T_MSG, sizeof(T_MSG)); in setup()
|
| /third_party/ltp/testcases/kernel/security/tomoyo/ |
| H A D | tomoyo_file_test.c | 13 /* 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 D | fcntl31.c | 14 * 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 D | reiser_fract_tree.c | 55 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 D | recv01.c | 16 * 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 D | string_piece.cc | 17 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 D | 4-2.c | 14 * with this program; if not, write the Free Software Foundation, Inc., 233 if (write(fd, tmp, sz) != (ssize_t) sz) { in main()
|
| H A D | 2-1.c | 14 * with this program; if not, write the Free Software Foundation, Inc., 199 if (write(fd, tmp, sz) != (ssize_t) sz) { in main()
|
| H A D | 1-2.c | 14 * 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 D | 4-3.c | 14 * 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 D | poly1305-mips.S | 297 dsrl $10,$8,8 # write mac value
|
| /third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/crypto/poly1305/ |
| H A D | poly1305-mips.S | 297 dsrl $10,$8,8 # write mac value
|
| /third_party/mesa3d/src/gallium/drivers/lima/ |
| H A D | lima_context.h | 274 /* 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 D | stdio.h | 205 cookie_write_function_t *write; member
|
| /third_party/mesa3d/src/gallium/winsys/i915/drm/ |
| H A D | i915_drm_buffer.c | 174 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
|