Home
last modified time | relevance | path

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

/third_party/ffmpeg/tools/
H A 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' $*
48 #hiegrep ':\+$' 'Empty lines' $*
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_STATI
[all...]

Completed in 0 milliseconds