Searched refs:pcount (Results 1 - 18 of 18) sorted by relevance

/openbsd-current/libexec/spamd/
H A Dgrey.h36 int pcount; /* how many times passed, or -1 for spamtrap */ member in struct:ogdata
44 int pcount; /* how many times passed, or -1 for spamtrap */ member in struct:gdata
H A Dgdcopy.c41 gd->pcount = ogd.pcount;
H A Dgrey.c511 return (gd.pcount == -1 ? 1 : 2);
558 if (gd.expire <= now && gd.pcount != -2) {
562 } else if (gd.pcount == -1) {
567 } else if (gd.pcount >= 0 && gd.pass <= now) {
705 gd.pcount = spamtrap ? -1 : 0;
732 gd.pcount = -1;
735 gd.pcount++;
826 gd.pcount = spamtrap ? -1 : 0;
854 gd.pcount = spamtrap ? -1 : 0;
/openbsd-current/lib/libc/arch/arm/dlfcn/
H A Dexidx.c22 void *dl_unwind_find_exidx(const void *pc, int *pcount) __attribute__((weak));
27 int *pcount; member in struct:exidx_data
57 *data->pcount = count;
65 dl_unwind_find_exidx(const void *pc, int *pcount) argument
70 data.pcount = pcount;
/openbsd-current/games/boggle/mkindex/
H A Dmkindex.c79 int ch, pcount; local
86 if ((pcount = getc(fp)) == EOF)
90 else if ((pcount = lastch) == EOF)
93 p = buf + (*clen = pcount);
/openbsd-current/games/boggle/boggle/
H A Dword.c58 int ch, pcount; local
76 if ((pcount = getc(fp)) == EOF)
79 } else if ((pcount = lastch) == EOF)
82 p = buf + pcount;
/openbsd-current/usr.sbin/spamdb/
H A Dspamdb.c119 gd.pcount = -1;
123 gd.pcount = -2;
152 gd.pcount++;
160 gd.pcount = -1;
164 gd.pcount = -2;
206 switch (gd.pcount) {
218 gd.pcount);
244 gd.bcount, gd.pcount);
252 gd.bcount, gd.pcount);
/openbsd-current/gnu/gcc/libstdc++-v3/src/
H A Dstrstream.cc138 strstreambuf::pcount() const function in class:strstreambuf
387 ostrstream::pcount() const function in class:ostrstream
388 { return _M_buf.pcount(); }
410 strstream::pcount() const function in class:strstream
411 { return _M_buf.pcount(); }
/openbsd-current/gnu/lib/libstdc++/libstdc++/src/
H A Dstrstream.cc138 strstreambuf::pcount() const function in class:std::strstreambuf
387 ostrstream::pcount() const function in class:std::ostrstream
388 { return _M_buf.pcount(); }
410 strstream::pcount() const function in class:std::strstream
411 { return _M_buf.pcount(); }
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/
H A D920923-1.c37 int pcount=0; variable
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Daix-thread.c670 int pcount, psize, pi, gcount, gi; local
679 pcount = 0;
693 if (pcount == psize)
699 pbuf[pcount].pdtid = pdtid;
700 pbuf[pcount].pthid = pthid;
701 pcount++;
704 for (pi = 0; pi < pcount; pi++)
712 qsort (pbuf, pcount, sizeof *pbuf, pcmp);
725 for (pi = gi = 0; pi < pcount || gi < gcount;)
727 if (pi == pcount)
[all...]
/openbsd-current/gnu/llvm/libcxx/src/
H A Dstrstream.cpp150 strstreambuf::pcount() const function in class:strstreambuf
/openbsd-current/sbin/isakmpd/
H A Dx509.c606 x509_read_from_dir(X509_STORE *ctx, char *name, int hash, int *pcount) argument
664 if (pcount != NULL)
665 (*pcount)++;
/openbsd-current/sys/net80211/
H A Dieee80211_output.c986 u_int8_t *pcount; local
1012 pcount = frm; frm += 2;
1031 LE_WRITE_2(pcount, count);
1033 pcount = frm; frm += 2;
1057 LE_WRITE_2(pcount, count);
/openbsd-current/libexec/spamlogd/
H A Dspamlogd.c346 gd.pcount++;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp784.C2244 size_t pcount();
2259 size_t pcount() { return ((strstreambuf*)_strbuf)->pcount(); } function in class:ostrstream
2290 s[ostrstream::pcount()] = '\0';
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dstabs.c4490 debug_type **pargs, unsigned int *pcount,
4507 if (*pcount + 1 >= *palloc)
4513 (*pargs)[*pcount] = type;
4514 ++*pcount;
4488 stab_demangle_arg(struct stab_demangle_info *minfo, const char **pp, debug_type **pargs, unsigned int *pcount, unsigned int *palloc) argument
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dstabs.c4481 debug_type **pargs, unsigned int *pcount,
4498 if (*pcount + 1 >= *palloc)
4504 (*pargs)[*pcount] = type;
4505 ++*pcount;
4479 stab_demangle_arg(struct stab_demangle_info *minfo, const char **pp, debug_type **pargs, unsigned int *pcount, unsigned int *palloc) argument

Completed in 166 milliseconds