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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/
H A Ddtrace.c101 static const char DTRACE_OPTSTR[] = variable
1298 while ((c = getopt(argc, argv, DTRACE_OPTSTR)) != EOF) {
1382 if (strchr(DTRACE_OPTSTR, c) == NULL)
1524 while ((c = getopt(argc, argv, DTRACE_OPTSTR)) != EOF) {
1665 if (strchr(DTRACE_OPTSTR, c) == NULL)
1698 while ((c = getopt(argc, argv, DTRACE_OPTSTR)) != EOF) {

Completed in 47 milliseconds