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

/illumos-gate/usr/src/cmd/sgs/size/common/
H A Dmain.c66 #define OPTSTR "VoxnfF" /* option string for usage error message */ macro
252 "usage: %s [-%s] file(s)...\n", tool_name, OPTSTR);
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java47 static final String OPTSTR = field in class:JDTrace
665 Getopt g = new Getopt(CLASSNAME, args, OPTSTR);
706 g = new Getopt(CLASSNAME, args, OPTSTR);
/illumos-gate/usr/src/cmd/nohup/
H A Dnohup.c54 #define OPTSTR "" macro
56 #define OPTSTR "pFag" macro
121 while ((opt = getopt(argc, argv, OPTSTR)) != EOF) {
/illumos-gate/usr/src/cmd/sgs/nm/common/
H A Dnm.c78 #define OPTSTR ":APDoxhvnursplLCVefgRTt:" /* option string for getopt() */ macro
168 char *optstr = OPTSTR; /* option string used by getopt() */
/illumos-gate/usr/src/cmd/logins/
H A Dlogins.c60 * OPTSTR Options to this command
75 #define OPTSTR "adg:l:mopstux" macro
1307 while (!errflg && ((c = getopt(argc, argv, OPTSTR)) != EOF)) {
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c49 #define OPTSTR "agcd:fhn:oprstvCLT:V?" /* option string for getopt() */ macro
151 "Usage: %s [-%s] file(s) ...\n", prog_name, OPTSTR);
2010 char *optstr = OPTSTR; /* option string used by getopt() */

Completed in 56 milliseconds