Searched refs:IS_EOF (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dpcfread.c67 #define IS_EOF(file) ((file)->eof == BUFFILEEOF) macro
135 if (IS_EOF(file)) return (PCFTablePtr) NULL;
151 if (IS_EOF(file)) goto Bail;
178 if (IS_EOF(file)) return FALSE;
192 if (IS_EOF(file)) return FALSE;
264 if (IS_EOF(file)) goto Bail;
288 if (IS_EOF(file)) goto Bail;
301 if (IS_EOF(file)) goto Bail;
304 if (IS_EOF(file)) goto Bail;
311 if (IS_EOF(fil
[all...]
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dpcfread.c69 #define IS_EOF(file) ((file)->eof == BUFFILEEOF) macro
137 if (IS_EOF(file)) return (PCFTablePtr) NULL;
153 if (IS_EOF(file)) goto Bail;
180 if (IS_EOF(file)) return FALSE;
194 if (IS_EOF(file)) return FALSE;
266 if (IS_EOF(file)) goto Bail;
290 if (IS_EOF(file)) goto Bail;
303 if (IS_EOF(file)) goto Bail;
306 if (IS_EOF(file)) goto Bail;
313 if (IS_EOF(fil
[all...]

Completed in 3 milliseconds