Home
last modified time | relevance | path

Searched refs:catgs (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/libpkg/common/
H A Dgpkglist.c346 char **catgs; in get_categories() local
350 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()