Searched refs:o_fd (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/contrib/nvi/ip_cl/ |
| D | ip_cl.c | 36 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/ |
| D | ip.h | 12 int o_fd; /* Output file descriptor. */ member
|
| D | ip_main.c | 109 ipp->o_fd = strtol(++ep, &ep, 10);
|
| D | ip_funcs.c | 435 if ((nw = write(ipp->o_fd, p, n)) < 0) {
|