Home
last modified time | relevance | path

Searched refs:ERE_TYPES (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/tools/
H A Dpatcheck25 ERE_TYPES='(const|static|av_cold|inline| *)*('$ERE_PRITYP'|[a-zA-Z][a-zA-Z0-9_]*)[* ]{1,}[a-zA-Z][a-zA-Z0-9_]*'
26 ERE_FUNCS="$ERE_TYPES"' *\('
99 hiegrep2 "$ERE_TYPES" '(static|av_|ff_|typedef|:\+[^a-zA-Z_])' 'Non static with no ff_/av_ prefix' $*
121 $EGREP -B2 $OPT '^(\+|) *('"$ERE_TYPES"'|# *define)' $* | $EGREP -A2 --color=always '(:|-)\+[^/]*/(\*([^*]|$)|/([^/]|$))' > $TMP && printf "\n Non doxy comments\n"
126 $($EGREP -H '^\+ *'"$ERE_TYPES" $* |\

Completed in 1 milliseconds