| /third_party/ltp/testcases/kernel/syscalls/sigrelse/ |
| H A D | sigrelse01.c | 20 * with this program; if not, write the Free Software Foundation, Inc., 74 * else if exit is WRITE_BROK then BROK (write() to pipe failed) 288 "Unable to tell child to go, write to pipe failed"); in parent() 359 /* the write() call failed in child's write_pipe */ in parent() 360 tst_resm(TBROK, "write() pipe failed for child."); in parent() 522 * trouble, write message in mesg and return -1, else return 0. 629 * write_pipe(msg) : write msg to pipe. If it fails, put message in 639 if (write(fd, msg, MAXMESG) < 0) { in write_pipe() 640 (void)sprintf(mesg, "write() pipe failed. error:%d %s.", in write_pipe()
|
| /third_party/lwip/src/apps/tftp/ |
| H A D | tftp_server.c | 264 LWIP_DEBUGF(TFTP_DEBUG | LWIP_DBG_STATE, ("tftp: %s request from ", (opcode == PP_HTONS(TFTP_WRQ)) ? "write" : "read")); in recv() 292 send_error(addr, port, TFTP_ERROR_ACCESS_VIOLATION, "Not a write connection"); in recv() 300 ret = tftp_state.ctx->write(tftp_state.handle, p); in recv()
|
| /third_party/libdrm/radeon/ |
| H A D | radeon_bo_gem.c | 143 static int bo_map(struct radeon_bo_int *boi, int write) in bo_map() argument
|
| /third_party/libfuse/lib/ |
| H A D | buffer.c | 54 res = write(dst->fd, (char *)src->mem + src_off, len); in fuse_buf_write()
|
| H A D | helper.c | 298 (void) write(waiter[1], &completed, sizeof(completed)); in fuse_daemonize()
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/ |
| H A D | 2-4.c | 14 * with this program; if not, write the Free Software Foundation, Inc., 326 if (write(fd, tmp, sz) != (ssize_t) sz) { in main()
|
| H A D | 4-2.c | 14 * with this program; if not, write the Free Software Foundation, Inc., 281 if (write(fd, tmp, sz) != (ssize_t) sz) { in main()
|
| H A D | 2-7.c | 14 * with this program; if not, write the Free Software Foundation, Inc., 334 if (write(fd, tmp, sz) != (ssize_t) sz) { in main()
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/ |
| H A D | 2-2.c | 14 * with this program; if not, write the Free Software Foundation, Inc., 342 if (write(fd, tmp, sz) != (ssize_t) sz) { in main()
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/ |
| H A D | 1-2.c | 14 * with this program; if not, write the Free Software Foundation, Inc., 375 if (write(fd, tmp, sz) != (ssize_t) sz) { in main()
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/ |
| H A D | stress1.c | 14 * with this program; if not, write the Free Software Foundation, Inc., 458 if (write(fd, tmp, sz) != (ssize_t) sz) { in main()
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
| H A D | stress1.c | 14 * with this program; if not, write the Free Software Foundation, Inc., 464 if (write(fd, tmp, sz) != (ssize_t) sz) { in main()
|
| /third_party/node/deps/v8/src/base/debug/ |
| H A D | stack_trace_posix.cc | 183 ssize_t return_val = write(STDERR_FILENO, output, strlen(output)); in PrintToStderr() 398 // Make sure we can write at least one NUL byte. in itoa_r() 416 // Make sure we can write the '-' character. in itoa_r()
|
| /third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
| H A D | transport.cc | 444 if (write(faulted_thread_fd_write_, &buf, sizeof(buf)) != sizeof(buf)) {
|
| /third_party/musl/include/ |
| H A D | unistd.h | 61 ssize_t write(int, const void *, size_t);
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_instr_alu.h | 144 static const std::set<AluModifiers> write;
|
| /third_party/libphonenumber/migrator/migrator-servlet/src/main/java/com/google/phonenumbers/ |
| H A D | ServletMain.java | 138 outputStream.write(fileContent.getBytes()); in doGet()
|
| /third_party/rust/crates/linux-raw-sys/gen/src/ |
| H A D | main.rs | 210 fs::write(
|
| /third_party/rust/crates/clap/src/builder/ |
| H A D | range.rs | 186 write!(f, "{self}") in fmt()
|
| /third_party/python/Tools/scripts/ |
| H A D | patchcheck.py | 33 sys.stdout.write(message + ' ... ')
|
| /third_party/python/Tools/unicode/ |
| H A D | gencodec.py | 362 f.write(code)
|
| /third_party/rust/crates/cxx/macro/src/ |
| H A D | derive.rs | 259 _ => ::cxx::core::write!(formatter, #fallback, self.repr), in enum_debug()
|
| /third_party/protobuf/conformance/ |
| H A D | conformance_test_runner.cc | 310 if (write(fd, buf, len) != len) { in CheckedWrite()
|
| /third_party/pulseaudio/src/modules/macosx/ |
| H A D | module-coreaudio-detect.c | 198 write(u->detect_fds[1], &dummy, 1); in property_listener_proc()
|
| /third_party/pulseaudio/src/modules/echo-cancel/ |
| H A D | adrian-aec.c | 272 write(fdwdisplay, ws, DUMP_LEN*sizeof(float)); in AEC_doAEC()
|