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

  /src/usr.bin/mail/
quit.c 267 int mcount, p, modify, autohold, anystat, holdbit, nohold; local in function:quit
427 mcount = c;
523 if (mcount == 1)
526 (void)printf("Saved %d messages in mbox\n", mcount);
thread.c 666 size_t mcount; local in function:flattencmd_core
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 in function:thread_on_reference
1631 size_t mcount; local in function:thread_current_on
    [all...]
  /src/games/rogue/
use.c 438 short mcount = 0; local in function:hold_monster
454 mcount++;
458 if (mcount == 0) {
460 } else if (mcount == 1) {
  /src/sys/arch/newsmips/apbus/
if_sn.c 625 int mcount = 0; local in function:camprogram
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 in typeref:typename:unsigned long long
516 mcount = strtoull(optarg, &ep, 10);
517 if (((errno == ERANGE) && (mcount == ULLONG_MAX)) ||
518 ((errno == EINVAL) && (mcount == 0)))

Completed in 63 milliseconds