Searched refs:SETGRENT (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/libc/gen/ |
H A D | getgrent.c | 67 SETGRENT = 1, enumerator 387 { NSSRC_FILES, files_setgrent, (void *)SETGRENT }, 389 { NSSRC_DNS, dns_setgrent, (void *)SETGRENT }, 392 { NSSRC_NIS, nis_setgrent, (void *)SETGRENT }, 394 { NSSRC_COMPAT, compat_setgrent, (void *)SETGRENT }, 817 case SETGRENT: in files_setgrent() 1265 case SETGRENT: in compat_setgrent()
|
/freebsd/usr.sbin/pw/ |
H A D | pwupd.h | 94 #define SETGRENT() PWF._setgrent() macro
|
H A D | pw_group.c | 205 SETGRENT(); in gr_gidpolicy() 351 SETGRENT(); in pw_group_show()
|
H A D | pw_user.c | 369 SETGRENT(); in pw_gidpolicy() 583 SETGRENT(); in print_user() 967 SETGRENT(); in pw_user_del() 1776 SETGRENT(); in pw_user_mod() 1802 SETGRENT(); in pw_user_mod()
|