Searched refs:out_fd (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsimple_exec.c149 int in_fd[2], out_fd[2], err_fd[2]; local
157 pipe(out_fd);
173 close(out_fd[0]);
181 out_fd[1] = open(_PATH_DEVNULL, O_WRONLY);
190 if(out_fd[1] != STDOUT_FILENO) {
191 dup2(out_fd[1], STDOUT_FILENO);
192 close(out_fd[1]);
209 close(out_fd[0]);
210 close(out_fd[1]);
223 close(out_fd[
[all...]
/netbsd-6-1-5-RELEASE/dist/pf/libexec/tftp-proxy/
H A Dtftp-proxy.c84 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) {
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/cris/
H A Dcris.exp119 set out_fd [open $objdir/$opcode-test.s w]
136 puts $out_fd $line
143 close $out_fd
148 set out_fd [open $objdir/$opcode-test.d w]
173 puts $out_fd "$leftpart$n$rightpart"
187 puts $out_fd "$leftpart$n$rightpart"
189 puts $out_fd $line
194 close $out_fd
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dmips-tfile.c4888 int out_fd;
4895 out_fd = open (obj_in_name, O_WRONLY | O_CREAT | O_TRUNC, 0666);
4896 if (out_fd < 0)
4901 len2 = write (out_fd, buffer, len);
4917 if (close (out_fd) < 0)
4847 int out_fd; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dmips-tfile.c4869 int out_fd;
4876 out_fd = open (obj_in_name, O_WRONLY | O_CREAT | O_TRUNC, 0666);
4877 if (out_fd < 0)
4882 len2 = write (out_fd, buffer, len);
4898 if (close (out_fd) < 0)
4828 int out_fd; local

Completed in 194 milliseconds