Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.bin/systat/
Dcmds.c155 int nmatches, longest; in lookup() local
158 nmatches = 0; in lookup()
167 nmatches = 1; in lookup()
170 nmatches++; in lookup()
173 if (nmatches > 1) in lookup()
/freebsd-9-stable/usr.sbin/timed/timedc/
Dtimedc.c149 register int nmatches, longest; local
153 nmatches = 0;
163 nmatches = 1;
166 nmatches++;
169 if (nmatches > 1)
/freebsd-9-stable/contrib/gdb/gdb/cli/
Dcli-setshow.c200 int nmatches; in do_setshow_command() local
226 nmatches = 0; in do_setshow_command()
233 nmatches = 1; in do_setshow_command()
239 nmatches++; in do_setshow_command()
243 if (nmatches <= 0) in do_setshow_command()
246 if (nmatches > 1) in do_setshow_command()
/freebsd-9-stable/usr.sbin/lpr/lpc/
Dlpc.c238 register int nmatches, longest; in getcmd() local
241 nmatches = 0; in getcmd()
250 nmatches = 1; in getcmd()
253 nmatches++; in getcmd()
256 if (nmatches > 1) in getcmd()
/freebsd-9-stable/crypto/heimdal/appl/ftp/ftp/
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-9-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_pid.c118 uint_t nmatches = 0; in dt_pid_per_sym() local
156 nmatches++; in dt_pid_per_sym()
167 nmatches++; in dt_pid_per_sym()
171 if (!glob && nmatches == 0) { in dt_pid_per_sym()
200 nmatches++; in dt_pid_per_sym()
211 nmatches++; in dt_pid_per_sym()
214 pp->dpp_nmatches += nmatches; in dt_pid_per_sym()
373 uint_t nmatches = pp->dpp_nmatches; in dt_pid_per_mod() local
379 if (nmatches == pp->dpp_nmatches) { in dt_pid_per_mod()
/freebsd-9-stable/contrib/tnftp/src/
Dmain.c746 int nmatches, longest; in getcmd() local
752 nmatches = 0; in getcmd()
761 nmatches = 1; in getcmd()
764 nmatches++; in getcmd()
767 if (nmatches > 1) in getcmd()
/freebsd-9-stable/usr.bin/tftp/
Dmain.c769 int nmatches, longest; in getcmd() local
772 nmatches = 0; in getcmd()
781 nmatches = 1; in getcmd()
784 nmatches++; in getcmd()
787 if (nmatches > 1) in getcmd()