Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/pam_modules/list/
H A Dlist.c81 boolean_t check_user = B_TRUE; in pam_sm_acct_mgmt() local
90 check_user = B_TRUE; in pam_sm_acct_mgmt()
93 check_user = B_FALSE; in pam_sm_acct_mgmt()
143 if (((check_user || check_host || check_exact) == B_FALSE) || in pam_sm_acct_mgmt()
149 if ((op_mode == LIST_COMPAT_MODE) && (check_user == B_FALSE)) { in pam_sm_acct_mgmt()
158 check_user, check_host, check_exact); in pam_sm_acct_mgmt()
168 if ((check_user || check_exact) && ((username == NULL) || in pam_sm_acct_mgmt()
297 if (check_user) { in pam_sm_acct_mgmt()
315 if (check_user) { in pam_sm_acct_mgmt()
/titanic_44/usr/src/cmd/tcpd/
H A Dtcpdchk.c75 static void check_user();
335 check_user(cp);
380 static void check_user(pat) in check_user() function
/titanic_44/usr/src/tools/protocmp/
H A Dprotocmp.c55 static int check_user = 1; variable
304 if (check_user && (strncmp(i->owner, j->owner, TYPESIZE) != 0)) in elem_compare()
367 check_user ? e->owner : "-", in print_elem()
711 check_user = 0; in main()
/titanic_44/usr/src/cmd/picl/picld/
H A Dpicld.c183 check_user(uid_t uid) in check_user() function
233 (check_user(uid) == PICL_SUCCESS)) { in enter_picld_wait()
/titanic_44/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c2115 check_user(char *value) in check_user() function
2251 ret = check_user(value); in nfs_validate_property()
2404 f = optindex == OPT_UIDMAP ? check_user : in nfs_validate_property()