| /freebsd/contrib/ntp/libntp/ | 
| H A D | ntp_lineedit.c | 161 	int *	pcount  in ntp_readline()  argument175 	*pcount = 0;  in ntp_readline()
 183 		*pcount = strlen(line);  in ntp_readline()
 188 	cline = el_gets(ntp_el, pcount);  in ntp_readline()
 193 	} else if (*pcount == -1) {  in ntp_readline()
 217 		*pcount = (int)strlen(line); /* cannot overflow here */  in ntp_readline()
 
 | 
| /freebsd/contrib/llvm-project/libcxx/include/ | 
| H A D | strstream | 42     int pcount() const;96     int pcount() const;
 121     int pcount() const;
 176   int pcount() const;
 296   _LIBCPP_HIDE_FROM_ABI int pcount() const { return __sb_.pcount(); }
 338   _LIBCPP_HIDE_FROM_ABI int pcount() const { return __sb_.pcount(); }
 
 | 
| /freebsd/lib/libc/arm/aeabi/ | 
| H A D | aeabi_unwind_exidx.c | 63 dl_unwind_find_exidx(const void *pc, int *pcount)  in dl_unwind_find_exidx()  argument73 				*pcount = hdr->p_memsz / sizeof(exidx_entry);  in dl_unwind_find_exidx()
 91 dl_unwind_find_exidx(const void *pc, int *pcount)  in dl_unwind_find_exidx()  argument
 96 	*pcount = (int)(&__exidx_end - &__exidx_start);  in dl_unwind_find_exidx()
 
 | 
| /freebsd/usr.sbin/pmc/ | 
| H A D | cmd_pmc_filter.cc | 104 parse_intlist(char *strlist, uint32_t *intlist, int *pcount, int (*fn) (const char *))  in parse_intlist()  argument116 	*pcount = count;  in parse_intlist()
 120 parse_events(char *strlist, uint32_t intlist[LIST_MAX], int *pcount, char *cpuid)  in parse_events()  argument
 132 	*pcount = count;  in parse_events()
 136 parse_names(char *strlist, char *namelist[LIST_MAX], int *pcount)  in parse_names()  argument
 146 	*pcount = count;  in parse_names()
 
 | 
| /freebsd/sys/dev/liquidio/ | 
| H A D | lio_network.h | 274 	int	i, pcount = 0;  in lio_wait_for_pending_requests()  local277 		pcount = atomic_load_acq_int(  in lio_wait_for_pending_requests()
 280 		if (pcount)  in lio_wait_for_pending_requests()
 286 	if (pcount)  in lio_wait_for_pending_requests()
 
 | 
| /freebsd/contrib/bearssl/src/hash/ | 
| H A D | sha2small.c | 133 			+ K[pcount + (pc)] + W[(pc) & 0x0F]; \  in br_sha2small_round()146 	unsigned pcount;  in br_sha2small_round()
 156 	pcount = 0;  in br_sha2small_round()
 173 	for (pcount = 16; pcount < 64; pcount += 16) {  in br_sha2small_round()
 
 | 
| /freebsd/sys/netsmb/ | 
| H A D | smb_rq.c | 446 	u_int16_t totpcount, totdcount, pcount, poff, doff, pdisp, ddisp;  in smb_t2_reply()  local486 		    (error = md_get_uint16le(mdp, &pcount)) != 0 ||  in smb_t2_reply()
 490 		if (pcount != 0 && pdisp != totpgot) {  in smb_t2_reply()
 519 		if (pcount) {  in smb_t2_reply()
 520 			error = smb_t2_placedata(mdp->md_top, poff, pcount,  in smb_t2_reply()
 525 		totpgot += pcount;  in smb_t2_reply()
 
 | 
| /freebsd/contrib/ntp/include/ | 
| H A D | ntp_lineedit.h | 12 char *		ntp_readline(int *pcount);
 | 
| /freebsd/contrib/ntp/ntpd/ | 
| H A D | refclock_wwvb.c | 136 	int	pcount;		/* PPS sample counter */  member 485 		up->pcount++, in wwvb_timer()
 527 	if (up->pcount == 0) { in wwvb_poll()
 536 	up->pcount = up->tcount = 0; in wwvb_poll()
 
 | 
| /freebsd/crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ | 
| H A D | ldap_principal.c | 287     int                       ptype=0, pcount=0, attrsetmask=0;  in krb5_ldap_delete_principal()  local305         ((st=krb5_get_princ_count(context, entry, &(pcount))) != 0) ||  in krb5_ldap_delete_principal()
 318         (pcount == 1 ||  in krb5_ldap_delete_principal()
 336         singleentry = (pcount == 1) ? TRUE: FALSE;  in krb5_ldap_delete_principal()
 
 | 
| H A D | ldap_misc.c | 759 krb5_get_princ_count(krb5_context context, krb5_db_entry *entry, int *pcount)  in krb5_get_princ_count()  argument761     return get_int_from_tl_data(context, entry, KDB_TL_PRINCCOUNT, pcount);  in krb5_get_princ_count()
 1418     int val, pcount, objtype;  in populate_krb5_db_entry()  local
 1443         pcount = 0;  in populate_krb5_db_entry()
 1446                 pcount = ldap_count_values(pnvalues);  in populate_krb5_db_entry()
 1474         ret = store_tl_data(&userinfo_tl_data, KDB_TL_PRINCCOUNT, &pcount);  in populate_krb5_db_entry()
 
 | 
| /freebsd/sys/dev/qat/qat_api/common/ctrl/ | 
| H A D | sal_ctrl_services.c | 360  * @param[out] pCount   Pointer to memory where num instances will be stored365 SalCtrl_GetInstanceCount(icp_accel_dev_t *device, char *key, Cpa32U *pCount)  in SalCtrl_GetInstanceCount()  argument
 376 		*pCount =  in SalCtrl_GetInstanceCount()
 378 		if (*pCount > SAL_MAX_NUM_INSTANCES_PER_DEV) {  in SalCtrl_GetInstanceCount()
 
 | 
| /freebsd/contrib/llvm-project/libcxx/src/ | 
| H A D | strstream.cpp | 103 int strstreambuf::pcount() const { return static_cast<int>(pptr() - pbase()); } in strstreambuf() 150 strstreambuf::pcount() const pcount()  function in strstreambuf
 
 | 
| /freebsd/sys/kern/ | 
| H A D | kern_tc.c | 1793 	u_int tcount, *pcount;  in pps_event()  local1830 		pcount = &pps->ppscount[0];  in pps_event()
 1844 		pcount = &pps->ppscount[1];  in pps_event()
 1853 	*pcount = pps->capcount;  in pps_event()
 
 | 
| /freebsd/sys/cddl/boot/zfs/ | 
| H A D | zfssubr.c | 537 	uint64_t pcount __unused;  in vdev_raidz_generate_parity_p()540 	pcount = rm->rm_col[VDEV_RAIDZ_P].rc_size / sizeof (src[0]);  in vdev_raidz_generate_parity_p()
 548 			ASSERT(ccount == pcount);  in vdev_raidz_generate_parity_p()
 553 			ASSERT(ccount <= pcount);  in vdev_raidz_generate_parity_p()
 
 | 
| /freebsd/contrib/tcpdump/ | 
| H A D | print-isakmp.c | 1981 ikev2_p_print(netdissect_options *ndo, u_char tpay _U_, int pcount _U_,  in ikev2_p_print()2087 	int pcount;  in ikev2_sa_print()  local
 2105 	pcount = 0;  in ikev2_sa_print()
 2107 		pcount++;  in ikev2_sa_print()
 2133 			cp = ikev2_p_print(ndo, np, pcount, ext, item_len,  in ikev2_sa_print()
 
 | 
| /freebsd/crypto/openssl/test/ | 
| H A D | dsatest.c | 144 # define PCOUNT 4  macro
 | 
| /freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ | 
| H A D | zfs_vnops_os.c | 4394 	int		pcount;  in zfs_putpages()  local4402 	pcount = btoc(len);  in zfs_putpages()
 4403 	ncount = pcount;  in zfs_putpages()
 4404 	for (i = 0; i < pcount; i++)  in zfs_putpages()
 4442 		if (ncount < pcount) {  in zfs_putpages()
 4443 			for (i = ncount; i < pcount; i++) {  in zfs_putpages()
 
 | 
| /freebsd/contrib/libxo/xohtml/external/ | 
| H A D | jquery.js | 1308 			pCount = length,
 | 
| /freebsd/contrib/sqlite3/ | 
| H A D | shell.c | 13709 static int countNonzeros(void* pCount, int nc,  in countNonzeros()  argument13713     *((int *)pCount) += 1;  in countNonzeros()
 
 | 
| H A D | sqlite3.c | 152036   Expr *pCount;152074   pCount = pExpr;
 152088     pTerm = pPrior ? sqlite3ExprDup(db, pCount, 0) : pCount;
 217545     sqlite3_stmt *pCount;
 217546     pCount = rtreeCheckPrepare(pCheck, "SELECT count(*) FROM %Q.'%q%s'",
 217549     if( pCount ){
 217550       if( sqlite3_step(pCount)==SQLITE_ROW ){
 217551         i64 nActual = sqlite3_column_int64(pCount, 0);
 217558       pCheck->rc = sqlite3_finalize(pCount);
 
 |