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

/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl38 $OPTSTR = 'abd:fghi:jlnqsx:';
531 die $USAGE unless (getopts($OPTSTR));
/freebsd-10.0-release/sbin/atm/atmconfig/
H A Dmain.c537 #define OPTSTR "htv" macro
539 #define OPTSTR "htvs:" macro
542 while ((opt = getopt(argc, argv, OPTSTR)) != -1)
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java48 static final String OPTSTR = field in class:JDTrace
660 Getopt g = new Getopt(CLASSNAME, args, OPTSTR);
701 g = new Getopt(CLASSNAME, args, OPTSTR);

Completed in 79 milliseconds