Searched refs:fildes (Results 1 – 2 of 2) sorted by relevance
/posix/ |
A D | streams-compat.c | 30 fattach (int fildes, const char *path) in fattach() argument 49 getmsg (int fildes, struct strbuf *ctlptr, struct strbuf *dataptr, int *flagsp) in getmsg() argument 58 getpmsg (int fildes, struct strbuf *ctlptr, struct strbuf *dataptr, int *bandp, in getpmsg() argument 68 isastream (int fildes) in isastream() argument 73 if (__fcntl (fildes, F_GETFD) < 0) in isastream() 83 putmsg (int fildes, const struct strbuf *ctlptr, const struct strbuf *dataptr, in putmsg() argument 93 putpmsg (int fildes, const struct strbuf *ctlptr, const struct strbuf *dataptr, in putpmsg() argument
|
A D | wordexp.c | 822 if (fildes[1] != -1) in exec_comm_child() 833 if (__posix_spawn_file_actions_adddup2 (&fa, fildes[1], fildes[1]) in exec_comm_child() 878 int fildes[2]; in exec_comm() local 896 if (__pipe2 (fildes, O_CLOEXEC) < 0) in exec_comm() 904 __close (fildes[0]); in exec_comm() 905 __close (fildes[1]); in exec_comm() 914 __close (fildes[1]); in exec_comm() 915 fildes[1] = -1; in exec_comm() 1083 __close (fildes[0]); in exec_comm() 1084 fildes[0] = -1; in exec_comm() [all …]
|
Completed in 6 milliseconds