Home
last modified time | relevance | path

Searched refs:PWOpen (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dfascist.c443 if ((pwp = PWOpen(path, "rF")) == NULL) in DictCheck()
H A Dpacker.h76 PWDICT *PWOpen(char *, char *);
H A Ddict.c142 if ((dict = PWOpen(path, "r")) == NULL) { in database_present()
H A Dpacker.c368 if (!(pwp = PWOpen(path, "wF"))) in packer()
H A Dpacklib.c37 PWOpen(char *path, char *mode) in PWOpen() function