Home
last modified time | relevance | path

Searched refs:testOerror (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcsbase.h311 #define aputc_(c,o) { if (putc(c,o)==EOF) testOerror(o); }
600 void testOerror P((FILE*));
H A Drcslex.c1147 void testOerror(o) FILE *o; { if (ferror(o)) Oerror(); } in testOerror() function