Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c50 #define GETOPT_EOF EOF macro
56 #define GETOPT_EOF (-1) macro
1152 while ((c = getopt(argc, argv, LOCKSTAT_OPTSTR)) != GETOPT_EOF) { in main()
1448 while ((c = getopt(argc, argv, LOCKSTAT_OPTSTR)) != GETOPT_EOF) { in main()