Lines Matching refs:policy
63 const char *policy = _priv_exec->policy;
69 * If we're talking to pre-Solaris9 nis servers, check policy,
70 * as policy was not a searchable column then.
72 if ((check_policy && policy &&
73 (strcmp(policy, exec->policy) != 0)) ||
77 } else if ((policy && exec->policy &&
78 (strcmp(policy, exec->policy) != 0)) ||
111 execp->policy = _strtok_escape(NULL, sep, &last);
194 int check_policy = 1; /* always check policy for yp_all */
231 if ((_priv_exec->policy &&
232 (strstr(inval, _priv_exec->policy) == NULL)) ||
273 * Try using policy as part of search key. If that fails,
274 * (it will, in case of pre-Solaris9 nis server where policy
275 * was not searchable), try again without using policy.
278 KV_TOKEN_DELIMIT, _priv_exec->policy, KV_TOKEN_DELIMIT,
342 * policy (see _getexecprof()).