Searched refs:open_file (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
H A Dglsl_scraper.py272 def open_file(name, mode): function
313 with open_file(infname, 'r') as infile:
320 with open_file(outfname, 'w') as outfile:
/xsrc/external/mit/iceauth/dist/
H A Dprocess.c88 static FILE *open_file ( const char **filenamep, const char *mode, Bool *usedstdp, const char *srcfn, int srcln, const char *cmd );
332 static FILE *open_file ( function in typeref:typename:FILE *
807 ed->fp = open_file (&ed->filename, "wb",
1175 fp = open_file (&filename, "rb",
1556 fp = open_file (&script, "r", &used_stdin, inputfilename, lineno, argv[0]);
/xsrc/external/mit/xauth/dist/
H A Dprocess.c316 open_file(const char **filenamep, function in typeref:typename:FILE *
1061 ed->fp = open_file (&ed->filename,
1533 fp = open_file (&filename,
1830 fp = open_file (&script, "r", &used_stdin, inputfilename, lineno, argv[0]);

Completed in 6 milliseconds