Home
last modified time | relevance | path

Searched refs:write (Results 2976 - 3000 of 3634) sorted by relevance

1...<<111112113114115116117118119120>>...146

/third_party/mesa3d/src/gallium/winsys/virgl/vtest/
H A Dvirgl_vtest_socket.c37 /* block read/write routines */
45 ret = write(fd, ptr, left); in virgl_block_write()
/third_party/node/lib/internal/test_runner/
H A Drunner.js398 process.stderr.write(line + '\n');
/third_party/node/lib/internal/webstreams/
H A Dtransformstream.js359 write(chunk) {
/third_party/node/deps/v8/tools/dev/
H A Dgm.py243 f.write(content)
/third_party/node/deps/v8/tools/unittests/
H A Drun_perf_test.py139 f.write(json.dumps(json_content))
/third_party/node/test/parallel/
H A Dtest-repl-history-navigation.js668 write(chunk, _, next) {
/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder.cc215 os.write(padding, num_whitespaces); in PrintRawWasmCode()
/third_party/node/deps/v8/tools/mb/
H A Dmb_test.py102 def write(self, contents): member in FakeFile
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Danalyzer.py586 f.write(json.dumps(values) + "\n")
/third_party/node/tools/gyp/pylib/gyp/
H A D__init__.py668 sys.stderr.write("gyp: %s\n" % e)
/third_party/musl/porting/linux/user/src/aio/
H A Daio.c29 * queues themselves requires a write lock on the global map object,
258 ret = q->append ? write(fd, buf, len) : pwrite(fd, buf, len, off); in io_thread_func()
/third_party/musl/porting/liteos_a/user/src/aio/
H A Daio.c30 * queues themselves requires a write lock on the global map object,
256 ret = q->append ? write(fd, buf, len) : pwrite(fd, buf, len, off); in io_thread_func()
/third_party/nghttp2/src/
H A Dshrpx_api_downstream_connection.cc319 while ((nwrite = write(fd_, data, datalen)) == -1 && errno == EINTR) in push_upload_data_chunk()
323 LOG(ERROR) << "Could not write API request body: errno=" << error; in push_upload_data_chunk()
/third_party/musl/porting/linux/user/src/fortify/
H A Dfortify.c129 __diagnose_buffer_access("recvfrom", "write into", len, buf_size); in __recvfrom_chk()
142 __diagnose_buffer_access("recv", "write into", len, buf_size); in __recv_chk()
181 __diagnose_buffer_access("strncat", "write into", src_len, dst_buf_size); in __strncat_chk()
188 __diagnose_buffer_access("strcat", "write into", src_len, dst_buf_size); in __strcat_chk()
195 __diagnose_buffer_access("strcpy", "write into", src_len, dst_len); in __strcpy_chk()
201 __diagnose_buffer_access("memmove", "write into", len, dst_len); in __memmove_chk()
208 __diagnose_buffer_access("memcpy", "write into", count, dst_len); in __memcpy_chk()
216 __diagnose_buffer_access("mempcpy", "write into", count, dst_len); in __mempcpy_chk()
224 __diagnose_buffer_access("stpcpy", "write into", src_len, dst_len); in __stpcpy_chk()
237 __diagnose_buffer_access("stpncpy", "write int in __stpncpy_chk()
[all...]
/third_party/musl/src/fortify/linux/
H A Dfortify.c140 __diagnose_buffer_access("recvfrom", "write into", len, buf_size); in __recvfrom_chk()
153 __diagnose_buffer_access("recv", "write into", len, buf_size); in __recv_chk()
192 __diagnose_buffer_access("strncat", "write into", src_len, dst_buf_size); in __strncat_chk()
199 __diagnose_buffer_access("strcat", "write into", src_len, dst_buf_size); in __strcat_chk()
206 __diagnose_buffer_access("strcpy", "write into", src_len, dst_len); in __strcpy_chk()
212 __diagnose_buffer_access("memmove", "write into", len, dst_len); in __memmove_chk()
219 __diagnose_buffer_access("memcpy", "write into", count, dst_len); in __memcpy_chk()
227 __diagnose_buffer_access("mempcpy", "write into", count, dst_len); in __mempcpy_chk()
235 __diagnose_buffer_access("stpcpy", "write into", src_len, dst_len); in __stpcpy_chk()
248 __diagnose_buffer_access("stpncpy", "write int in __stpncpy_chk()
[all...]
/third_party/nghttp2/
H A Dgit-clang-format345 p.stdin.write('%s\0' % line)
349 tree_id = run('git', 'write-tree')
/third_party/musl/src/aio/
H A Daio.c30 * queues themselves requires a write lock on the global map object,
265 ret = q->append ? write(fd, buf, len) : pwrite(fd, buf, len, off); in io_thread_func()
/third_party/node/deps/npm/node_modules/jsonparse/
H A Djsonparse.js127 proto.write = function (buffer) {
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Danalyzer.py586 f.write(json.dumps(values) + "\n")
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A D__init__.py682 sys.stderr.write("gyp: %s\n" % e)
/third_party/libfuse/example/
H A Dpassthrough_fh.c632 .write = xmp_write,
H A Dpassthrough.c531 .write = xmp_write,
/third_party/libfuse/include/
H A Dfuse.h177 * ENOENT): read(2), write(2), fsync(2), close(2), f*xattr(2),
208 * 1. Each read(2) or write(2) system call will initiate one
209 * or more read or write operations, data will not be
212 * 2. The return value of the read() and write() system calls
214 * write operations. This is useful for example if the
269 * read, write, flush, release, fallocate, fsync, readdir,
434 * that each write is appending to the end of the file.
445 * operations (read, write, flush, release, fsync).
484 int (*write) (const char *, const char *, size_t, off_t, member
501 * userspace as errors from close(), so flush() is a good place to write
[all...]
/third_party/ltp/testcases/kernel/ipc/pipeio/
H A Dpipeio.c20 * with this program; if not, write the Free Software Foundation, Inc.,
429 * (each child will write at least 50000 bytes, since all in setup()
500 int *count_word; /* holds address where to write writers count */ in do_child()
501 int *pid_word; /* holds address where to write writers pid */ in do_child()
539 * writes are only in one unit when the size of the write in do_child()
547 * write pid and count in first two in do_child()
566 " write count %d, but expected to write %d", in do_child()
737 -i #writes - number write per child, zero means forever.\n\ in help()
744 -s size - size of read and write (de in help()
[all...]
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl16.c16 * along with this program; if not, write to the Free Software
78 /* #1 Parent_a making a write lock on entire file */
93 /* #2 Parent_a making a write lock on entire file */
102 * Parent_c write lock on entire
109 /* #3 Parent_a making a write lock on entire file */
125 /* #4 Parent_a making a write lock on entire file */
141 /* #5 Parent_a making a write lock on entire file */
157 /* #6 Parent_a making a write lock on entire file */
163 /* Child_b write lock on byte 6 to byte 8 */
170 /* #7 Parent_a making a write loc
[all...]

Completed in 22 milliseconds

1...<<111112113114115116117118119120>>...146