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

  /src/usr.bin/mail/
quit.c 267 int mcount, p, modify, autohold, anystat, holdbit, nohold; local
427 mcount = c;
523 if (mcount == 1)
526 (void)printf("Saved %d messages in mbox\n", mcount);
thread.c 666 size_t mcount; local
674 mcount = 1;
676 mcount++;
683 if (mcount == 1)
686 marray = csalloc(mcount, sizeof(*marray));
688 for (i = 0; i < mcount; i++) {
693 for (i = 1; i < mcount; i++) {
781 link_array(struct key_sort_s *marray, size_t mcount)
786 for (i = 0; i < mcount; i++) {
823 thread_array(struct key_sort_s *marray, size_t mcount, int cutit
940 size_t mcount, i; local
1631 size_t mcount; local
    [all...]
  /src/external/bsd/less/dist/
pattern.c 369 int mcount = pcre_exec(pattern, NULL, line, line_len, local
371 matched = (mcount > 0);
373 if (ecount > mcount) ecount = mcount;
392 int mcount = pcre2_match(pattern, (PCRE2_SPTR)line, line_len, local
394 matched = (mcount > 0);
400 if (ecount > mcount) ecount = mcount;
  /src/games/rogue/
use.c 438 short mcount = 0; local
454 mcount++;
458 if (mcount == 0) {
460 } else if (mcount == 1) {
  /src/sys/arch/newsmips/apbus/
if_sn.c 625 int mcount = 0; local
632 camentry(sc, mcount, CLLADDR(ifp->if_sadl));
633 mcount++;
642 if (mcount == MAXCAM) {
661 camentry(sc, mcount, enm->enm_addrlo);
662 mcount++;
  /src/usr.bin/grep/
grep.c 108 unsigned long long mcount; /* count for -m */ variable
516 mcount = strtoull(optarg, &ep, 10);
517 if (((errno == ERANGE) && (mcount == ULLONG_MAX)) ||
518 ((errno == EINVAL) && (mcount == 0)))
  /src/external/gpl3/gcc.old/dist/gcc/
cfgloop.cc 610 profile_count mcount = profile_count::zero (), tcount = profile_count::zero ();
614 if (e->count ()> mcount)
617 mcount = e->count();
623 || (tcount - mcount).apply_scale (HEAVY_EDGE_RATIO, 1) > tcount)
609 profile_count mcount = profile_count::zero (), tcount = profile_count::zero (); local
  /src/external/bsd/wpa/dist/src/eap_peer/
eap.c 2732 size_t mcount; local
2735 methods = eap_peer_get_methods(&mcount);
2739 buf = os_malloc(mcount * sizeof(struct eap_method_type));
  /src/external/bsd/ntp/dist/ntpd/
refclock_wwv.c 1401 static int mcount; /* longest run end time */ local
1477 mcount = scount;
1513 mcount = scount;
1519 mcount = scount;
1546 up->freq += (dtemp / 2.) / ((mcount - zcount) *
1577 up->avgint, maxrun, mcount - zcount, dtemp,
1591 zcount = mcount;
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
uds_daemon.c 122 static mDNSu32 mcount; // tracks the current active mcast operations for McastLogging variable
123 static mDNSu32 i_mcount; // sets mcount when McastLogging is enabled(PROF signal is sent)
350 if (++mcount == 1)
355 mcount--;
377 if (++mcount == 1)
382 mcount--;
429 mcount = 0;
430 // mcount is initialized to 0 when the PROF signal is sent since mcount could have
435 mcount = 0
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/pa/
pa.cc 4744 rtx arg_bytes, begin_label_rtx, mcount, sym;
4752 mcount = gen_rtx_MEM (Pmode, sym);
4798 call_insn = emit_call_insn (gen_call_mcount (mcount, arg_bytes,
4801 call_insn = emit_call_insn (gen_call (mcount, arg_bytes));
4809 call_insn = emit_call_insn (gen_call_mcount (mcount, arg_bytes,
4812 call_insn = emit_call_insn (gen_call (mcount, arg_bytes));
4732 rtx arg_bytes, begin_label_rtx, mcount, sym; local
  /src/external/bsd/openldap/dist/libraries/liblmdb/
mdb.c 6630 unsigned int mcount = 0, dcount = 0, nospill; local
7132 mcount++;
7134 data[1].mv_size = mcount;
7135 if (mcount < dcount) {

Completed in 86 milliseconds