Searched refs:__underflow (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/legacy/gcc/libio/
H A Dioignore.c43 if (more == 0 || __underflow(fp) == EOF)
H A Disgetsb.cc41 if (__underflow(isb) == EOF)
H A Diogetdelim.c78 if (__underflow (fp) == EOF)
110 if (t != NULL || __underflow (fp) == EOF)
H A Dlibio.h299 extern int __underflow __P ((_IO_FILE *));
308 && __underflow (_fp) == EOF ? EOF \
H A DlibioP.h115 #define _IO_UNDERFLOW(FP) JUMP0 (__underflow, FP)
261 JUMP_FIELD(_IO_underflow_t, __underflow);
H A Dstreambuf.cc85 if (more == 0 || __underflow(this) == EOF)
H A Diovfscanf.c359 if (__underflow(fp) == EOF)
H A Dgenops.c249 __underflow (fp) function
431 if (more == 0 || __underflow (fp) == EOF)
H A Dfileops.c784 if (more == 0 || __underflow (fp) == EOF)
H A Dstreambuf.h399 if (_IO_read_ptr >= _IO_read_end && __underflow(this) == EOF)
/haiku-buildtools/legacy/gcc/libio/stdio/
H A Dstdio.h169 extern int __underflow __P((struct _IO_FILE*));
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4382 INTERCEPTOR(int, __underflow, __sanitizer_FILE *fp) {
4384 COMMON_INTERCEPTOR_ENTER(ctx, __underflow, fp);
4385 int res = REAL(__underflow)(fp);
4419 COMMON_INTERCEPT_FUNCTION(__underflow); \

Completed in 103 milliseconds