Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/pam_modules/authtok_check/
H A Dfascist.c442 if ((pwp = PWOpen(path, "rF")) == NULL) in DictCheck()
H A Dpacker.h75 PWDICT *PWOpen(char *, char *);
H A Ddict.c142 if ((dict = PWOpen(path, "r")) == NULL) { in database_present()
H A Dpacker.c370 if (!(pwp = PWOpen(path, "wF"))) in packer()
H A Dpacklib.c33 PWOpen(char *path, char *mode) in PWOpen() function