Searched refs:OPTIND (Results 1 – 18 of 18) sorted by relevance
/external/ltp/testcases/lib/ |
D | test_net.sh | 38 OPTIND=0 56 OPTIND=0 153 OPTIND=0 160 OPTIND=0
|
/external/linux-kselftest/tools/testing/selftests/ntb/ |
D | ntb_test.sh | 54 OPTIND=0 74 shift $((OPTIND-1)) 78 shift $((OPTIND-1))
|
/external/libpng/contrib/tools/ |
D | pngcp.c | 733 #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/ |
D | servo-summary | 11 shift $(( OPTIND - 1 ))
|
/external/blktrace/ |
D | btrace | 32 shift `expr $OPTIND - 1`
|
/external/autotest/client/deps/lansim/src/ |
D | run_unittests | 50 shift $((OPTIND-1))
|
/external/mksh/src/ |
D | var_spec.h | 61 FN(OPTIND)
|
D | dot.mkshrc | 142 \shift $((OPTIND - 1)) 186 \shift $((OPTIND - n)) 222 \shift $((OPTIND - n)) 529 \shift $((OPTIND - 1))
|
D | check.t | 6117 echo bfunc: enter "(args: $*; OPTIND=$OPTIND)" 6132 echo kfunc: enter "(args: $*; OPTIND=$OPTIND)" 6147 echo "line 1: OPTIND=$OPTIND" 6149 echo "line 2: ret=$?, optc=$optc, OPTIND=$OPTIND" 6151 echo "line 3: OPTIND=$OPTIND" 6153 echo "line 4: ret=$?, optc=$optc, OPTIND=$OPTIND" 6155 echo "line 5: OPTIND=$OPTIND" 6157 echo "line 6: ret=$?, optc=$optc, OPTIND=$OPTIND" 6160 OPTIND=1 6162 echo "line 10: OPTIND=$OPTIND" [all …]
|
D | Build.sh | 2416 shift \$((OPTIND - 1))
|
/external/ltp/testcases/kernel/syscalls/utimensat/ |
D | utimensat_tests.sh | 194 OPTIND=1 209 shift `expr $OPTIND - 1`
|
/external/shflags/src/ |
D | shflags_test.sh | 50 shift `expr ${OPTIND} - 1`
|
/external/ltp/testscripts/ |
D | network.sh | 78 if [ "$OPTIND" -eq 1 ]; then
|
/external/ltp/testcases/kernel/fs/fs_readonly/ |
D | test_robind.sh | 191 shift $((OPTIND-1))
|
/external/ltp/tools/pounder21/ |
D | pounder | 200 shift `expr $OPTIND - 1`
|
/external/selinux/policycoreutils/scripts/ |
D | fixfiles | 378 shift $(( OPTIND - 1 ))
|
/external/llvm/utils/TableGen/ |
D | tdtags | 396 shift $((OPTIND - 1))
|
/external/openssh/ |
D | buildpkg.sh.in | 512 shift \`expr \$OPTIND - 1\`
|