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

/illumos-gate/usr/src/cmd/ptools/pargs/
H A Dpargs.c485 static const char *cat_names[] = { local
504 if (strncmp(cat_names[j], s,
505 strlen(cat_names[j])) == 0) {
506 lcs[j] = s + strlen(cat_names[j]);

Completed in 119 milliseconds