Searched defs:out_fd (Results 1 – 2 of 2) sorted by relevance
112 int null_fd, out_fd, err_fd; in stdio_disable() local129 int out_fd, err_fd; in stdio_enable() local144 int null_fd, out_fd, err_fd; in stdio_disable() local161 int out_fd, err_fd; in stdio_enable() local
29 ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count) { in sendfile()