Home
last modified time | relevance | path

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

/titanic_41/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); in usagerr()
/titanic_41/usr/src/cmd/nohup/
H A Dnohup.c54 #define OPTSTR "" macro
56 #define OPTSTR "pFag" macro
121 while ((opt = getopt(argc, argv, OPTSTR)) != EOF) { in main()
/titanic_41/usr/src/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl42 $OPTSTR = 'abd:fFghi:jlnqsx:';
550 die $USAGE unless (getopts($OPTSTR));
/titanic_41/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()
/titanic_41/usr/src/cmd/logins/
H A Dlogins.c75 #define OPTSTR "adg:l:mopstux" macro
1307 while (!errflg && ((c = getopt(argc, argv, OPTSTR)) != EOF)) { in main()
/titanic_41/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() */ in main()
/titanic_41/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); in usage()
2009 char *optstr = OPTSTR; /* option string used by getopt() */ in main()