Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsecdb/common/
H A Dgetexecattr.c82 if (!IS_GET_ONE(search_flag) && !IS_GET_ALL(search_flag)) { in getexecprof()
90 } else if (IS_GET_ALL(search_flag)) { in getexecprof()
128 if (!IS_GET_ONE(search_flag) && !IS_GET_ALL(search_flag)) { in getexecuser()
142 } else if (IS_GET_ALL(search_flag)) { in getexecuser()
245 } else if (IS_GET_ALL(c->sflag)) { in findexecattr()
/illumos-gate/usr/src/head/
H A Dexec_attr.h84 #define IS_GET_ALL(f) (((f) & GET_ALL) == 1) macro
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetexecattr.c158 if (IS_GET_ALL(_priv_exec->search_flag)) { in _exec_nis_parse()
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetexecattr.c378 if (IS_GET_ALL(_priv_exec->search_flag)) { in _exec_process_val()
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_switch.c401 if ((ep = ap->key.attrp) != NULL && IS_GET_ALL(ep->search_flag)) in try_local()