Searched refs:pwopn (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/libc-pwcache/
H A Dpwcache.c135 static int pwopn; /* is password file open */ variable
289 if (!pwopn) {
292 ++pwopn;
427 if (!pwopn) {
430 ++pwopn;
549 pwopn = 0;
608 printf("i: %d, pwopn %d usrtb_fail %d usrtb %p\n",
609 i, pwopn, usrtb_fail, usrtb);
616 printf("pass 1 finish: pwopn %d usrtb_fail %d usrtb %p\n",
617 pwopn, usrtb_fai
[all...]
/freebsd-9.3-release/bin/pax/
H A Dcache.c61 static int pwopn = 0; /* is password file open */ variable
197 if (!pwopn) {
199 ++pwopn;
340 if (!pwopn) {
342 ++pwopn;

Completed in 56 milliseconds