Searched refs:Ierror (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/gnu/usr.bin/rcs/ci/
H A Dci.c688 Ierror();
699 Ierror();
707 Ierror();
725 Ierror();
729 Ierror();
/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A Drcslex.c1142 void Ierror() { efaterror("input error"); } function
1143 void testIerror(f) FILE *f; { if (ferror(f)) Ierror(); }
1146 void Ifclose(f) RILE *f; { if (f && Iclose(f)!=0) Ierror(); }
1160 void Irewind(f) FILE *f; { if (fseek(f,0L,SEEK_SET) != 0) Ierror(); }
H A Drcsbase.h43 * (cacheunget_): No longer take a failure arg; just call Ierror on failure.
301 # define cacheunget_(f,c) if(fseek(ptr,-2L,SEEK_CUR))Ierror();else cacheget_(c)
561 void Ierror P((void)) exiting;
H A Drcsgen.c409 Ierror();

Completed in 175 milliseconds