Searched refs:_getgroupsbymember (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | initgroups.c | 43 extern int _getgroupsbymember(const char *, gid_t[], int, int); 70 ngroups = _getgroupsbymember(uname, groups, (int)ngroups_max, in initgroups()
|
H A D | getgrnam_r.c | 43 extern int _getgroupsbymember(const char *, gid_t[], int, int); 242 _getgroupsbymember(const char *username, gid_t gid_array[], in _getgroupsbymember() function
|
/titanic_41/usr/src/cmd/groups/ |
H A D | groups.c | 55 extern int _getgroupsbymember(const char *, gid_t[], int, int); 122 ngroups = _getgroupsbymember(pw->pw_name, groups, ngroups_max, 1); in showgroups()
|
/titanic_41/usr/src/cmd/ptools/pcred/ |
H A D | pcred.c | 41 extern int _getgroupsbymember(const char *, gid_t[], int, int); 314 ngrp = _getgroupsbymember(login, groups, (int)ngroups_max, 1); in initcred()
|
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | netnamer.c | 76 extern int _getgroupsbymember(const char *, gid_t[], int, int); 352 ngroups = _getgroupsbymember(pw.pw_name, groups, maxgrp, in netname2user_ldap()
|
/titanic_41/usr/src/lib/libgss/ |
H A D | gssd_pname_to_uid.c | 41 extern int _getgroupsbymember(const char *, gid_t[], int, int); 471 *gidsLen = _getgroupsbymember(pw->pw_name, *gids, maxgroups, 1);
|
/titanic_41/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | smb_logon.c | 66 extern int _getgroupsbymember(const char *, gid_t[], int, int); 220 num = _getgroupsbymember(pwd->pw_name, gids, ngroups_max, 1); in smb_token_create_pxgrps()
|
/titanic_41/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | mountd.c | 2164 extern int _getgroupsbymember(const char *, gid_t[], int, int); 2182 tmpngrps = _getgroupsbymember(pwd.pw_name, tmpgrps, ngroups_max, 1); in getusergroups()
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 2874 _getgroupsbymember;
|
H A D | llib-lc | 1779 int _getgroupsbymember(const char *, gid_t[], int, int);
|