Searched refs:fopen (Results 1 - 25 of 544) sorted by relevance

1234567891011>>

/xsrc/external/mit/libXpm/dist/src/
H A DWrFFrBuf.c48 FILE *fp = fopen(filename, "w" FOPEN_CLOEXEC);
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
H A Dvdltodmx.c50 } else if (!(str = fopen(argv[2], "w"))) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/
H A Ddisasm.c62 fp = fopen(filename, "rb");
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/bifrost/
H A Dcmdline.c34 FILE *fp = fopen(filename, "rb");
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/
H A Ddisasm.c62 fp = fopen(filename, "rb");
/xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/
H A Dpath.c50 FILE *file = fopen(fullname, "r");
/xsrc/external/mit/libXau/dist/
H A DAutest.c70 output = fopen (file, "w");
H A DAuGetAddr.c73 auth_file = fopen (auth_name, "rb" FOPEN_CLOEXEC);
/xsrc/external/mit/xman/dist/
H A Dhelp.c100 if ((help_file_ptr = fopen(resources.help_file, "r")) == NULL) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_trace.c65 pan_control_log = fopen(fn, "w+");
142 FILE *fp = fopen(pos->full_filename, "wb");
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_ppm.c18 FILE *f = fopen( filename, "w" );
28 f = fopen( filename, "ab" ); /* reopen in binary append mode */
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dclip.c67 FILE *f = fopen("verts.txt", "w");
78 FILE *f = fopen("verts.txt", "r");
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Dcmdline.c38 fp = fopen(filename, "wb");
102 FILE *fp = fopen(filename, "rb");
/xsrc/external/mit/rgb/dist/
H A Dshowrgb.c138 if (!(rgb = fopen(path, "r")) && !(rgb = fopen(filename, "r"))) {
/xsrc/external/mit/mesa-demos/dist/src/osdemos/
H A Dosdemo.c161 FILE *f = fopen( filename, "w" );
185 f = fopen( filename, "ab" ); /* reopen in binary append mode */
203 FILE *f = fopen( filename, "w" );
213 f = fopen( filename, "ab" ); /* reopen in binary append mode */
H A Dosdemo16.c153 FILE *f = fopen( filename, "w" );
177 f = fopen( filename, "ab" ); /* reopen in binary append mode */
195 FILE *f = fopen( filename, "w" );
205 f = fopen( filename, "ab" ); /* reopen in binary append mode */
H A Dosdemo32.c145 FILE *f = fopen( filename, "w" );
169 f = fopen( filename, "ab" ); /* reopen in binary append mode */
193 FILE *f = fopen( filename, "w" );
203 f = fopen( filename, "ab" ); /* reopen in binary append mode */
/xsrc/external/mit/mesa-demos/dist/src/rbug/
H A Dbin_to_bmp.c101 FILE *file = fopen(filename, "rb");
/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dloadppm.c14 fp = fopen(filename, "rb");
/xsrc/external/mit/freetype/dist/include/freetype/config/
H A Dftstdlib.h106 #define ft_fopen fopen
/xsrc/external/mit/xkbevd/dist/
H A Dutils.c44 errorFile = fopen(name, "w");
/xsrc/external/mit/xmessage/dist/
H A Dreadfile.c67 fp = fopen (filename, "r");
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/valhall/test/
H A Dtest-disassembler.c59 FILE *fp = fopen(argv[1], "r");
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dmemstream.c42 FILE *f = fopen(temp, "w+b");
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-mips.c53 if ((f = fopen (file_name, "r")) == NULL)

Completed in 10 milliseconds

1234567891011>>