OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dashes_to_underscores
(Results
1 - 3
of
3
) sorted by null
/ndk/build/tools/
prebuilt-common.sh
46
# Usage: str=`
dashes_to_underscores
<values>`
47
dashes_to_underscores
()
function
250
optname=`
dashes_to_underscores
$optlabel`
434
name=`
dashes_to_underscores
$opt`
[
all
...]
common-build-host-funcs.sh
745
local HOST_VARNAME=$(
dashes_to_underscores
$1)
build-host-gcc.sh
875
local HOST_VARNAME=$(
dashes_to_underscores
$1)
[
all
...]
Completed in 48 milliseconds