Home
last modified time | relevance | path

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

/f-stack/tools/netstat/
H A Dmain.c224 int noutputs = 0; /* how much outputs before we exit */ variable
401 noutputs = atoi(optarg); in main()
402 if (noutputs != 0) in main()
403 noutputs++; in main()
H A Dnetstat.h58 extern int noutputs; /* how much outputs before we exit */
H A Dif.c611 if ((noutputs != 0) && (--noutputs == 0)) { in sidewaysintpr()