Home
last modified time | relevance | path

Searched refs:OPT (Results 1 – 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Duninstall.ksh54 while getopts $options OPT ; do
55 case $OPT in
59 opt=`echo $OPT | sed 's/-\+//'`
73 while getopts :$options OPT ; do
74 case $OPT in
81 while getopts :$options OPT ; do
82 case $OPT in
H A Dpreuninstall.ksh57 while getopts :$options OPT ; do
58 case $OPT in
/illumos-gate/usr/src/cmd/vgrind/
H A Dregexp.c101 #define OPT 1 macro
127 *cre = META | OPT; in convexp()
208 *cs = *cs | OPT; in expconv()
343 } else if (*cs & OPT) { in expmatch()
383 } else if (*cs & OPT) { in expmatch()
417 } else if (ptr != NIL && (*cs & OPT)) { in expmatch()
449 } else if (ptr != NIL && (*cs & OPT)) { in expmatch()
492 } else if (*cs & OPT) { in expmatch()
516 } else if (*cs & OPT) { in expmatch()
539 } else if (*cs & OPT) { in expmatch()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_encode.h357 #define DEFSEQTYPE(DESCNAME, CTYPENAME, FIELDS, OPT) \ argument
360 OPT, FIELDS, sizeof(FIELDS)/sizeof(FIELDS[0]) \
580 #define FIELDOF_OPT(TYPE,DESCR,FIELDNAME,TAG,OPT) \ argument
583 0, TAG, OPT, &krb5int_asn1type_##DESCR \
594 #define FIELDOF_ENCODEAS_OPT(TYPE,DESCR,TAG,OPT) \ argument
598 0, TAG, OPT, &krb5int_asn1type_##DESCR \
606 #define FIELDOF_OPTSTRINGL(STYPE,DESC,PTRFIELD,LENDESC,LENFIELD,TAG,OPT) \ argument
611 TAG, OPT, &krb5int_asn1type_##DESC, &krb5int_asn1type_##LENDESC \
613 #define FIELDOF_OPTSTRING(STYPE,DESC,PTRFIELD,LENFIELD,TAG,OPT) \ argument
614 FIELDOF_OPTSTRINGL(STYPE,DESC,PTRFIELD,uint,LENFIELD,TAG,OPT)
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dfilter.sh55 getopts $ARGV0 "$USAGE" OPT '-?'
59 while getopts $ARGV0 "$USAGE" OPT
60 do case $OPT in
H A Dcrossexec.sh69 getopts $ARGV0 "$USAGE" OPT '-?'
77 while getopts $ARGV0 "$USAGE" OPT
78 do case $OPT in
H A Dexecrate.sh54 getopts $ARGV0 "$USAGE" OPT '-?'
58 while getopts $ARGV0 "$USAGE" OPT
59 do case $OPT in
H A Dhurl.sh66 getopts $ARGV0 "$USAGE" OPT '-?'
72 while getopts $ARGV0 "$USAGE" OPT
73 do case $OPT in
H A Dditto.sh80 getopts $ARGV0 "$USAGE" OPT '-?'
143 while getopts $ARGV0 "$USAGE" OPT
144 do case $OPT in
H A Dmamprobe.sh79 while getopts -a "$command" "$USAGE" OPT
80 do case $OPT in
H A Drt.sh62 getopts $ARGV0 "$USAGE" OPT '-?'
66 while getopts $ARGV0 "$USAGE" OPT
67 do case $OPT in
H A Dmktest.sh117 while getopts $ARGV0 "$USAGE" OPT
118 do case $OPT in
131 getopts $ARGV0 "$USAGE" OPT '-?'
H A Diffe.sh1070 do case $OPT in
1191 eval `echo $REM | sed "s,\(.\)\(.*\),OPT='\1' REM='\2',"`
1192 case $OPT in
1196 0) echo $command: -$OPT: option argument expected >&2
1208 case $OPT in
H A Dregress.sh1343 while getopts -a $command "$USAGE" OPT
1344 do case $OPT in
H A Dpackage.sh532 while getopts -a $command "$USAGE" OPT
H A DRELEASE224 cc.sgi.*: add _AST_cc_OPTIONS parameterization, -OPT:Olimit=0
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A Dmsgadmin.sh68 getopts $ARGV0 "$USAGE" OPT '-?'
88 while getopts $ARGV0 "$USAGE" OPT
89 do case $OPT in
H A Dmsgcc.sh80 getopts $ARGV0 "$USAGE" OPT '-?'
100 while getopts $ARGV0 "$USAGE" OPT
101 do case $OPT in
/illumos-gate/usr/src/tools/scripts/
H A Dbldenv45 getopts -a "${progname}" "${USAGE}" OPT '-?'
142 while getopts -a "${progname}" "${USAGE}" OPT ; do
143 case ${OPT} in
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dbuiltins.sh51 if [[ $OPT != d || $OPTARG != 16177 ]]
52 then err_exit "'getopts :d#u OPT=d OPTARG=16177' failed -- OPT=$OPT OPTARG=$OPTARG"
68 getopts "$USAGE" OPT -S $1
69 [[ $OPT == S && $OPTARG == $2 ]] || err_exit "OPT=$OPT OPTARG=$OPTARG -- expected OPT=S OPTARG=$2"
413 while getopts -a tst "av:" OPT
H A Dshtests58 getopts -a $command "$USAGE" OPT '--??long'
176 while getopts -a $command "$USAGE" OPT
177 do case $OPT in
/illumos-gate/usr/src/cmd/boot/scripts/
H A Dupdate_grub.ksh32 while getopts R: OPT 2>/dev/null
34 case $OPT in
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A DMakefile85 ${LINK.c} ${OPT} -o $@ ${OBJS} ${LDLIBS}
/illumos-gate/usr/src/cmd/nscd/
H A DMakefile85 ${LINK.c} ${OPT} -o $@ ${OBJS} ${PROGLIBS}
/illumos-gate/usr/src/lib/libdwarf/common/
H A Dgenerated_libdwarf.h.in3335 -OPT:procedure_reorder=ON

12