Home
last modified time | relevance | path

Searched refs:write (Results 2851 - 2875 of 3775) sorted by relevance

1...<<111112113114115116117118119120>>...151

/third_party/ltp/testcases/kernel/fs/ftest/
H A Dftest02.c17 * along with this program; if not, write to the Free Software
26 * open, close, read, write, lseek,
245 * Create a file and write something into it.
248 char crmsg[] = "Gee, let's write something in the file!\n";
268 val = write(fd, crmsg, sizeof(crmsg) - 1); in crfile()
269 warn(val, "write", 0); in crfile()
/third_party/libwebsockets/plugins/
H A Dprotocol_lws_sshd_demo.c236 n = (int)write(vhd->privileged_fd, buf, (unsigned int)len); in ssh_ops_set_server_key()
406 * the privileges needed to read / write /etc/... in callback_lws_sshd_demo()
/third_party/node/lib/internal/crypto/
H A Dcipher.js190 return this._decoder.write(ret);
/third_party/node/lib/internal/debugger/
H A Dinspect_client.js252 this._socket.write(encodeFrameHybi17(Buffer.from(json)));
325 process.stderr.write(`Unexpected HTTP code: ${httpRes.statusCode}\n`);
/third_party/node/lib/internal/
H A Dencoding.js536 this[kHandle].write(input);
/third_party/node/deps/v8/tools/
H A Dperf-compare.py198 text_file.write(string_data)
/third_party/node/test/fixtures/wpt/streams/piping/
H A Dpipe-through.any.js13 write(chunk) {
/third_party/node/test/parallel/
H A Dtest-buffer-fill.js239 // This is mostly accurate. Except write() won't write partial bytes to the
266 // Convert "end" to "length" (which write understands).
271 const written = buf2.write(string, offset, length, encoding);
273 // Safety check in case write falls into infinite loop.
276 throw new Error('Could not write all data to Buffer');
H A Dtest-repl.js55 socket.write(`${send}\n`);
H A Dtest-v8-serdes.js206 buf.write('ff0d5c0404addeefbe', 32, 'hex');
/third_party/node/test/sequential/
H A Dtest-async-wrap-getasyncid.js265 throw new Error(`write failed: ${getSystemErrorName(err)}`);
269 // asynchronous write.
/third_party/node/deps/v8/tools/cppgc/
H A Dgen_cmake.py480 ofile.write(contents)
/third_party/node/tools/gyp/
H A Dtest_gyp.py87 sys.stderr.write("Specify -a to get all tests.\n")
/third_party/node/tools/icu/
H A Dicutrim.py310 fi.write('\n'.join(remove).encode("utf-8") + b'\n')
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse_lowlevel.h370 * (read, write, flush, release, fsync).
422 * of the write system call will reflect the return value of this
434 * @param buf data to write
435 * @param size number of bytes to write
436 * @param off offset to write to
439 void (*write) (fuse_req_t req, fuse_ino_t ino, const char *buf, member
459 * write errors.
717 * (read, write, flush, release, fsync).
941 * write
/third_party/musl/porting/liteos_a/user/include/
H A Dunistd.h47 ssize_t write(int, const void *, size_t);
/third_party/musl/porting/uniproton/kernel/include/
H A Dunistd.h45 ssize_t write(int, const void *, size_t);
/third_party/musl/porting/linux/user/include/
H A Dunistd.h51 ssize_t write(int, const void *, size_t);
/third_party/musl/porting/liteos_m/user/include/
H A Dunistd.h47 ssize_t write(int, const void *, size_t);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dunistd.h45 ssize_t write(int, const void *, size_t);
/third_party/nghttp2/src/
H A Dshrpx_worker.h238 ev_tstamp write; member
/third_party/musl/porting/liteos_a/kernel/include/
H A Dunistd.h51 ssize_t write(int, const void *, size_t);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dunistd.h45 ssize_t write(int, const void *, size_t);
/third_party/node/benchmark/
H A Dcommon.js324 process.stdout.write(formatResult(data));
/third_party/node/deps/cares/src/lib/
H A Dsetup_once.h157 * which is used to write outgoing data on a connected socket.
189 write((SEND_TYPE_ARG1)(x), (SEND_TYPE_ARG2)(y), (SEND_TYPE_ARG3)(z))

Completed in 20 milliseconds

1...<<111112113114115116117118119120>>...151