selectp
selectp, list_options[LIST_SELECT]);
const char *selectp,
if (matchp == NULL && selectp == NULL) {
} else if (matchp == NULL && selectp != NULL) {
} else if (matchp != NULL && selectp == NULL) {
if ((ret = parse_select_opt(selectp, post_filtp, match_type))
static cfga_err_t setup_filter(const char *selectp, const char *matchp,
static cfga_err_t parse_select_opt(const char *selectp,
char *selectp = NULL, *matchp = NULL, *prefilt_optp = NULL;
&selectp, &matchp)) {
if (setup_filter(selectp, matchp, post_filtp, &prefilt_optp)
const char *selectp,
if (selectp == NULL || post_filtp == NULL) {
optstr = config_calloc_check(1, strlen(selectp) + 1);
(void) strcpy(optstr, selectp);
static int selectp(char *p);
i = selectp(choice->pkginst);
if (pkgcnt && (selectp(drp->d_name) < 0))
if (pkgcnt && (selectp(pinfo->pkg) < 0))