Lines Matching refs:file
22 print("Error: ", *args, file=sys.stderr)
24 # Print the file names that will be skipped and the help message
44 # generated files. Read the file rather than calling it so that
54 # Check for comment string indicating an auto-generated file
55 AUTOGEN_RE = re.compile(r"Warning[ :-]+This file is (now )?auto[ -]?generated",
114 Check the code style and output a diff for each file whose style is
124 " correcting file " + src_file)
128 # file with the extension ".uncrustify". To get the changes (if any)
154 print_err("Uncrustify with file returned: " +
155 str(result.returncode) + " correcting file " +