Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c61 #define LOCKSTAT_OPTSTR "x:bths:n:d:i:l:f:e:ckwWgCHEATID:RpPo:V" macro
1152 while ((c = getopt(argc, argv, LOCKSTAT_OPTSTR)) != GETOPT_EOF) { in main()
1339 if (strchr(LOCKSTAT_OPTSTR, c) == NULL) in main()
1448 while ((c = getopt(argc, argv, LOCKSTAT_OPTSTR)) != GETOPT_EOF) { in main()