Searched refs:global_functions_hdr (Results 1 – 1 of 1) sorted by relevance
34 global_functions_hdr=open("include/libxml/globals.h", "w+") variable45 writeline(global_functions_hdr, line)47 writeline(global_functions_hdr, " * Automatically generated by build_glob.py.")48 writeline(global_functions_hdr, " * Do not modify the previous line.")49 writeline(global_functions_hdr, " */")50 writeline(global_functions_hdr)70 writeline(global_functions_hdr)71 global_functions_hdr.write("extern "+fields[0]+" *")73 global_functions_hdr.write("(*")74 global_functions_hdr.write("__"+fields[1]+"(void)")[all …]