Home
last modified time | relevance | path

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

/openbsd/src/gnu/lib/libstdc++/libstdc++/libio/
Dwgenops.c274 __wunderflow (fp) in __wunderflow() function
393 if (more == 0 || __wunderflow (fp) == WEOF)
Dlibio.h413 extern _IO_wint_t __wunderflow (_IO_FILE *) __THROW;
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc6195 INTERCEPTOR(int, __wunderflow, __sanitizer_FILE *fp) {
6197 COMMON_INTERCEPTOR_ENTER(ctx, __wunderflow, fp);
6198 int res = REAL(__wunderflow)(fp);
6214 COMMON_INTERCEPT_FUNCTION(__wunderflow); \
/openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1231 fun:__wunderflow=uninstrumented