| /src/external/bsd/nvi/dist/ip/ |
| ip_main.c | 39 static IP_PRIVATE *ip_init __P((WIN *wp, int i_fd, int o_fd, int, int argc, char *argv[])); 41 static int get_fds __P((char *ip_arg, int *i_fd, int *o_fd)); 43 int *i_fd, int *o_fd, int *, int can_pass)); 58 int i_fd, o_fd, t_fd, main_ifd, main_ofd; local 100 while (get_connection(wp, main_ifd, main_ofd, &i_fd, &o_fd, &t_fd, 1) == 0) { 105 if ((ipp = ip_init(wp, i_fd, o_fd, t_fd, argc, argv)) == NULL) 183 ip_init(WIN *wp, int i_fd, int o_fd, int t_fd, int argc, char *argv[]) 193 ipp->i_fd = i_fd; 207 get_fds(char *ip_arg, int *i_fd, int *o_fd [all...] |
| /src/external/bsd/nvi/dist/ipc/ |
| ip.h | 22 int i_fd; /* Input file descriptor. */ member in struct:_ip_private
|
| /src/external/bsd/file/dist/src/ |
| cdf.h | 269 int i_fd; member in struct:__anon6637
|