Home
last modified time | relevance | path

Searched refs:hiegrep (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/tools/
Dpatcheck28 hiegrep(){ function
45 hiegrep 'static[^(]*\*[a-zA-Z_]*\[' 'pointer array is not const' $*
46 hiegrep '[[:space:]]$' 'trailing whitespace' $*
47 hiegrep "$(echo x | tr 'x' '\t')" 'tabs' $*
49 hiegrep ';;' 'double ;' $*
51 hiegrep '//[-/<\* ]*$' 'empty comment' $*
52 hiegrep '/\*[-<\* ]*\*/' 'empty comment' $*
53 hiegrep '(static|inline|const) *\1[^_a-zA-Z]' 'duplicate word' $*
54 hiegrep 'INIT_VLC_USE_STATIC' 'forbidden ancient vlc type' $*
55 hiegrep '=[-+\*\&] ' 'looks like compound assignment' $*
[all …]