HomeSort by: relevance | last modified time | path
    Searched refs:ferror (Results 1 - 25 of 214) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /xsrc/external/mit/libXfont/dist/src/FreeType/
xttcap.c 308 if (ferror(is)) {
367 if (ferror(is)) {
  /xsrc/external/mit/libXfont2/dist/src/FreeType/
xttcap.c 309 if (ferror(is)) {
368 if (ferror(is)) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/
nouveau_compiler.c 176 if (!fread(text, 1, sizeof(text), f) || ferror(f)) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
nouveau_compiler.c 175 if (!fread(text, 1, sizeof(text), f) || ferror(f)) {
  /xsrc/external/mit/xtrap/dist/
xtrapchar.c 267 if ((!ferror(stdin)) && (!feof(stdin)) && (state == 0))
357 if (ferror(stdin) || state != 0)
  /xsrc/external/mit/fonttosfnt/dist/
read.c 72 return ferror(file) == 0 ? 0 : 1;
  /xsrc/external/mit/freetype/dist/src/tools/ftrandom/
ftrandom.c 489 if ( ferror( newf ) )
  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_memcpy.c 536 if (ferror(cpuInfoFile)) {
  /xsrc/external/mit/brotli/dist/c/tools/
brotli.c 822 if (ferror(context->fin)) {
838 if (ferror(context->fout)) {
  /xsrc/external/mit/ctwm/dist/gen/
lex.c 632 if ( c == EOF && ferror( yyin ) ) \
639 while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \
  /xsrc/external/mit/xdm/dist/xdm/
auth.c 410 if (ferror (auth_file))
433 if (ferror (auth_file))
  /xsrc/external/mit/xgc/dist/
lex.c 830 if ( c == EOF && ferror( yyin ) ) \
837 while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \
  /xsrc/external/mit/xorg-server/dist/hw/xwin/
winprefslex.c 804 if ( c == EOF && ferror( yyin ) ) \
811 while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
scanner.c 654 if ( c == EOF && ferror( yyin ) ) \
661 while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winprefslex.c 798 if ( c == EOF && ferror( yyin ) ) \
805 while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
  /xsrc/external/mit/libX11/dist/src/xlibi18n/lcUniConv/
8bit_tab_to_h.c 472 if (ferror(f) || fclose(f))
  /xsrc/external/mit/xf86-video-sis/dist/src/
sis_memcpy.c 803 if(ferror(cpuInfoFile)) {
  /xsrc/external/mit/xterm/dist/
print.c 457 if (ferror(input)) {
458 DEBUG_MSG("charToPrinter: break on ferror\n");
  /xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/
glcpp-lex.c 1216 if ( c == EOF && ferror( yyin ) ) \
1223 while ( (result = fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \
  /xsrc/external/mit/MesaLib/src/mesa/program/
lex.yy.c 1441 if ( c == EOF && ferror( yyin ) ) \
1448 while ( (result = fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \
  /xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/
glcpp-lex.c 1185 if ( c == EOF && ferror( yyin ) ) \
1192 while ( (result = fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \
  /xsrc/external/mit/xf86-video-xgi/dist/src/
xgi_memcpy.c 912 if(ferror(cpuInfoFile)) {
  /xsrc/external/mit/MesaLib/src/compiler/glsl/
glsl_lexer.cpp 1791 if ( c == EOF && ferror( yyin ) ) \
1798 while ( (result = fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \
  /xsrc/external/mit/MesaLib.old/src/compiler/glsl/
glsl_lexer.cpp 1768 if ( c == EOF && ferror( yyin ) ) \
1775 while ( (result = fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \
  /xsrc/external/mit/MesaLib/dist/src/intel/common/
intel_decoder.c 689 if (ferror(input)) {

Completed in 50 milliseconds

1 2 3 4 5 6 7 8 9