HomeSort by: relevance | last modified time | path
    Searched refs:Ierror (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/rcs/dist/src/
ci.c 691 Ierror();
702 Ierror();
710 Ierror();
728 Ierror();
732 Ierror();
rcslex.c 1145 void Ierror() { efaterror("input error"); }
1146 void testIerror(f) FILE *f; { if (ferror(f)) Ierror(); }
1149 void Ifclose(f) RILE *f; { if (f && Iclose(f)!=0) Ierror(); }
1163 void Irewind(f) FILE *f; { if (fseek(f,0L,SEEK_SET) != 0) Ierror(); }
rcsbase.h 46 * (cacheunget_): No longer take a failure arg; just call Ierror on failure.
304 # define cacheunget_(f,c) if(fseek(ptr,-2L,SEEK_CUR))Ierror();else cacheget_(c)
562 void Ierror P((void)) exiting;
rcsgen.c 412 Ierror();

Completed in 26 milliseconds