Searched refs:str2group (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | getgrnam_r.c | 44 int str2group(const char *, int, void *, char *, int); 81 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2group); in getgrnam_r() 97 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2group); in getgrgid_r() 110 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2group); in _uncached_getgrgid_r() 143 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2group); in _uncached_getgrnam_r() 191 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2group); in getgrent_r() 210 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2group); in fgetgrent_r() 256 arg.str2ent = str2group; in _getgroupsbymember() 315 str2group(const char *instr, int lenstr, void *ent, char *buffer, int buflen) in str2group() function
|
/titanic_50/usr/src/lib/nsswitch/compat/common/ |
H A D | compat_common.c | 55 extern int str2group(const char *instr, int lenstr, void *ent, 1271 be->str2ent_alt = str2group;
|
/titanic_50/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 3150 str2group;
|
/titanic_50/usr/src/cmd/abi/appcert/etc/ |
H A D | etc.scoped.in | 730 SCOPED_SYMBOL|SunOS_5.6|libc.so.1|str2group
|