Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pgrep/
H A Dpgrep.c286 int ovalid = 0, nmatches = 0, flags = 0; in scan_proc_dir() local
324 nmatches++; in scan_proc_dir()
333 nmatches++; in scan_proc_dir()
336 return (nmatches); in scan_proc_dir()
599 int nmatches, c; in main() local
708 nmatches = scan_proc_dir(g_procdir, dirp, &g_psexp, funcp); in main()
714 return (nmatches ? E_MATCH : E_NOMATCH); in main()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_pid.c114 uint_t nmatches = 0; in dt_pid_per_sym() local
148 nmatches++; in dt_pid_per_sym()
159 nmatches++; in dt_pid_per_sym()
163 if (!glob && nmatches == 0) { in dt_pid_per_sym()
192 nmatches++; in dt_pid_per_sym()
203 nmatches++; in dt_pid_per_sym()
206 pp->dpp_nmatches += nmatches; in dt_pid_per_sym()
350 uint_t nmatches = pp->dpp_nmatches; in dt_pid_per_mod() local
356 if (nmatches == pp->dpp_nmatches) { in dt_pid_per_mod()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dmain.c485 int nmatches, longest; in getcmd() local
492 nmatches = 0; in getcmd()
501 nmatches = 1; in getcmd()
504 nmatches++; in getcmd()
507 if (nmatches > 1) in getcmd()
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_slice.c681 int32_t nmatches; in find_value() local
685 nmatches = 0; in find_value()
705 nmatches++; in find_value()
711 nmatches = 1; in find_value()
716 return (nmatches); in find_value()
/illumos-gate/usr/src/cmd/format/
H A Dio.c1782 int nmatches; in find_value() local
1786 nmatches = 0; in find_value()
1805 nmatches++; in find_value()
1811 nmatches = 1; in find_value()
1816 return (nmatches); in find_value()
/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.c1060 int nmatches; in find_macro_definition() local
1139 nmatches = 0; in find_macro_definition()
1151 nmatches++; in find_macro_definition()
1158 if (nmatches == 0) { in find_macro_definition()
1163 } else if (nmatches > 1) { in find_macro_definition()