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

/osnet-11/usr/src/lib/libnsl/xpol/
H A Dxpol_lib.c418 * Multiple calls are allowed and the first call must set *ctxtp and *isetp
422 xpol_parse_ruleset(const char *orules, xpol_ctxt_t **ctxtp, priv_set_t **isetp) argument
449 if (*ctxtp == NULL) {
450 *ctxtp = xpol_context_create();
451 if (*ctxtp == NULL)
454 if (add_rule(*ctxtp, (char *)p + 2, tset) != 0)

Completed in 15 milliseconds