Searched refs:feof (Results 1 - 25 of 33) sorted by relevance

12

/xsrc/external/mit/twm/dist/src/
H A Dlex.l152 #undef feof
156 #define feof() (1)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/standalone/
H A Dlima_disasm.c126 } while (!feof(in));
128 if (feof(in)) {
/xsrc/external/mit/font-util/dist/
H A Dbdftruncate.c169 while (strlen(line) == line_len - 1 && !feof(stdin)) {
/xsrc/external/mit/xmh/dist/
H A Dutil.c161 while (c != '\n' && !feof(fid)) {
172 if (!feof(fid) || length > 1) {
/xsrc/external/mit/mesa-demos/dist/src/fp/
H A Dfp-tri.c86 if (!feof(f)) {
/xsrc/external/mit/mesa-demos/dist/src/vp/
H A Dvp-tris.c102 if (!feof(f)) {
/xsrc/external/mit/freetype/dist/src/tools/
H A Dapinames.c250 while ( !feof( file ) )
/xsrc/external/mit/xdm/dist/greeter/
H A Dverify.c264 while (!feof(fs))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
H A Dhud_cpu.c152 while (!feof(f) && fgets(line, sizeof(line), f)) {
/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Daubinator.c241 return file->cursor < file->end || (file->stream && !feof(file->stream));
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Daubinator.c240 return file->cursor < file->end || (file->stream && !feof(file->stream));
/xsrc/external/mit/xkbcomp/dist/
H A Dxkbscan.c291 if (feof(yyin))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/
H A Dfs-test.c218 if (!feof(f)) {
H A Dgs-test.c304 if (!feof(f)) {
H A Dvs-test.c191 if (!feof(f)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/
H A Dfs-test.c223 if (!feof(f)) {
H A Dgs-test.c309 if (!feof(f)) {
H A Dvs-test.c196 if (!feof(f)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
H A Dhud_cpu.c191 while (!feof(f) && fgets(line, sizeof(line), f)) {
/xsrc/external/mit/ctwm/dist/gen/
H A Dlex.c1898 #undef feof
1902 #define feof() (1) macro
/xsrc/external/mit/xditview/dist/
H A DDvi.c510 if (feof(dw->dvi.file)) {
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A DInitOutput.c415 while (!feof(fontdirs))
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A DInitOutput.c398 while (!feof(fontdirs)) {
/xsrc/external/mit/xterm/dist/
H A Dprint.c460 } else if (feof(input)) {
461 DEBUG_MSG("charToPrinter: break on feof\n");
/xsrc/external/mit/xtrap/dist/
H A Dxtrapchar.c267 if ((!ferror(stdin)) && (!feof(stdin)) && (state == 0))

Completed in 26 milliseconds

12