Lines Matching refs:cf
239 for cf, i in refs:
240 errs.append((cf, i))
247 for cf, i in errs:
248 print("%s:%d" % (cf, i))
250 # print("sed '%dd' '%s' > '%s.tmp' ; mv '%s.tmp' '%s'" % (i, cf, cf, cf, cf))
260 for cf in sorted(source_list(SOURCE_DIR, is_c)):
261 if not is_ignore(cf):
262 if cf not in global_c:
263 print("missing_c: ", cf)
267 if cf in global_c:
268 out1 = os.path.splitext(cf)[0] + ".o"
269 out2 = os.path.splitext(cf)[0] + ".Po"
273 print("bad_c: ", cf)