Home
last modified time | relevance | path

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

/dragonfly/lib/libc/gen/
HDgetpwent.c141 static DB *pwdbopen(int *);
730 pwdbopen(int *version) in pwdbopen() function
786 st->db = pwdbopen(&st->version); in files_setpwent()
848 (st->db = pwdbopen(&st->version)) == NULL) { in files_passwd()
1714 st->db = pwdbopen(&st->version); in compat_setpwent()
1782 (st->db = pwdbopen(&st->version)) == NULL) { in compat_passwd()