Searched refs:outfd (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/usr.bin/mail/
H A Dpopen.c209 start_commandv(char *cmd, sigset_t *nset, int infd, int outfd, va_list args) argument
224 prepare_child(nset, infd, outfd);
233 run_command(char *cmd, sigset_t *nset, int infd, int outfd, ...) argument
238 va_start(args, outfd);
239 pid = start_commandv(cmd, nset, infd, outfd, args);
247 start_command(char *cmd, sigset_t *nset, int infd, int outfd, ...) argument
252 va_start(args, outfd);
253 r = start_commandv(cmd, nset, infd, outfd, args);
259 prepare_child(sigset_t *nset, int infd, int outfd) argument
275 if (outfd >
[all...]
H A Dextern.h206 int run_command(char *cmd, sigset_t *nset, int infd, int outfd, ...);
234 pid_t start_command(char *cmd, sigset_t *nset, int infd, int outfd, ...);
/openbsd-current/regress/usr.sbin/rpki-client/
H A Dtest-http.c114 int error, fd[2], outfd, http; local
148 if ((outfd = open(file, O_WRONLY|O_CREAT|O_TRUNC, 0666)) == -1)
151 http_request(req++, uri, mod, outfd);
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_posix_libcdep.cpp95 int *outfd = NULL; local
114 outfd = sock_pair[i];
125 CHECK(outfd);
128 outfd_[0] = outfd[0];
129 outfd_[1] = outfd[1];
171 fd_t infd[2] = {}, outfd[2] = {}; local
172 if (!CreateTwoHighNumberedPipes(infd, outfd)) {
178 pid = StartSubprocess(path_, argv, GetEnvP(), /* stdin */ outfd[0],
182 internal_close(outfd[1]);
187 output_fd_ = outfd[
[all...]
/openbsd-current/usr.sbin/edquota/
H A Dedquota.c398 writeprivs(struct quotause *quplist, int outfd, char *name, int quotatype) argument
403 ftruncate(outfd, 0);
404 lseek(outfd, 0, SEEK_SET);
405 if ((fp = fdopen(dup(outfd), "w")) == NULL)
535 writetimes(struct quotause *quplist, int outfd, int quotatype) argument
540 ftruncate(outfd, 0);
541 lseek(outfd, 0, SEEK_SET);
542 if ((fp = fdopen(dup(outfd), "w")) == NULL)
/openbsd-current/usr.sbin/rpki-client/
H A Dhttp.c155 int outfd; member in struct:http_request
569 int outfd)
577 close(outfd);
586 req->outfd = outfd;
612 if (req->outfd != -1)
613 close(req->outfd);
1332 int outfd; local
1335 outfd = conn->req->outfd;
568 http_req_new(unsigned int id, char *uri, char *modified_since, int count, int outfd) argument
[all...]

Completed in 224 milliseconds