Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsecdb/common/
H A Dgetexecattr.c50 static execattr_t *userprof(const char *, const char *, const char *, int);
140 head = userprof((const char *)(utmp->name), type, id, in getexecuser()
143 head = userprof((const char *)(utmp->name), type, id, in getexecuser()
151 userprof((const char *)(utmp->name), in getexecuser()
167 head = userprof(username, type, id, search_flag); in getexecuser()
260 userprof(const char *username, const char *type, const char *id, in userprof() function