Home
last modified time | relevance | path

Searched refs:compat_setpwent (Results 1 – 1 of 1) sorted by last modified time

/dragonfly/lib/libc/gen/
H A Dgetpwent.c191 static int compat_setpwent(void *, void *, va_list);
435 { NSSRC_COMPAT, compat_setpwent, (void *)SETPWENT }, in setpwent()
462 { NSSRC_COMPAT, compat_setpwent, (void *)SETPWENT }, in setpassent()
490 { NSSRC_COMPAT, compat_setpwent, (void *)ENDPWENT }, in endpwent()
1679 compat_setpwent(void *retval __unused, void *mdata, va_list ap) in compat_setpwent() function