Searched refs:pwp (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/CrackLib-37765/cracklib27/util/
H A Dteststr.c15 PWDICT *pwp; local
18 if (!(pwp = PWOpen (CRACKLIB_DICTPATH, "r")))
31 i = FindPW(pwp, buffer);
32 printf ("%s: %lu%s\n", buffer, i, (i==PW_WORDS(pwp) ? " **** NOT FOUND ****" : ""));
H A Dunpacker.c17 PWDICT *pwp; local
26 if (!(pwp = PWOpen (argv[1], "r")))
32 for (i=0; i < PW_WORDS(pwp); i++)
36 if (!(c = (char *) GetPW (pwp, i)))
H A Dtestnum.c15 PWDICT *pwp; local
18 if (!(pwp = PWOpen (CRACKLIB_DICTPATH, "r")))
34 if (!(c = (char *) GetPW (pwp, i)))
H A Dpacker.c18 PWDICT *pwp; local
27 if (!(pwp = PWOpen(argv[1], "w")))
49 if (PutPW(pwp, buffer))
57 PWClose(pwp);
/macosx-10.10/CrackLib-37765/cracklib27/cracklib/
H A Dpacklib.c55 extern int PutPW(PWDICT *pwp, char *string);
168 PWClose(pwp)
169 PWDICT *pwp;
173 if (pwp->header.pih_magic != PIH_MAGIC)
179 if (pwp->flags & PFOR_WRITE)
181 pwp->flags |= PFOR_FLUSH;
182 PutPW(pwp, (char *) 0); /* flush last index if necess */
184 if (fseek(pwp->ifp, 0L, 0))
190 PWDictHeaderToNetworkOrder (&pwp->header);
191 result = fwrite((char *) &pwp
[all...]
H A Dfascist.c32 extern int32 FindPW(PWDICT *pwp, char *string);
33 extern int PWClose(PWDICT *pwp);
497 struct passwd *pwp; local
503 if (!(pwp = getpwuid(uid)))
510 strlcpy(tbuffer, pwp->pw_name, sizeof(tbuffer));
518 strlcpy(tbuffer, pwp->pw_gecos, sizeof(tbuffer));
622 FascistLook(pwp, instring)
623 PWDICT *pwp;
634 notfound = PW_WORDS(pwp);
724 if (FindPW(pwp,
758 static PWDICT *pwp; local
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/popper/
H A Dpop_dropcopy.c48 pop_dropcopy(POP *p, struct passwd *pwp) argument
87 chown(template, pwp->pw_uid, pwp->pw_gid);
99 ret = changeuser(p, pwp);
H A Dpopper.h300 int pop_dropcopy(POP *p, struct passwd *pwp);
/macosx-10.10/tcl-105/tcl84/tcl/unix/
H A Dconfigure5383 struct passwd pw, *pwp;
5387 (void) getpwuid_r(uid, &pw, buf, buflen, &pwp);
5527 struct passwd pw, *pwp;
5531 (void) getpwnam_r(name, &pw, buf, buflen, &pwp);
/macosx-10.10/tcl-105/tcl/tcl/macosx/
H A Dconfigure11065 struct passwd pw, *pwp;
11069 (void) getpwuid_r(uid, &pw, buf, buflen, &pwp);
11312 struct passwd pw, *pwp;
11316 (void) getpwnam_r(name, &pw, buf, buflen, &pwp);
/macosx-10.10/tcl-105/tcl/tcl/unix/
H A Dconfigure11057 struct passwd pw, *pwp;
11061 (void) getpwuid_r(uid, &pw, buf, buflen, &pwp);
11304 struct passwd pw, *pwp;
11308 (void) getpwnam_r(name, &pw, buf, buflen, &pwp);

Completed in 360 milliseconds