Searched refs:compat_setpwent (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libc/gen/ |
H A D | getpwent.c | 189 static int compat_setpwent(void *, void *, va_list); 440 { NSSRC_COMPAT, compat_setpwent, (void *)SETPWENT }, in setpwent() 467 { NSSRC_COMPAT, compat_setpwent, (void *)SETPWENT }, in setpassent() 496 { NSSRC_COMPAT, compat_setpwent, (void *)ENDPWENT }, in endpwent() 1671 compat_setpwent(void *retval, void *mdata, va_list ap) in compat_setpwent() function
|