OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPTIND
(Results
1 - 13
of
13
) sorted by null
/external/blktrace/
btrace
32
shift `expr $
OPTIND
- 1`
/external/mksh/src/
var_spec.h
32
FN(
OPTIND
)
Build.sh
[
all
...]
/external/chromium_org/third_party/skia/platform_tools/barelinux/bin/
arm64_make
47
OPTIND
=1 # Reset this variable for calling barelinux_make with -t command flag.
barelinux_make
56
shift $(( $
OPTIND
- 1 ))
/external/skia/platform_tools/barelinux/bin/
arm64_make
47
OPTIND
=1 # Reset this variable for calling barelinux_make with -t command flag.
barelinux_make
56
shift $(( $
OPTIND
- 1 ))
/external/chromium_org/remoting/host/installer/linux/
build-deb.sh
74
shift $(($
OPTIND
- 1))
/device/moto/shamu/
init.mmi.touch.sh
12
shift $(($
OPTIND
-1))
/external/chromium_org/tools/valgrind/
waterfall.sh
202
shift $((
OPTIND
-1))
/external/chromium_org/tools/resources/
optimize-png-files.sh
473
shift $(($
OPTIND
-1))
/external/chromium_org/build/
install-chroot.sh
34
local OPTNAME
OPTIND
OPTERR OPTARG
90
if [ $# -ge ${
OPTIND
} ]; then
91
eval echo "Unexpected command line argument: \${${
OPTIND
}}"
/external/llvm/utils/TableGen/
tdtags
396
shift $((
OPTIND
- 1))
Completed in 877 milliseconds