Home
last modified time | relevance | path

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

/freebsd/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) { in main()
840 if (strchr(PLOCKSTAT_OPTSTR, c) == NULL) in main()
889 while ((c = getopt(argc, argv, PLOCKSTAT_OPTSTR)) != EOF) { in main()