parse_one
ret = parse_one(fp, act_props);
static int parse_one(FILE *, act_prop_t *);
while ((ret = parse_one(fp, act_props)) != PARSE_EOF) {
if (parse_one(policy_fp, act_props) == -1) {