| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| simple_exec.c | 150 int out_fd[2] = {-1, -1}; local 160 ret = pipe(out_fd); 167 close(out_fd[0]); 168 close(out_fd[1]); 187 close(out_fd[0]); 195 out_fd[1] = open(_PATH_DEVNULL, O_WRONLY); 204 if(out_fd[1] != STDOUT_FILENO) { 205 dup2(out_fd[1], STDOUT_FILENO); 206 close(out_fd[1]); 223 close(out_fd[0]) [all...] |
| /src/dist/pf/libexec/tftp-proxy/ |
| tftp-proxy.c | 84 int c, fd = 0, on = 1, out_fd = 0, peer, reqsize = 0; local 259 if ((out_fd = socket(((struct sockaddr *)&from)->sa_family, 268 if (bind(out_fd, (struct sockaddr *)&sock_out, sizeof(sock_out)) < 0) { 273 if (connect(out_fd, (struct sockaddr *)&server, 280 if ((getsockname(out_fd, (struct sockaddr *)&proxy_to_server, 347 if (send(out_fd, tp, reqsize, 0) < 0) {
|
| /src/external/bsd/wpa/dist/src/utils/ |
| wpa_debug.c | 554 int out_fd; local 565 out_fd = open(path, O_CREAT | O_APPEND | O_WRONLY, 567 if (out_fd < 0) { 575 if (fcntl(out_fd, F_SETFD, FD_CLOEXEC) < 0) { 582 out_file = fdopen(out_fd, "a"); 586 close(out_fd);
|
| /src/external/mit/libuv/dist/src/unix/ |
| fs.c | 842 int out_fd; local 847 out_fd = req->file; 905 n = write(out_fd, buf + nwritten, nread - nwritten); 918 pfd.fd = out_fd; 981 int out_fd, size_t len) { 990 r = uv__fs_copy_file_range(in_fd, off, out_fd, NULL, len, 0); 1010 if (uv__is_cifs_or_smb(out_fd)) 1016 * EXDEV - it will not work when in_fd and out_fd are not on the same 1031 int out_fd; local 1034 out_fd = req->file [all...] |
| /src/external/bsd/tmux/dist/ |
| tmux.h | 1941 int out_fd; member in struct:client
|