Searched refs:zfd (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/usr.bin/gzip/
H A Dgzip.c1448 int fd, ofd, zfd = -1; local
1568 zfd = STDOUT_FILENO;
1570 zfd = -1;
1572 zfd = open(outfile, O_WRONLY|O_CREAT|O_EXCL, 0600);
1573 if (zfd == STDOUT_FILENO) {
1575 zfd = dup(zfd);
1578 if (zfd == -1) {
1594 size = unbzip2(fd, zfd, NULL, 0, NULL);
1613 out = fdopen(dup(zfd), "
[all...]
/freebsd-13-stable/sys/contrib/openzfs/cmd/zed/
H A Dzed_exec.c113 * The file descriptor [zfd] is the zevent_fd used to track the
118 char *env[], int zfd, boolean_t in_foreground)
132 assert(zfd >= 0);
164 (void) dup2(zfd, ZEVENT_FILENO);
117 _zed_exec_fork_child(uint64_t eid, const char *dir, const char *prog, char *env[], int zfd, boolean_t in_foreground) argument

Completed in 56 milliseconds