Home
last modified time | relevance | path

Searched full:grep (Results 1 – 8 of 8) sorted by relevance

/optee_os/ta/pkcs11/scripts/
H A Dverify-helpers.sh12 SYMBOL_LIST="$(grep PKCS11\_$PREFIX\_ ${basepath}/include/pkcs11_ta.h | cut -f2 | cut '-d ' -f1)"
18 COUNT="$(grep ${symbol} ${basepath}/src/* | wc -l)"
20 PRESENT="$(grep PKCS11_ID.*\($symbol.*\) ${basepath}/src/pkcs11_helpers.c | wc -l)"
35 …SYMBOL_LIST="$(grep PKCS11\_$PREFIX\_ ${basepath}/include/pkcs11_ta.h | grep ^#define | cut '-d ' …
41 COUNT="$(grep ${symbol} ${basepath}/src/* | wc -l)"
43 PRESENT="$(grep PKCS11_ID.*\($symbol.*\) ${basepath}/src/pkcs11_helpers.c | wc -l)"
/optee_os/
H A DMakefile118 ${q}find $(PWD) -name "*.[chSs]" | grep -v export-ta_ | \
119 grep -v -F _init.ld.S | grep -v -F _unpaged.ld.S > cscope.files
H A D.clang-format70 # find lib core -name "*.h" -path '*/include/*' -print0 | xargs -0 grep -E -h \
/optee_os/scripts/
H A Dci-host-cleanup.sh23 if dpkg-query -W -f='${Package}\n' $pkg 2>/dev/null | grep -q .; then
H A Dcheckpatch_inc.sh23 $CHECKPATCH --help 2>&1 | grep -q -- --typedefsfile || \
/optee_os/.github/workflows/
H A Dnotify.yml34 grep message= output.txt >> $GITHUB_OUTPUT
/optee_os/mk/
H A Dmacros.mk29 CORE_CC_VERSION = `$(CCcore) -v 2>&1 | grep -m1 "version " | sed 's/ *$$//'`
H A Dcc-option.mk10 _ld-option-supported = $(if $(shell ($(LD$(sm)) -v $(1) 2>&1 || echo warning) | grep warning),,1)