Lines Matching refs:selectp
180 static cfga_err_t setup_filter(const char *selectp, const char *matchp,
182 static cfga_err_t parse_select_opt(const char *selectp,
506 char *selectp = NULL, *matchp = NULL, *prefilt_optp = NULL;
522 &selectp, &matchp)) {
556 if (setup_filter(selectp, matchp, post_filtp, &prefilt_optp)
944 const char *selectp,
955 if (selectp == NULL || post_filtp == NULL) {
959 optstr = config_calloc_check(1, strlen(selectp) + 1);
964 (void) strcpy(optstr, selectp);
1030 selectp, list_options[LIST_SELECT]);
1041 const char *selectp,
1065 if (matchp == NULL && selectp == NULL) {
1068 } else if (matchp == NULL && selectp != NULL) {
1070 } else if (matchp != NULL && selectp == NULL) {
1090 if ((ret = parse_select_opt(selectp, post_filtp, match_type))