Lines Matching refs:single
92 -g, --git treat FILE as a single commit or git revision range
93 single git commit with:
123 If correctable single-line errors exist, create
2996 "Use a single space after $ucfirst_sign_off\n" . $herecurr) &&
3037 "Use a single name comment in email: '$email'\n" . $herecurr);
3362 # check for repeated words separated by a single space
3656 # lines with a single string
3657 # #defines that are a single string
5333 # check unnecessary parentheses around addressof/dereference single $Lvals
5385 # check that goto labels aren't indented (allow a single space indentation)
5429 # at end-of-function, with the previous line a single leading tab, then return;
5837 # Make $define_stmt single line, comment-free, etc
5899 # single-statement macros do not need to be enclosed in do while (0) loop,
6052 "braces {} are not necessary for single statement blocks\n" . $herectx);
6056 # check for single line unbalanced braces
6126 # context providing the function name or a single line form for in-file
6174 "Consecutive strings are generally better as a single string\n" . $herecurr) &&
6775 "single byte memset is suspicious. Swapped 2nd/3rd argument?\n" . "$here\n$stat\n");
6894 "Prefer tst_parse_<type> to single variable sscanf\n" . "$here\n$stat_real\n");