Home | History | Annotate | Download | only in netcat

Lines Matching defs:ofd

120 int ofd = 0;			/* hexdump output fd */
1012 if (! ofd)
1073 x = write (ofd, stage, soc);
1075 bail ("ofd write err");
1497 ofd = 0;
1501 ofd = open (stage, O_WRONLY | O_CREAT | O_TRUNC, 0664);
1502 if (ofd <= 0) /* must be > extant 0/1/2 */