Home
last modified time | relevance | path

Searched refs:OPTIND (Results 1 – 25 of 134) sorted by relevance

123456

/titanic_51/usr/src/cmd/svc/shell/
H A Drouting_include.sh77 OPTIND=1
104 OPTIND=1
136 OPTIND=1
162 OPTIND=1
169 pos=$OPTIND
/titanic_51/usr/src/cmd/getopt/
H A Dgetoptcvt.sh42 shift `expr $OPTIND - 1`
47 if [ "$OPTIND" != 1 ]\
71 shift `expr $OPTIND - 1`\
107 shift `expr $OPTIND - 1`\
/titanic_51/usr/src/lib/brand/solaris10/zone/
H A Duninstall.ksh53 OPTIND=1
72 OPTIND=1
80 OPTIND=1
88 shift `expr $OPTIND - 1`
H A Dpreuninstall.ksh56 OPTIND=1
65 shift `expr $OPTIND - 1`
/titanic_51/usr/src/lib/libshell/common/tests/
H A Dbuiltins.sh44 OPTIND=1
49 OPTIND=1
54 OPTIND=1
56 do [[ $OPTIND == $((OPTIND)) ]] || err_exit "OPTIND optimization bug"
67 do OPTIND=1
270 OPTIND=1
345 $SHELL -c 'OPTIND=-1000000; getopts a opt -a' 2> /dev/null
346 [[ $? == 1 ]] || err_exit 'getopts with negative OPTIND not working'
388 OPTIND=0
392 if [[ $OPTIND != ${ARGC[$i]} ]]
[all …]
H A Dfunctions.sh855 optind=$OPTIND
859 OPTIND=1
861 do print OPTIND=$OPTIND
865 [[ $(sub -a) == OPTIND=2 ]] || err_exit 'OPTIND should be 2'
866 [[ $(sub -a) == OPTIND=2 ]] || err_exit 'OPTIND should be 2 again'
867 [[ $OPTIND == "$optind" ]] || err_exit 'OPTIND should be 1'
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dbuiltins.sh44 OPTIND=1
49 OPTIND=1
54 OPTIND=1
56 do [[ $OPTIND == $((OPTIND)) ]] || err_exit "OPTIND optimization bug"
67 do OPTIND=1
273 OPTIND=1
357 $SHELL -c 'OPTIND=-1000000; getopts a opt -a' 2> /dev/null
358 [[ $? == 1 ]] || err_exit 'getopts with negative OPTIND no
[all...]
H A Dfunctions.sh858 optind=$OPTIND
862 OPTIND=1
864 do print OPTIND=$OPTIND
868 [[ $(sub -a) == OPTIND=2 ]] || err_exit 'OPTIND should be 2'
869 [[ $(sub -a) == OPTIND=2 ]] || err_exit 'OPTIND should be 2 again'
870 [[ $OPTIND == "$optind" ]] || err_exit 'OPTIND shoul
[all...]
/titanic_51/usr/src/tools/ndrgen/
H A Dndrgen.sh73 shift $(($OPTIND - 1))
79 shift $(($OPTIND - 1))
84 shift $(($OPTIND - 1))
/titanic_51/usr/src/cmd/growfs/
H A Dgrowfs.sh57 save=$OPTIND
80 OPTIND=$save
83 shift `expr $OPTIND - 1`
/titanic_51/usr/src/tools/scripts/
H A Dbldenv42 OPTIND=0
135 OPTIND=1
151 shift $((OPTIND-1))
228 OPTIND=1
H A Dbldenv.sh41 OPTIND=0
134 OPTIND=1
150 shift $((OPTIND-1))
231 OPTIND=1
H A Dcheckproto.sh36 OPTIND=1
45 shift `expr $OPTIND - 1`
/titanic_51/usr/src/lib/libshell/common/scripts/
H A Dshlint.sh57 OPTIND=0
82 shift $((OPTIND-1))
H A Dshcalc.sh73 OPTIND=0
114 shift $((OPTIND-1))
H A Dcpvprint.sh74 OPTIND=0
125 shift $((OPTIND-1))
H A Dmultifollow.sh54 OPTIND=0
83 shift $((OPTIND-1))
/titanic_51/usr/src/cmd/ast/libshell/common/scripts/
H A Dshlint.sh57 OPTIND=0
82 shift $((OPTIND-1))
H A Dshcalc.sh73 OPTIND=0
114 shift $((OPTIND-1))
H A Dcpvprint.sh74 OPTIND=0
125 shift $((OPTIND-1))
H A Dmultifollow.sh54 OPTIND=0
83 shift $((OPTIND-1))
/titanic_51/usr/src/contrib/ast/src/cmd/INIT/
H A Dfilter.sh54 OPTIND=0
64 shift `expr $OPTIND - 1`
H A Dcrossexec.sh68 OPTIND=0
83 shift $OPTIND-1
H A Dexecrate.sh53 OPTIND=0
64 shift `expr $OPTIND - 1`
/titanic_51/usr/src/cmd/boot/scripts/
H A Dextract_boot_filelist.ksh68 OPTIND=1
84 shift `expr $OPTIND - 1`

123456