Searched full:grep (Results 1 – 8 of 8) sorted by relevance
12 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)"
118 ${q}find $(PWD) -name "*.[chSs]" | grep -v export-ta_ | \119 grep -v -F _init.ld.S | grep -v -F _unpaged.ld.S > cscope.files
70 # find lib core -name "*.h" -path '*/include/*' -print0 | xargs -0 grep -E -h \
23 if dpkg-query -W -f='${Package}\n' $pkg 2>/dev/null | grep -q .; then
23 $CHECKPATCH --help 2>&1 | grep -q -- --typedefsfile || \
34 grep message= output.txt >> $GITHUB_OUTPUT
29 CORE_CC_VERSION = `$(CCcore) -v 2>&1 | grep -m1 "version " | sed 's/ *$$//'`
10 _ld-option-supported = $(if $(shell ($(LD$(sm)) -v $(1) 2>&1 || echo warning) | grep warning),,1)