HomeSort by: relevance | last modified time | path
    Searched refs:nmatches (Results 1 - 6 of 6) 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/sys/dev/scsipi/
scsipiconf.c 173 size_t nmatches, size_t matchsize, int *bestpriority)
181 for (*bestpriority = 0, bestmatch = 0; 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/usr.bin/ftp/
main.c 773 int nmatches; local
780 nmatches = 0;
789 nmatches = 1;
792 nmatches++;
795 if (nmatches > 1)

Completed in 20 milliseconds