ap_cmd_parse
cfga_err_t ap_cmd_parse(apd_t *, const char *, const char *, int *);
} else if ((rc = ap_cmd_parse(a, function, options, &cmd)) != CFGA_OK)
else if ((rc = ap_cmd_parse(a, f, options, &cmd)) != CFGA_OK)
else if ((rc = ap_cmd_parse(a, f, options, NULL)) != CFGA_OK)
if ((rc = ap_cmd_parse(a, name, options, NULL)) == CFGA_OK)