Searched refs:fgets_unlocked (Results 1 – 5 of 5) sorted by relevance
912 INTERCEPTOR(char *, fgets_unlocked, char *s, int size, void *stream) { in INTERCEPTOR() argument914 char *res = REAL(fgets_unlocked)(s, size, stream); in INTERCEPTOR()919 #define MSAN_MAYBE_INTERCEPT_FGETS_UNLOCKED INTERCEPT_FUNCTION(fgets_unlocked)
1333 /// char *fgets_unlocked(char *s, int n, FILE *stream);1334 TLI_DEFINE_ENUM_INTERNAL(fgets_unlocked)1335 TLI_DEFINE_STRING_INTERNAL("fgets_unlocked")
1721 fun:fgets_unlocked=uninstrumented
52 AC_CHECK_FUNCS([feof_unlocked fgets_unlocked getcwd getegid geteuid \
9102 for ac_func in feof_unlocked fgets_unlocked getcwd getegid geteuid \