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

/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c75 static const char DTRACE_OPTSTR[] = variable
1262 while ((c = getopt(argc, argv, DTRACE_OPTSTR)) != -1) {
1329 if (strchr(DTRACE_OPTSTR, c) == NULL)
1452 while ((c = getopt(argc, argv, DTRACE_OPTSTR)) != -1) {
1585 if (strchr(DTRACE_OPTSTR, c) == NULL)
1609 while ((c = getopt(argc, argv, DTRACE_OPTSTR)) != -1) {

Completed in 93 milliseconds