Home
last modified time | relevance | path

Searched refs:SYS_write (Results 1 – 11 of 11) sorted by relevance

/third_party/musl/src/unistd/
Dwrite.c6 return syscall_cp(SYS_write, fd, buf, count); in write()
Dfaccessat.c22 __syscall(SYS_write, c->p, &ret, sizeof ret); in checker()
/third_party/abseil-cpp/absl/debugging/internal/
Daddress_is_readable.cc117 bytes_written = syscall(SYS_write, write_fd, addr, 1); in AddressIsReadable()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Daddress_is_readable.cc117 bytes_written = syscall(SYS_write, write_fd, addr, 1); in AddressIsReadable()
/third_party/abseil-cpp/absl/base/internal/
Draw_logging.cc191 syscall(SYS_write, STDERR_FILENO, s, len); in SafeWriteToStderr()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Draw_logging.cc200 syscall(SYS_write, STDERR_FILENO, s, len); in SafeWriteToStderr()
/third_party/musl/porting/liteos_a/user/src/process/
Dposix_spawn.c159 if (ret) while (__syscall(SYS_write, p, &ret, sizeof ret) < 0); in child()
/third_party/musl/src/process/
Dposix_spawn.c158 if (ret) while (__syscall(SYS_write, p, &ret, sizeof ret) < 0); in child()
/third_party/libunwind/src/s390x/
DGinit.c135 ret = syscall (SYS_write, mem_validate_pipe[1], addr, 1); in write_validate()
/third_party/libunwind/src/x86_64/
DGinit.c146 ret = syscall (SYS_write, mem_validate_pipe[1], addr, 1); in write_validate()
/third_party/musl/porting/liteos_m/user/include/bits/
Dsyscall.h425 #define SYS_write 4 macro