Searched refs:pcount (Results 1 - 17 of 17) sorted by last modified time

/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dconfig_file.c333 skip_whitespace(parse_context_t *ctx, int *c, int *pcount)
344 *pcount = count;
331 skip_whitespace(parse_context_t *ctx, int *c, int *pcount) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dwrapped_sasl.c153 int *pcount)
155 return sasl_listmech(conn, user, prefix, sep, suffix, result, plen, pcount);
146 svn_sasl__listmech(sasl_conn_t *conn, const char *user, const char *prefix, const char *sep, const char *suffix, const char **result, unsigned *plen, int *pcount) argument
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dstrstream.cpp147 strstreambuf::pcount() const function in class:strstreambuf
/freebsd-11-stable/contrib/binutils/binutils/
H A Dstabs.c4488 debug_type **pargs, unsigned int *pcount,
4505 if (*pcount + 1 >= *palloc)
4511 (*pargs)[*pcount] = type;
4512 ++*pcount;
4486 stab_demangle_arg(struct stab_demangle_info *minfo, const char **pp, debug_type **pargs, unsigned int *pcount, unsigned int *palloc) argument
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vnops.c4653 int pcount; local
4661 pcount = btoc(len);
4662 ncount = pcount;
4667 for (i = 0; i < pcount; i++)
4701 if (ncount < pcount) {
4702 for (i = ncount; i < pcount; i++) {
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-isakmp.c1984 ikev2_p_print(netdissect_options *ndo, u_char tpay _U_, int pcount _U_,
2093 int pcount; local
2112 pcount = 0;
2114 pcount++;
2141 cp = ikev2_p_print(ndo, np, pcount, ext, item_len,
/freebsd-11-stable/sys/kern/
H A Dkern_tc.c1775 u_int tcount, *pcount; local
1804 pcount = &pps->ppscount[0];
1818 pcount = &pps->ppscount[1];
1833 *pcount = pps->capcount;
1850 *pcount = pps->capcount;
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dsearch.c70 size_t pcount; variable
195 patterns = realloc (patterns, (pcount + 1) * sizeof (*patterns));
199 patterns[pcount] = patterns0;
202 &(patterns[pcount].regexbuf))) != 0)
204 pcount++;
280 patterns = realloc (patterns, (pcount + 1) * sizeof (*patterns));
283 patterns[pcount] = patterns0;
286 &(patterns[pcount].regexbuf))) != 0)
288 pcount++;
501 for (i = 0; i < pcount;
[all...]
/freebsd-11-stable/sys/cddl/boot/zfs/
H A Dzfssubr.c528 uint64_t *p, *src, pcount, ccount, i; local
531 pcount = rm->rm_col[VDEV_RAIDZ_P].rc_size / sizeof (src[0]);
539 ASSERT(ccount == pcount);
544 ASSERT(ccount <= pcount);
/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_network.h275 int i, pcount = 0; local
278 pcount = atomic_load_acq_int(
281 if (pcount)
287 if (pcount)
/freebsd-11-stable/contrib/ntp/libntp/
H A Dntp_lineedit.c161 int * pcount
175 *pcount = 0;
183 *pcount = strlen(line);
188 cline = el_gets(ntp_el, pcount);
193 } else if (*pcount == -1) {
217 *pcount = (int)strlen(line); /* cannot overflow here */
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_wwvb.c136 int pcount; /* PPS sample counter */ member in struct:wwvbunit
485 up->pcount++,
527 if (up->pcount == 0) {
536 up->pcount = up->tcount = 0;
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_lineedit.h12 char * ntp_readline(int *pcount);
/freebsd-11-stable/contrib/libstdc++/src/
H A Dstrstream.cc138 strstreambuf::pcount() const function in class:strstreambuf
389 ostrstream::pcount() const function in class:ostrstream
390 { return _M_buf.pcount(); }
412 strstream::pcount() const function in class:strstream
413 { return _M_buf.pcount(); }
/freebsd-11-stable/lib/libc/arm/aeabi/
H A Daeabi_unwind_exidx.c66 dl_unwind_find_exidx(const void *pc, int *pcount) argument
76 *pcount = hdr->p_memsz / sizeof(exidx_entry);
94 dl_unwind_find_exidx(const void *pc, int *pcount) argument
99 *pcount = (int)(&__exidx_end - &__exidx_start);
/freebsd-11-stable/sys/netsmb/
H A Dsmb_rq.c446 u_int16_t totpcount, totdcount, pcount, poff, doff, pdisp, ddisp; local
486 (error = md_get_uint16le(mdp, &pcount)) != 0 ||
490 if (pcount != 0 && pdisp != totpgot) {
519 if (pcount) {
520 error = smb_t2_placedata(mdp->md_top, poff, pcount,
525 totpgot += pcount;
/freebsd-11-stable/sys/geom/vinum/
H A Dgeom_vinum_create.c382 int *drives, *flags, dcount, pcount, scount; local
387 pcount = 0;
420 for (pcount = 0; pcount < 2; pcount++) {
423 pcount);
439 for (dcount = pcount; dcount < *drives; dcount += 2) {
552 int *drives, *flags, dcount, pcount; local
556 pcount = 0;

Completed in 558 milliseconds