Home
last modified time | relevance | path

Searched refs:_getgroupsbymember (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dinitgroups.c44 extern int _getgroupsbymember(const char *, gid_t[], int, int);
71 ngroups = _getgroupsbymember(uname, groups, (int)ngroups_max, in initgroups()
172 ret = _getgroupsbymember(uname, grpptr, sz, 1); in getgrouplist()
H A Dgetgrnam_r.c44 extern int _getgroupsbymember(const char *, gid_t[], int, int);
243 _getgroupsbymember(const char *username, gid_t gid_array[], in _getgroupsbymember() function
/illumos-gate/usr/src/cmd/groups/
H A Dgroups.c53 extern int _getgroupsbymember(const char *, gid_t[], int, int);
120 ngroups = _getgroupsbymember(pw->pw_name, groups, ngroups_max, 1); in showgroups()
/illumos-gate/usr/src/cmd/ptools/pcred/
H A Dpcred.c39 extern int _getgroupsbymember(const char *, gid_t[], int, int);
312 ngrp = _getgroupsbymember(login, groups, (int)ngroups_max, 1); in initcred()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dnetnamer.c76 extern int _getgroupsbymember(const char *, gid_t[], int, int);
352 ngroups = _getgroupsbymember(pw.pw_name, groups, maxgrp, in netname2user_ldap()
/illumos-gate/usr/src/lib/libgss/
H A Dgssd_pname_to_uid.c41 extern int _getgroupsbymember(const char *, gid_t[], int, int);
471 *gidsLen = _getgroupsbymember(pw->pw_name, *gids, maxgroups, 1);
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_logon.c68 extern int _getgroupsbymember(const char *, gid_t[], int, int);
248 num = _getgroupsbymember(pwd->pw_name, gids, ngroups_max, 1); in smb_token_create_pxgrps()
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c2313 extern int _getgroupsbymember(const char *, gid_t[], int, int);
2331 tmpngrps = _getgroupsbymember(pwd.pw_name, tmpgrps, ngroups_max, 1); in getusergroups()
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers3716 _getgroupsbymember;