Searched refs:PLOCKSTAT_OPTSTR (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/cddl/contrib/opensolaris/cmd/plockstat/
H A Dplockstat.c364 #define PLOCKSTAT_OPTSTR "n:ps:e:vx:ACHV" macro
803 while ((c = getopt(argc, argv, PLOCKSTAT_OPTSTR)) != EOF) {
840 if (strchr(PLOCKSTAT_OPTSTR, c) == NULL)
889 while ((c = getopt(argc, argv, PLOCKSTAT_OPTSTR)) != EOF) {

Completed in 57 milliseconds