Searched refs:getucred (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.9.5/gssd-62/
H A Dgssd.c885 * getucred: Given a user name return the corresponding uid and gid list.
892 getucred(const char *uname, uid_t *uid, gid_t *gids, uint32_t *ngroups) function
952 if ((gotname = getucred(uname, uid, gids, ngroups)))
978 gotname = getucred(uname, uid, gids, ngroups);

Completed in 118 milliseconds