Searched refs:catgs (Results 1 – 1 of 1) sorted by relevance
346 char **catgs; in get_categories() local350 catgs = (char **)calloc(MAX_CAT_LEN, sizeof (char **)); in get_categories()352 catgs[n++] = strtok(tmp_catg, " \t\n, "); in get_categories()353 while (catgs[n] = strtok(NULL, " \t\n, ")) in get_categories()356 if (*catgs == NULL) in get_categories()359 return (catgs); in get_categories()