Searched defs:nmatches (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dmain.c414 int nmatches, longest; local
421 nmatches = 0;
430 nmatches = 1;
433 nmatches++;
436 if (nmatches > 1)
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_pid.c114 uint_t nmatches = 0; local
148 nmatches++;
159 nmatches++;
163 if (!glob && nmatches == 0) {
192 nmatches++;
203 nmatches++;
206 pp->dpp_nmatches += nmatches;
350 uint_t nmatches = pp->dpp_nmatches; local
356 if (nmatches == pp->dpp_nmatches) {
/illumos-gate/usr/src/cmd/pgrep/
H A Dpgrep.c286 int ovalid = 0, nmatches = 0, flags = 0; local
324 nmatches++;
333 nmatches++;
336 return (nmatches);
599 int nmatches, c; local
708 nmatches = scan_proc_dir(g_procdir, dirp, &g_psexp, funcp);
714 return (nmatches ? E_MATCH : E_NOMATCH);
/illumos-gate/usr/src/cmd/format/
H A Dio.c1808 int nmatches; local
1812 nmatches = 0;
1831 nmatches++;
1837 nmatches = 1;
1842 return (nmatches);
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_slice.c681 int32_t nmatches; local
685 nmatches = 0;
705 nmatches++;
711 nmatches = 1;
716 return (nmatches);
/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.c1060 int nmatches; local
1139 nmatches = 0;
1151 nmatches++;
1158 if (nmatches == 0) {
1163 } else if (nmatches > 1) {

Completed in 69 milliseconds