Searched defs:newfd (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/ulib/syslog/
H A Dlogger.cpp101 int newfd = dup(STDERR_FILENO); local
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dredir.c104 int newfd; local
396 int newfd; local
[all...]
/fuchsia/zircon/third_party/ulib/musl/stubs/
H A Diostubs.c195 static int stub_dup2(int oldfd, int newfd) { argument
201 static int stub_dup3(int oldfd, int newfd, int flags) { argument
395 static int stub_renameat(int oldfd, const char* old, int newfd, const char* new) { argument
/fuchsia/zircon/system/ulib/fdio/
H A Dunistd.c749 zx_status_t fdio_clone_fd(int fd, int newfd, zx_handle_t* handles, uint32_t* types) { argument
766 zx_status_t fdio_transfer_fd(int fd, int newfd, zx_handle_t* handles, uint32_t* types) { argument
1130 static int fdio_dup(int oldfd, int newfd, int starting_fd) { argument
1143 int dup2(int oldfd, int newfd) { argument
1153 int dup3(int oldfd, int newfd, int flags) { argument
[all...]

Completed in 38 milliseconds