Lines Matching refs:fd
27 … open('htmlmap.tmp', "w") as fdw, open(os.path.join(build_dir,'manualpages','htmlmap'), "r") as fd:
28 fdw.write(fd.read().replace('man+manualpages/','man+HTML_ROOT/manualpages/'))
29 …'htmlmap.tmp', "a") as fdw, open(os.path.join(build_dir,'manualpages','mpi.www.index'), "r") as fd:
30 fdw.write(fd.read())
54 with open(os.path.join('doc','manualpages','MANSECHeaders',mansec)) as fd:
55 fdw.write(fd.read())
66 with open(os.path.join(root,f)) as fd:
67 line = fd.readline()
91 with open(os.path.join(petsc_dir,'c2html.mk'),'w') as fd:
92 fd.write('files = ')
93 fd.write(' '.join(allfiles))
94 fd.write('\n')
95 fd.write('\n')
96 fd.write(os.path.join(loc,'%.html')+' : %\n')
97 …fd.write(' @' + str(os.path.join(str(petsc_dir),'doc','build_c2html_file.py')) + ' ' + str(petsc_d…
98 fd.write('\n')
99 fd.write('all: $(files)\n')