Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/size/common/
H A Dmain.c62 #define OPTSTR "VoxnfF" /* option string for usage error message */ macro
243 "usage: %s [-%s] file(s)...\n", tool_name, OPTSTR); in usagerr()
/illumos-gate/usr/src/cmd/nohup/
H A Dnohup.c52 #define OPTSTR "" macro
54 #define OPTSTR "pFag" macro
119 while ((opt = getopt(argc, argv, OPTSTR)) != EOF) { in main()
/illumos-gate/usr/src/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl42 $OPTSTR = 'abd:fFghi:jlnqsx:';
550 die $USAGE unless (getopts($OPTSTR));
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java47 static final String OPTSTR = field in JDTrace
665 Getopt g = new Getopt(CLASSNAME, args, OPTSTR); in main()
706 g = new Getopt(CLASSNAME, args, OPTSTR); in main()
/illumos-gate/usr/src/cmd/logins/
H A Dlogins.c72 #define OPTSTR "adg:l:mopstux" macro
1304 while (!errflg && ((c = getopt(argc, argv, OPTSTR)) != EOF)) { in main()
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c50 #define OPTSTR "agcd:fhn:oprstvCLT:V?" /* option string for getopt() */ macro
152 "Usage: %s [-%s] file(s) ...\n", prog_name, OPTSTR); in usage()
2010 char *optstr = OPTSTR; /* option string used by getopt() */ in main()
/illumos-gate/usr/src/cmd/sgs/nm/common/
H A Dnm.c80 #define OPTSTR ":APDoxhvniursplLCVefgRTt:" /* option string for getopt() */ macro
171 char *optstr = OPTSTR; /* option string used by getopt() */ in main()