Home
last modified time | relevance | path

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

/littlefs-2.7.6/scripts/
Dexplode_asserts.py137 def mkdecls(outf, maxwidth=16): argument
138 outf.write("#include <stdio.h>\n")
139 outf.write("#include <stdbool.h>\n")
140 outf.write("#include <stdint.h>\n")
141 outf.write("#include <inttypes.h>\n")
142 outf.write("#include <signal.h>\n")
151 outf.write(re.sub('\s+', ' ',
153 outf.write(re.sub('\s+', ' ',
161 outf.write(re.sub('\s+', ' ',
345 outf = open(args.output, 'w') if args.output else sys.stdout
[all …]