Home
last modified time | relevance | path

Searched refs:lock_db (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Ddict.c54 lock_db(char *path) in lock_db() function
241 if (lock_db(path) == 0) { in make_dict_database()
H A Dpacker.h109 int lock_db(char *);
/illumos-gate/usr/src/cmd/mkpwdict/
H A Dmkpwdict.c128 if ((result = lock_db(dbdst)) == 0) { in main()