Lines Matching refs:code
12 messages. If your code looks better with the violations, then its probably
407 otherwise valid syscalls. This should be avoided in new code.
412 ENOTSUPP is not a standard error code and should be avoided in new patches.
644 code.
713 the code vulnerable to bugs.
716 violation, then either rewrite the code in a more simple way or if the
771 the beginning or end of code regions via
789 It is generally desirable that building the same source code with
871 This can prevent any unexpected code paths::
905 loop to avoid unpredictable code paths. The do-while loop helps to
910 do-while loop. Although the code is syntactically correct but using
990 Multiple assignments on a single line makes the code unnecessarily
992 only, this makes the code more readable and helps avoid typos.