Home
last modified time | relevance | path

Searched refs:nmatches (Results 1 – 7 of 7) sorted by relevance

/freebsd/usr.bin/systat/
H A Dcmds.c151 int nmatches, longest; in lookup() local
154 nmatches = 0; in lookup()
163 nmatches = 1; in lookup()
166 nmatches++; in lookup()
169 if (nmatches > 1) in lookup()
/freebsd/usr.sbin/lpr/lpc/
H A Dlpc.c226 register int nmatches, longest; in getcmd() local
229 nmatches = 0; in getcmd()
238 nmatches = 1; in getcmd()
241 nmatches++; in getcmd()
244 if (nmatches > 1) in getcmd()
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dmain.c344 int nmatches, longest; in getcmd() local
347 nmatches = 0; in getcmd()
356 nmatches = 1; in getcmd()
359 nmatches++; in getcmd()
362 if (nmatches > 1) in getcmd()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pid.c128 uint_t nmatches = 0; in dt_pid_per_sym() local
166 nmatches++; in dt_pid_per_sym()
177 nmatches++; in dt_pid_per_sym()
181 if (!glob && nmatches == 0) { in dt_pid_per_sym()
210 nmatches++; in dt_pid_per_sym()
221 nmatches++; in dt_pid_per_sym()
224 pp->dpp_nmatches += nmatches; in dt_pid_per_sym()
383 uint_t nmatches = pp->dpp_nmatches; in dt_pid_per_mod() local
389 if (nmatches == pp->dpp_nmatches) { in dt_pid_per_mod()
/freebsd/contrib/tnftp/src/
H A Dmain.c756 int nmatches, longest; in getcmd() local
762 nmatches = 0; in getcmd()
771 nmatches = 1; in getcmd()
774 nmatches++; in getcmd()
777 if (nmatches > 1) in getcmd()
/freebsd/usr.bin/tftp/
H A Dmain.c785 int nmatches; in getcmd() local
788 nmatches = 0; in getcmd()
797 nmatches = 1; in getcmd()
800 nmatches++; in getcmd()
803 if (nmatches > 1) in getcmd()
/freebsd/usr.sbin/bsdconfig/share/media/
H A Dwlan.subr803 local n=0 nmatches=0 tag wssid wbssid help matches=
812 nmatches=$(( $nmatches + 1 ))
813 [ $nmatches -le ${#DIALOG_MENU_TAGS} ] || break
814 f_substr -v tag "$DIALOG_MENU_TAGS" $nmatches 1
823 if [ $nmatches -eq 0 ]; then
826 elif [ $nmatches -eq 1 ]; then
835 # Operate in a loop; for the case of $nmatches > 1, we can cycle back
840 if [ $nmatches -gt 1 ]; then
910 [ $nmatches -eq 1 ] && break
1019 local ssid ussid matches nmatches nconfigs nfound help desc w
[all …]