Searched refs:compat_setpwent (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/lib/libc/gen/ |
| D | getpwent.c | 192 static int compat_setpwent(void *, void *, va_list); 436 { NSSRC_COMPAT, compat_setpwent, (void *)SETPWENT }, in setpwent() 463 { NSSRC_COMPAT, compat_setpwent, (void *)SETPWENT }, in setpassent() 492 { NSSRC_COMPAT, compat_setpwent, (void *)ENDPWENT }, in endpwent() 1682 compat_setpwent(void *retval, void *mdata, va_list ap) in compat_setpwent() function
|