Lines Matching refs:group
33 * Structures and functions used by various group(5) public functions
37 * group(5) back-ends).
40 #define _GROUP_COMPAT /* "group" defaults to compat, so always provide it */
44 * mutex to serialize the public group(5) functions use of the
59 extern int __grscan_files(int *, struct group *, char *, size_t,
68 int num; /* group index, -1 if no more */
73 extern int __grscan_dns(int *, struct group *, char *, size_t,
89 extern int __grscan_nis(int *, struct group *, char *, size_t,
110 extern int __grscan_compat(int *, struct group *, char *, size_t,
112 int (*)(void *, struct group **), void *);