Lines Matching refs:fh
414 fh = open(f, 'r')
415 ret |= Cddl.cddlchk(fh, lenient=lenient, output=ui)
416 fh.close()
460 fh = open(f, 'r')
461 ret |= Mapfile.mapfilechk(fh, output=ui)
462 fh.close()
494 fh = open(f, 'r')
495 ret |= Copyright.copyright(fh, output=ui)
496 fh.close()
528 fh = open(f, 'r')
529 ret |= HdrChk.hdrchk(fh, lenient=True, output=ui)
530 fh.close()
563 fh = open(f, 'r')
564 ret |= CStyle.cstyle(fh, output=ui,
567 fh.close()
593 fh = open(f, 'r')
594 ret |= JStyle.jstyle(fh, output=ui, picky=True)
595 fh.close()
781 fh = open(f, 'r')
782 ret |= Keywords.keywords(fh, output=ui)
783 fh.close()
1134 fh = open(filename, 'w')
1141 cp.write(fh)
1142 fh.close()