Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/oamuser/user/
H A Dfuncs.c311 char *profname; in check_prof() local
321 profname = strtok(tmp, PROF_SEP); in check_prof()
322 while (profname != NULL) { in check_prof()
323 result = getprofnam(profname); in check_prof()
326 return (profname); in check_prof()
329 profname = strtok(NULL, PROF_SEP); in check_prof()
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocate_kdc.c455 char **hl, *host, *profname; in prof_locate_server() local
463 profname = "kdc"; in prof_locate_server()
466 profname = "master_kdc"; in prof_locate_server()
469 profname = "admin_server"; in prof_locate_server()
472 profname = "krb524_server"; in prof_locate_server()
475 profname = "kpasswd_server"; in prof_locate_server()
490 realm_srv_names[2] = profname; in prof_locate_server()
/titanic_44/usr/src/lib/libsecdb/common/
H A Dgetexecattr.c175 match_execattr(execattr_t *exec, const char *profname, const char *type, in match_execattr() argument
181 if ((profname && execp->name && in match_execattr()
182 (strcmp(profname, execp->name) != 0)) || in match_execattr()