Home
last modified time | relevance | path

Searched defs:outfp (Results 1 – 17 of 17) sorted by relevance

/external/python/cpython3/Tools/freeze/
Dmakemakefile.py5 def makemakefile(outfp, makevars, files, target): argument
Dmakeconfig.py9 def makeconfig(infp, outfp, modules, with_ifdef=0): argument
Dmakefreeze.py77 def writecode(outfp, mod, str): argument
Dwinmakemakefile.py45 def makemakefile(outfp, vars, files, target): argument
/external/python/cpython2/Tools/freeze/
Dmakemakefile.py5 def makemakefile(outfp, makevars, files, target): argument
Dmakeconfig.py8 def makeconfig(infp, outfp, modules, with_ifdef=0): argument
Dmakefreeze.py80 def writecode(outfp, mod, str): argument
Dwinmakemakefile.py45 def makemakefile(outfp, vars, files, target): argument
/external/python/cpython3/Tools/scripts/
Deptags.py24 def treat_file(filename, outfp): argument
Dh2py.py110 def process(fp, outfp, env = {}): argument
/external/python/cpython2/Tools/scripts/
Deptags.py24 def treat_file(filename, outfp): argument
Dh2py.py119 def process(fp, outfp, env = {}): argument
/external/selinux/checkpolicy/
Dcheckmodule.c113 static int write_binary_policy(policydb_t * p, FILE *outfp) in write_binary_policy()
305 FILE *outfp = fopen(outfile, "w"); in main() local
Dcheckpolicy.c403 FILE *outfp = NULL; in main() local
/external/python/cpython2/Lib/email/
Dgenerator.py42 def __init__(self, outfp, mangle_from_=True, maxheaderlen=78): argument
302 def __init__(self, outfp, mangle_from_=True, maxheaderlen=78, fmt=None): argument
/external/python/cpython3/Lib/email/
Dgenerator.py36 def __init__(self, outfp, mangle_from_=None, maxheaderlen=None, *, argument
451 def __init__(self, outfp, mangle_from_=None, maxheaderlen=None, fmt=None, *, argument
/external/curl/docs/examples/
Dcurlx.c504 FILE *outfp; in main() local