/titanic_44/usr/src/cmd/mail/ |
H A D | ckdlivopts.c | 55 static void getopts(); 83 getopts(hp->value, &defopts); 88 getopts(hp->value, &tropts); 93 getopts(hp->value, &toopts); 118 static void getopts(s, optr) in getopts() function
|
/titanic_44/usr/src/cmd/svc/profile/ |
H A D | listsvcs.pl | 45 if (!getopts("e", \%opts)) {
|
/titanic_44/usr/src/lib/libshell/common/ |
H A D | COMPATIBILITY | 61 builtins no longer works since ksh-93 is getopts conforming 99 22. The value of the variable given to getopts is set to ? when 121 27. The getopts builtin in ksh93 requires that optstring contain
|
H A D | RELEASE88 | 274 4. Synopsis changed for getopts conformance. 357 y. The getopts built-in now handles the complete libast optget 358 functionality. If any errors have occurred with getopts 361 exit status from getopts will be 2 rather than 1. The
|
H A D | RELEASE93 | 10 b. The getopts command has a -a name option that specifies a 48 b. The getopts builtin can process command description 250 k. To conform to the Posix standard getopts has been changed 389 a. A bug in which a script could terminate when getopts
|
/titanic_44/usr/src/tools/scripts/ |
H A D | genoffsets.pl | 117 getopts("kr:s:v", \%opts) || usage();
|
H A D | jstyle.pl | 50 if (!getopts("chpstvC", \%opts)) {
|
H A D | find_elf.pl | 324 if ((getopts('afrs', \%opt) == 0) || (scalar(@ARGV) != 1)) {
|
H A D | interface_check.pl | 417 if ((getopts('c:E:e:f:hIi:ow:', \%opt) == 0) || (!$opt{f} && ($#ARGV == -1))) {
|
H A D | cstyle.pl | 74 if (!getopts("cho:pvCP", \%opts)) {
|
H A D | interface_cmp.pl | 634 if ((getopts('c:de:ot', \%opt) == 0) || (scalar(@ARGV) != ($opt{t} ? 1 : 2))) {
|
H A D | check_rtime.pl | 1054 if ((getopts('D:d:E:e:f:I:imosvw:', \%opt) == 0) ||
|
/titanic_44/usr/src/tools/codesign/ |
H A D | signit.pl | 73 if (!getopts("i:o:c:l:q")) {
|
/titanic_44/usr/src/cmd/fm/scripts/ |
H A D | buildcode.pl | 319 getopts('cvVt') or usage;
|
H A D | bustcode.pl | 344 getopts('cq') or usage;
|
H A D | dictck.pl | 80 getopts('b:pv') or usage;
|
/titanic_44/usr/src/cmd/sendmail/aux/ |
H A D | etrn.pl | 50 getopts('bv');
|
/titanic_44/usr/src/lib/libshell/common/data/ |
H A D | builtins.c | 106 "getopts", NV_BLTIN|BLT_ENV, bltin(getopts),
|
/titanic_44/usr/src/cmd/device_remap/ |
H A D | device_remap.pl | 371 getopts("vR:", \%opts);
|
/titanic_44/exception_lists/ |
H A D | closed-bins | 126 ./usr/xpg4/bin/getopts
|
/titanic_44/usr/src/cmd/dtrace/test/cmd/scripts/ |
H A D | dtest.pl | 550 die $USAGE unless (getopts($OPTSTR));
|
/titanic_44/usr/src/cmd/abi/appcert/scripts/ |
H A D | appcert.pl | 106 getopts('?hnLBSw:f:', \%opt) || (show_usage() && exiter(2));
|
/titanic_44/usr/src/cmd/auditrecord/ |
H A D | auditrecord.pl | 46 if (!getopts('adhe:c:i:p:s:', \%opt) || @ARGV) {
|
/titanic_44/usr/src/cmd/logadm/ |
H A D | tester | 124 getopts($usage_getopts) or usage;
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-xopen-xcu4.mf | 93 link path=usr/xpg4/bin/getopts target=../../bin/alias
|