Searched defs:ckcatg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkginfo/
H A Dpkginfo.c115 static char *ckcatg[MAXCATG] = {NULL}; variable
248 ckcatg[ncatg++] = strtok(optarg, " \t\n, ");
249 while (ckcatg[ncatg] = strtok(NULL, " \t\n, "))
570 if (!ckcatg[0])
581 for (i = 0; ckcatg[i]; /* void */) {
583 if (!strcasecmp(list, ckcatg[i++])) {

Completed in 45 milliseconds