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

/illumos-gate/usr/src/cmd/intrstat/
H A Dintrstat.c45 #define INTRSTAT_OPTSTR "x:c:C:T:" macro
416 while ((c = getopt(argc, argv, INTRSTAT_OPTSTR)) != EOF) {
481 if (strchr(INTRSTAT_OPTSTR, c) == NULL)
508 while ((c = getopt(argc, argv, INTRSTAT_OPTSTR)) != EOF) {

Completed in 51 milliseconds