| /third_party/ltp/testcases/kernel/fs/ftest/ |
| H A D | ftest02.c | 17 * 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 D | protocol_lws_sshd_demo.c | 236 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 D | cipher.js | 190 return this._decoder.write(ret);
|
| /third_party/node/lib/internal/debugger/ |
| H A D | inspect_client.js | 252 this._socket.write(encodeFrameHybi17(Buffer.from(json))); 325 process.stderr.write(`Unexpected HTTP code: ${httpRes.statusCode}\n`);
|
| /third_party/node/lib/internal/ |
| H A D | encoding.js | 536 this[kHandle].write(input);
|
| /third_party/node/deps/v8/tools/ |
| H A D | perf-compare.py | 198 text_file.write(string_data)
|
| /third_party/node/test/fixtures/wpt/streams/piping/ |
| H A D | pipe-through.any.js | 13 write(chunk) {
|
| /third_party/node/test/parallel/ |
| H A D | test-buffer-fill.js | 239 // 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 D | test-repl.js | 55 socket.write(`${send}\n`);
|
| H A D | test-v8-serdes.js | 206 buf.write('ff0d5c0404addeefbe', 32, 'hex');
|
| /third_party/node/test/sequential/ |
| H A D | test-async-wrap-getasyncid.js | 265 throw new Error(`write failed: ${getSystemErrorName(err)}`); 269 // asynchronous write.
|
| /third_party/node/deps/v8/tools/cppgc/ |
| H A D | gen_cmake.py | 480 ofile.write(contents)
|
| /third_party/node/tools/gyp/ |
| H A D | test_gyp.py | 87 sys.stderr.write("Specify -a to get all tests.\n")
|
| /third_party/node/tools/icu/ |
| H A D | icutrim.py | 310 fi.write('\n'.join(remove).encode("utf-8") + b'\n')
|
| /third_party/ntfs-3g/include/fuse-lite/ |
| H A D | fuse_lowlevel.h | 370 * (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 D | unistd.h | 47 ssize_t write(int, const void *, size_t);
|
| /third_party/musl/porting/uniproton/kernel/include/ |
| H A D | unistd.h | 45 ssize_t write(int, const void *, size_t);
|
| /third_party/musl/porting/linux/user/include/ |
| H A D | unistd.h | 51 ssize_t write(int, const void *, size_t);
|
| /third_party/musl/porting/liteos_m/user/include/ |
| H A D | unistd.h | 47 ssize_t write(int, const void *, size_t);
|
| /third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
| H A D | unistd.h | 45 ssize_t write(int, const void *, size_t);
|
| /third_party/nghttp2/src/ |
| H A D | shrpx_worker.h | 238 ev_tstamp write; member
|
| /third_party/musl/porting/liteos_a/kernel/include/ |
| H A D | unistd.h | 51 ssize_t write(int, const void *, size_t);
|
| /third_party/musl/porting/liteos_m/kernel/include/ |
| H A D | unistd.h | 45 ssize_t write(int, const void *, size_t);
|
| /third_party/node/benchmark/ |
| H A D | common.js | 324 process.stdout.write(formatResult(data));
|
| /third_party/node/deps/cares/src/lib/ |
| H A D | setup_once.h | 157 * 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))
|