Searched defs:match_user (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/newtask/
H A Dnewtask.c85 static struct passwd *match_user(uid_t, char *, int);
159 if ((pw = match_user(uid, projname, 1)) == NULL) {
438 if ((passwd_entry = match_user(original_prcred.pr_ruid,
461 * cached info. If we aren't superuser then match_user() will have
463 * project. If our ruid has changed, then match_user()'s conclusion may
656 match_user(uid_t uid, char *projname, int is_my_uid) function
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpstat.c775 match_user(char *user, char **list) function
812 if ((users != NULL) && (match_user(user, users) < 0))

Completed in 64 milliseconds