Lines Matching defs:policy
62 const char *policy = _priv_exec->policy;
68 * If we're talking to pre-Solaris9 nis servers, check policy,
69 * as policy was not a searchable column then.
71 if ((check_policy && policy &&
72 (strcmp(policy, exec->policy) != 0)) ||
76 } else if ((policy && exec->policy &&
77 (strcmp(policy, exec->policy) != 0)) ||
110 execp->policy = _strtok_escape(NULL, sep, &last);
193 int check_policy = 1; /* always check policy for yp_all */
230 if ((_priv_exec->policy &&
231 (strstr(inval, _priv_exec->policy) == NULL)) ||
272 * Try using policy as part of search key. If that fails,
273 * (it will, in case of pre-Solaris9 nis server where policy
274 * was not searchable), try again without using policy.
277 KV_TOKEN_DELIMIT, _priv_exec->policy, KV_TOKEN_DELIMIT,
341 * policy (see _getexecprof()).