Lines Matching refs:pcount
233 int pcount = 0; in getpublics() local
257 pcount++; in getpublics()
272 pcount++; in getpublics()
277 if (!pcount) { in getpublics()
367 int done = 0, tries = 0, pcount; in cmp_passwd() local
375 for (pcount = 0; pcount < rpc_pw_count; pcount++) { in cmp_passwd()
378 try_en_rpc_pw = crypt(rpc_pws[pcount], short_en_login_pw); in cmp_passwd()
380 login_pw = rpc_pws[pcount]; in cmp_passwd()
496 int pcount; in getsecrets() local
507 for (pcount = 0; pcount < rpc_pw_count; pcount++) { in getsecrets()
511 rpc_pws[pcount])) in getsecrets()
534 rpc_pws[pcount])) { in getsecrets()
546 free(rpc_pws[pcount]); in getsecrets()