Searched refs:OPTSTR (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/sgs/size/common/ |
H A D | main.c | 66 #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 D | nohup.c | 54 #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 D | dtest.pl | 42 $OPTSTR = 'abd:fFghi:jlnqsx:'; 550 die $USAGE unless (getopts($OPTSTR));
|
/titanic_41/usr/src/cmd/dtrace/test/cmd/jdtrace/ |
H A D | JDTrace.java | 47 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 D | logins.c | 75 #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 D | nm.c | 78 #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 D | dump.c | 49 #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()
|