OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:filter_by_egrep
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/openssl/openssl/
import_openssl.sh
156
function
filter_by_egrep
() {
function
183
declare -r cflags=$(
filter_by_egrep
"^-D" $(grep -e "^CFLAG=" $tmpfile))
184
declare -r depflags=$(
filter_by_egrep
"^-D" $(grep -e "^DEPFLAG=" $tmpfile))
/external/openssl/
import_openssl.sh
156
function
filter_by_egrep
() {
function
183
declare -r cflags=$(
filter_by_egrep
"^-D" $(grep -e "^CFLAG=" $tmpfile))
184
declare -r depflags=$(
filter_by_egrep
"^-D" $(grep -e "^DEPFLAG=" $tmpfile))
/external/scrypt/
import_scrypt.sh
159
function
filter_by_egrep
() {
function
186
declare -r cflags=$(
filter_by_egrep
"^-D" $(grep -e "^CFLAG=" $tmpfile))
187
declare -r depflags=$(
filter_by_egrep
"^-D" $(grep -e "^DEPFLAG=" $tmpfile))
Completed in 27 milliseconds