Home | History | Annotate | Download | only in msan

Lines Matching refs:fgets_unlocked

640 INTERCEPTOR(char *, fgets_unlocked, char *s, int size, void *stream) {
642 char *res = REAL(fgets_unlocked)(s, size, stream);
1241 INTERCEPT_FUNCTION(fgets_unlocked);