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

/illumos-gate/usr/src/lib/pam_modules/list/
H A Dlist.c81 boolean_t check_user = B_TRUE; local
90 check_user = B_TRUE;
93 check_user = B_FALSE;
143 if (((check_user || check_host || check_exact) == B_FALSE) ||
149 if ((op_mode == LIST_COMPAT_MODE) && (check_user == B_FALSE)) {
156 "pam_list: check_user = %d, check_host = %d,"
158 check_user, check_host, check_exact);
168 if ((check_user || check_exact) && ((username == NULL) ||
297 if (check_user) {
315 if (check_user) {
[all...]
/illumos-gate/usr/src/cmd/tcpd/
H A Dtcpdchk.c75 static void check_user();
335 check_user(cp);
378 /* check_user - criticize user pattern */
380 static void check_user(pat) function
/illumos-gate/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))
367 check_user ? e->owner : "-",
711 check_user = 0;
/illumos-gate/usr/src/cmd/picl/picld/
H A Dpicld.c183 check_user(uid_t uid) function
233 (check_user(uid) == PICL_SUCCESS)) {
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c2114 check_user(char *value) function
2250 ret = check_user(value);
2403 f = optindex == OPT_UIDMAP ? check_user :

Completed in 84 milliseconds