Searched refs:classpp (Results 1 – 1 of 1) sorted by relevance
230 static cfga_err_t parse_listopt(char *listopts, char **classpp,991 parse_listopt(char *listopts, char **classpp, char **errstring) in parse_listopt() argument996 *classpp = NULL; in parse_listopt()1015 if (val == NULL || *classpp != NULL) { in parse_listopt()1019 if ((*classpp = config_calloc_check(1, strlen(val) + 1, in parse_listopt()1024 (void) strcpy(*classpp, val); in parse_listopt()1037 S_FREE(*classpp); in parse_listopt()