Home
last modified time | relevance | path

Searched refs: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) { in main()
438 if ((passwd_entry = match_user(original_prcred.pr_ruid, in update_running_proc()
656 match_user(uid_t uid, char *projname, int is_my_uid) in match_user() function
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpstat.c775 match_user(char *user, char **list) in match_user() function
812 if ((users != NULL) && (match_user(user, users) < 0)) in report_job()