Searched defs:parse_one (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c76 * Used by parse_one and parse/parse_action to communicate
334 static int parse_one(FILE *, act_prop_t *);
2546 ret = parse_one(fp, act_props);
4054 parse_one(FILE *fp, act_prop_t *act_props) function
5282 * parse_one) as we parse arguments.
5284 while ((ret = parse_one(fp, act_props)) != PARSE_EOF) {
5618 * ipsec_conf_del ensures this later by calling parse_one() on
5674 /* parse_one sets linecount = #lines to off */
5675 if (parse_one(policy_fp, act_props) == -1) {

Completed in 72 milliseconds