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

  /src/usr.sbin/timed/timedc/
timedc.c 148 int nmatches, longest; local in function:getcmd
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 in function:dispatch_cmd
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 in function:getcmd
209 nmatches = 0;
218 nmatches = 1;
221 nmatches++;
224 if (nmatches > 1)
  /src/usr.bin/ftp/
main.c 778 int nmatches; local in function:getcmd
785 nmatches = 0;
794 nmatches = 1;
797 nmatches++;
800 if (nmatches > 1)
  /src/usr.bin/tftp/
main.c 693 int nmatches, longest; local in function:getcmd
696 nmatches = 0;
705 nmatches = 1;
708 nmatches++;
711 if (nmatches > 1)

Completed in 15 milliseconds