Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Dgetpwent.c139 static DB *pwdbopen(int *);
719 pwdbopen(int *version) in pwdbopen() function
776 st->db = pwdbopen(&st->version); in files_setpwent()
838 (st->db = pwdbopen(&st->version)) == NULL) { in files_passwd()
1705 st->db = pwdbopen(&st->version); in compat_setpwent()
1774 (st->db = pwdbopen(&st->version)) == NULL) { in compat_passwd()