Symbol: mcount
crypto/krb5/src/appl/gss-sample/gss-client.c
403
int use_file, int mcount, char *username, char *password)
crypto/krb5/src/appl/gss-sample/gss-client.c
516
for (i = 0; i < (size_t)mcount; i++) {
crypto/krb5/src/appl/gss-sample/gss-client.c
687
static int mcount = 1, ccount = 1;
crypto/krb5/src/appl/gss-sample/gss-client.c
697
v1_format, msg, use_file, mcount, username, password) < 0)
crypto/krb5/src/appl/gss-sample/gss-client.c
784
mcount = atoi(*argv);
crypto/krb5/src/appl/gss-sample/gss-client.c
785
if (mcount < 0)
crypto/openssl/crypto/mem.c
88
void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount)
crypto/openssl/crypto/mem.c
90
if (mcount != NULL)
crypto/openssl/crypto/mem.c
91
*mcount = LOAD(malloc_count);
crypto/openssl/include/openssl/crypto.h
404
void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
crypto/openssl/test/sslapitest.c
13665
int i, mcount, rcount, fcount;
crypto/openssl/test/sslapitest.c
13669
CRYPTO_get_alloc_counts(&mcount, &rcount, &fcount);
crypto/openssl/test/sslapitest.c
13671
mcount, rcount, fcount);
sys/amd64/include/asm.h
73
call PIC_PLT(HIDENAME(mcount)); \
sys/amd64/include/asm.h
83
call PIC_PLT(HIDENAME(mcount)); \
sys/amd64/include/profile.h
114
void mcount(void) __asm(".mcount");
sys/amd64/include/profile.h
83
mcount() \
sys/arm/include/profile.h
115
void mcount(uintfptr_t frompc, uintfptr_t selfpc);
sys/arm/include/profile.h
45
#define _MCOUNT_DECL void mcount
sys/i386/include/asm.h
83
call PIC_PLT(HIDENAME(mcount)); \
sys/i386/include/asm.h
93
call PIC_PLT(HIDENAME(mcount)); \
sys/i386/include/profile.h
45
mcount() \
sys/i386/include/profile.h
84
void mcount(void) __asm(".mcount");
sys/net80211/ieee80211_freebsd.h
167
#define _IF_PREPEND_LIST(ifq, mhead, mtail, mcount) do { \
sys/net80211/ieee80211_freebsd.h
172
(ifq)->ifq_len += (mcount); \
sys/net80211/ieee80211_freebsd.h
174
#define IF_PREPEND_LIST(ifq, mhead, mtail, mcount) do { \
sys/net80211/ieee80211_freebsd.h
176
_IF_PREPEND_LIST(ifq, mhead, mtail, mcount); \
sys/riscv/include/profile.h
44
#define _MCOUNT_DECL void mcount
sys/riscv/include/profile.h
64
void mcount(uintfptr_t frompc, uintfptr_t selfpc);
sys/riscv/include/profile.h
70
#define _MCOUNT_DECL void mcount
usr.bin/grep/grep.c
503
mlimit = mcount = strtoll(optarg, &ep, 10);
usr.bin/grep/grep.c
504
if (((errno == ERANGE) && (mcount == LLONG_MAX)) ||
usr.bin/grep/grep.c
505
((errno == EINVAL) && (mcount == 0)))
usr.bin/grep/grep.c
96
long long mcount; /* count for -m */
usr.bin/grep/grep.h
123
extern long long mcount;
usr.bin/grep/util.c
275
if (mflag && mcount <= 0) {
usr.bin/grep/util.c
296
mcount -= 1;
usr.bin/grep/util.c
297
if (mcount <= 0)
usr.bin/grep/util.c
359
mcount = mlimit;
usr.bin/grep/util.c
390
if (mflag && mcount <= 0) {
usr.bin/mail/quit.c
194
mcount = c;
usr.bin/mail/quit.c
278
if (mcount == 1)
usr.bin/mail/quit.c
281
printf("Saved %d messages in mbox\n", mcount);
usr.bin/mail/quit.c
65
int mcount, p, modify, autohold, anystat, holdbit, nohold;