| /xsrc/external/mit/libXpm/dist/src/ |
| H A D | WrFFrBuf.c | 48 FILE *fp = fopen(filename, "w" FOPEN_CLOEXEC);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/ |
| H A D | vdltodmx.c | 50 } else if (!(str = fopen(argv[2], "w"))) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/ |
| H A D | disasm.c | 62 fp = fopen(filename, "rb");
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/bifrost/ |
| H A D | cmdline.c | 34 FILE *fp = fopen(filename, "rb");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/ |
| H A D | disasm.c | 62 fp = fopen(filename, "rb");
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/ |
| H A D | path.c | 50 FILE *file = fopen(fullname, "r");
|
| /xsrc/external/mit/libXau/dist/ |
| H A D | Autest.c | 70 output = fopen (file, "w");
|
| H A D | AuGetAddr.c | 73 auth_file = fopen (auth_name, "rb" FOPEN_CLOEXEC);
|
| /xsrc/external/mit/xman/dist/ |
| H A D | help.c | 100 if ((help_file_ptr = fopen(resources.help_file, "r")) == NULL) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_trace.c | 65 pan_control_log = fopen(fn, "w+"); 142 FILE *fp = fopen(pos->full_filename, "wb");
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_ppm.c | 18 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 D | clip.c | 67 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 D | cmdline.c | 38 fp = fopen(filename, "wb"); 102 FILE *fp = fopen(filename, "rb");
|
| /xsrc/external/mit/rgb/dist/ |
| H A D | showrgb.c | 138 if (!(rgb = fopen(path, "r")) && !(rgb = fopen(filename, "r"))) {
|
| /xsrc/external/mit/mesa-demos/dist/src/osdemos/ |
| H A D | osdemo.c | 161 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 D | osdemo16.c | 153 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 D | osdemo32.c | 145 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 D | bin_to_bmp.c | 101 FILE *file = fopen(filename, "rb");
|
| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| H A D | loadppm.c | 14 fp = fopen(filename, "rb");
|
| /xsrc/external/mit/freetype/dist/include/freetype/config/ |
| H A D | ftstdlib.h | 106 #define ft_fopen fopen
|
| /xsrc/external/mit/xkbevd/dist/ |
| H A D | utils.c | 44 errorFile = fopen(name, "w");
|
| /xsrc/external/mit/xmessage/dist/ |
| H A D | readfile.c | 67 fp = fopen (filename, "r");
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/valhall/test/ |
| H A D | test-disassembler.c | 59 FILE *fp = fopen(argv[1], "r");
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | memstream.c | 42 FILE *f = fopen(temp, "w+b");
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-mips.c | 53 if ((f = fopen (file_name, "r")) == NULL)
|