Home
last modified time | relevance | path

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

/external/ltp/testcases/lib/
Dtest_net.sh60 OPTIND=0
75 OPTIND=0
175 OPTIND=0
182 OPTIND=0
322 OPTIND=0
341 OPTIND=0
432 OPTIND=0
440 OPTIND=0
Dtst_test.sh262 OPTIND=1
421 shift $((OPTIND - 1))
/external/linux-kselftest/tools/testing/selftests/ntb/
Dntb_test.sh54 OPTIND=0
74 shift $((OPTIND-1))
78 shift $((OPTIND-1))
/external/libpng/contrib/tools/
Dpngcp.c733 #define OPTIND(dp, name) option_index(dp, #name, (sizeof #name)-1) macro
1276 istrat = OPTIND(dp, strategy); in getsearchopts()
1282 else if (opt == OPTIND(dp, level)) in getsearchopts()
1292 else if (opt == OPTIND(dp, windowBits)) in getsearchopts()
1309 else if (opt == OPTIND(dp, memLevel)) in getsearchopts()
1507 dp->value[OPTIND(dp,time)] = 0; /* i.e. off */ in set_timer()
1514 if ((dp->value[OPTIND(dp,time)] & what) != 0) in start_timer()
1521 if ((dp->value[OPTIND(dp,time)] & what) != 0) in end_timer()
2107 dp->min_windowBits = OPTIND(dp, windowBits); in set_windowBits_hi()
2402 if ((d.value[OPTIND(&d,time)] & PNGCP_TIME_READ) != 0) in main()
[all …]
/external/autotest/contrib/
Dservo-summary11 shift $(( OPTIND - 1 ))
/external/autotest/client/deps/lansim/src/
Drun_unittests50 shift $((OPTIND-1))
/external/blktrace/
Dbtrace32 shift `expr $OPTIND - 1`
/external/mksh/src/
Dvar_spec.h61 FN(OPTIND)
Ddot.mkshrc177 \\builtin shift $((OPTIND - 1))
221 \\builtin shift $((OPTIND - n))
257 \\builtin shift $((OPTIND - n))
534 \\builtin shift $((OPTIND - 1))
Dcheck.t6211 echo bfunc: enter "(args: $*; OPTIND=$OPTIND)"
6226 echo kfunc: enter "(args: $*; OPTIND=$OPTIND)"
6241 echo "line 1: OPTIND=$OPTIND"
6243 echo "line 2: ret=$?, optc=$optc, OPTIND=$OPTIND"
6245 echo "line 3: OPTIND=$OPTIND"
6247 echo "line 4: ret=$?, optc=$optc, OPTIND=$OPTIND"
6249 echo "line 5: OPTIND=$OPTIND"
6251 echo "line 6: ret=$?, optc=$optc, OPTIND=$OPTIND"
6254 OPTIND=1
6256 echo "line 10: OPTIND=$OPTIND"
[all …]
DBuild.sh2388 shift \$((OPTIND - 1))
/external/ltp/testcases/kernel/syscalls/utimensat/
Dutimensat_tests.sh203 OPTIND=1
218 shift `expr $OPTIND - 1`
/external/shflags/src/
Dshflags_test.sh50 shift `expr ${OPTIND} - 1`
/external/ltp/testscripts/
Dnetwork.sh72 if [ "$OPTIND" -eq 1 ]; then
/external/ltp/testcases/kernel/fs/fs_readonly/
Dtest_robind.sh191 shift $((OPTIND-1))
/external/ltp/tools/pounder21/
Dpounder200 shift `expr $OPTIND - 1`
/external/selinux/policycoreutils/scripts/
Dfixfiles393 shift $(( OPTIND - 1 ))
/external/llvm/utils/TableGen/
Dtdtags396 shift $((OPTIND - 1))
/external/openssh/
Dbuildpkg.sh.in512 shift \`expr \$OPTIND - 1\`