Home
last modified time | relevance | path

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

/dragonfly/gnu/usr.bin/rcs/ci/
HDci.c737 Ierror();
748 Ierror();
756 Ierror();
774 Ierror();
778 Ierror();
/dragonfly/gnu/usr.bin/rcs/lib/
HDrcslex.c1145 void Ierror() { efaterror("input error"); } in Ierror() function
1146 void testIerror(f) FILE *f; { if (ferror(f)) Ierror(); } in testIerror()
1149 void Ifclose(f) RILE *f; { if (f && Iclose(f)!=0) Ierror(); } in Ifclose()
1163 void Irewind(f) FILE *f; { if (fseek(f,0L,SEEK_SET) != 0) Ierror(); } in Irewind()
HDrcsbase.h309 # define cacheunget_(f,c) if(fseek(ptr,-2L,SEEK_CUR))Ierror();else cacheget_(c)
570 void Ierror P((void)) exiting;
HDrcsgen.c412 Ierror();