HomeSort by: relevance | last modified time | path
    Searched defs:nmatches (Results 1 - 11 of 11) sorted by relevancy

  /src/usr.sbin/timed/timedc/
timedc.c 148 int nmatches, longest; local
153 nmatches = 0;
163 nmatches = 1;
166 nmatches++;
169 if (nmatches > 1)
  /src/sys/arch/alpha/stand/standtest/
test.c 178 unsigned int nmatches; local
199 for (nmatches = 0, try = cmds;
204 nmatches++;
208 if (nmatches == 1) {
211 } else if (nmatches == 0) {
  /src/usr.sbin/lpr/lpc/
lpc.c 206 int nmatches, longest; local
209 nmatches = 0;
218 nmatches = 1;
221 nmatches++;
224 if (nmatches > 1)
  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-setshow.c 294 int nmatches = 0;
302 nmatches = 1;
308 nmatches++;
312 if (nmatches == 0)
315 if (nmatches > 1)
292 int nmatches = 0; local
  /src/external/gpl3/gdb/dist/gdb/cli/
cli-setshow.c 299 int nmatches = 0;
307 nmatches = 1;
313 nmatches++;
317 if (nmatches == 0)
320 if (nmatches > 1)
297 int nmatches = 0; local
cli-decode.c 2868 int nmatches = 0;
2876 nmatches = 1;
2880 nmatches++;
2883 if (nmatches == 1)
2889 if (nmatches > 1)
2866 int nmatches = 0; local
  /src/usr.bin/ftp/
main.c 773 int nmatches; local
780 nmatches = 0;
789 nmatches = 1;
792 nmatches++;
795 if (nmatches > 1)
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_pid.c 129 uint_t nmatches = 0; local
167 nmatches++;
178 nmatches++;
182 if (!glob && nmatches == 0) {
211 nmatches++;
222 nmatches++;
225 pp->dpp_nmatches += nmatches;
384 uint_t nmatches = pp->dpp_nmatches; local
390 if (nmatches == pp->dpp_nmatches) {
  /src/usr.bin/tftp/
main.c 693 int nmatches, longest; local
696 nmatches = 0;
705 nmatches = 1;
708 nmatches++;
711 if (nmatches > 1)
  /src/external/gpl3/gcc/dist/gcc/
omp-general.cc 2388 unsigned int nmatches = 0; local
2395 nmatches++;
2407 nmatches++;
2412 if (nmatches == 0)
  /src/external/gpl3/gcc.old/dist/gcc/
omp-general.cc 2148 unsigned int nmatches = 0; local
2155 nmatches++;
2167 nmatches++;
2172 if (nmatches == 0)

Completed in 62 milliseconds