Searched refs:noutputs (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/usr.bin/netstat/
H A Dnetstat.h49 extern int noutputs; /* how much outputs before we exit */
H A Dmain.c209 int noutputs = 0; /* how much outputs before we exit */ variable
386 noutputs = atoi(optarg);
387 if (noutputs != 0)
388 noutputs++;
H A Dif.c690 if ((noutputs != 0) && (--noutputs == 0)) {

Completed in 100 milliseconds