Searched refs:nmatches (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/usr.bin/systat/
H A Dcmds.c151 int nmatches, longest; local
154 nmatches = 0;
163 nmatches = 1;
166 nmatches++;
169 if (nmatches > 1)
/freebsd-current/usr.sbin/lpr/lpc/
H A Dlpc.c226 register int nmatches, longest; local
229 nmatches = 0;
238 nmatches = 1;
241 nmatches++;
244 if (nmatches > 1)
/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Dmain.c344 int nmatches, longest; local
347 nmatches = 0;
356 nmatches = 1;
359 nmatches++;
362 if (nmatches > 1)
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pid.c128 uint_t nmatches = 0; local
166 nmatches++;
177 nmatches++;
181 if (!glob && nmatches == 0) {
210 nmatches++;
221 nmatches++;
224 pp->dpp_nmatches += nmatches;
383 uint_t nmatches = pp->dpp_nmatches; local
389 if (nmatches == pp->dpp_nmatches) {
/freebsd-current/contrib/tnftp/src/
H A Dmain.c756 int nmatches, longest; local
762 nmatches = 0;
771 nmatches = 1;
774 nmatches++;
777 if (nmatches > 1)
/freebsd-current/usr.bin/tftp/
H A Dmain.c785 int nmatches; local
788 nmatches = 0;
797 nmatches = 1;
800 nmatches++;
803 if (nmatches > 1)

Completed in 198 milliseconds