Home
last modified time | relevance | path

Searched refs:o_fd (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/nvi/ip_cl/
Dip_cl.c36 int i_fd, o_fd; /* Input/output fd's. */ variable
88 o_fd = wpipe[1];
435 arg_format(argcp, argvp, i_fd, o_fd) in arg_format() argument
436 int *argcp, i_fd, o_fd; in arg_format()
456 (void)sprintf(iarg, "-I%d%s%d", i_fd, ".", o_fd);
614 if ((nw = write(o_fd, p, n)) < 0) {
/freebsd-9-stable/contrib/nvi/ip/
Dip.h12 int o_fd; /* Output file descriptor. */ member
Dip_main.c109 ipp->o_fd = strtol(++ep, &ep, 10);
Dip_funcs.c435 if ((nw = write(ipp->o_fd, p, n)) < 0) {