OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
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/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)))
Completed in 19 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026