Home
last modified time | relevance | path

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

/titanic_44/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) { in main()
481 if (strchr(INTRSTAT_OPTSTR, c) == NULL) in main()
508 while ((c = getopt(argc, argv, INTRSTAT_OPTSTR)) != EOF) { in main()