Home
last modified time | relevance | path

Searched refs:write (Results 3226 - 3250 of 5377) sorted by relevance

1...<<121122123124125126127128129130>>...216

/third_party/ltp/testcases/kernel/syscalls/sigrelse/
H A Dsigrelse01.c20 * 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 Dtftp_server.c264 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 Dradeon_bo_gem.c143 static int bo_map(struct radeon_bo_int *boi, int write) in bo_map() argument
/third_party/libfuse/lib/
H A Dbuffer.c54 res = write(dst->fd, (char *)src->mem + src_off, len); in fuse_buf_write()
H A Dhelper.c298 (void) write(waiter[1], &completed, sizeof(completed)); in fuse_daemonize()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
H A D2-4.c14 * with this program; if not, write the Free Software Foundation, Inc.,
326 if (write(fd, tmp, sz) != (ssize_t) sz) { in main()
H A D4-2.c14 * with this program; if not, write the Free Software Foundation, Inc.,
281 if (write(fd, tmp, sz) != (ssize_t) sz) { in main()
H A D2-7.c14 * 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 D2-2.c14 * 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 D1-2.c14 * 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 Dstress1.c14 * 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 Dstress1.c14 * 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 Dstack_trace_posix.cc183 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 Dtransport.cc444 if (write(faulted_thread_fd_write_, &buf, sizeof(buf)) != sizeof(buf)) {
/third_party/musl/include/
H A Dunistd.h61 ssize_t write(int, const void *, size_t);
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_alu.h144 static const std::set<AluModifiers> write;
/third_party/libphonenumber/migrator/migrator-servlet/src/main/java/com/google/phonenumbers/
H A DServletMain.java138 outputStream.write(fileContent.getBytes()); in doGet()
/third_party/rust/crates/linux-raw-sys/gen/src/
H A Dmain.rs210 fs::write(
/third_party/rust/crates/clap/src/builder/
H A Drange.rs186 write!(f, "{self}") in fmt()
/third_party/python/Tools/scripts/
H A Dpatchcheck.py33 sys.stdout.write(message + ' ... ')
/third_party/python/Tools/unicode/
H A Dgencodec.py362 f.write(code)
/third_party/rust/crates/cxx/macro/src/
H A Dderive.rs259 _ => ::cxx::core::write!(formatter, #fallback, self.repr), in enum_debug()
/third_party/protobuf/conformance/
H A Dconformance_test_runner.cc310 if (write(fd, buf, len) != len) { in CheckedWrite()
/third_party/pulseaudio/src/modules/macosx/
H A Dmodule-coreaudio-detect.c198 write(u->detect_fds[1], &dummy, 1); in property_listener_proc()
/third_party/pulseaudio/src/modules/echo-cancel/
H A Dadrian-aec.c272 write(fdwdisplay, ws, DUMP_LEN*sizeof(float)); in AEC_doAEC()

Completed in 17 milliseconds

1...<<121122123124125126127128129130>>...216