Searched defs:fgets_unlocked (Results 1 – 2 of 2) sorted by relevance
21 #define fgets_unlocked(buf, size, fp) fgets(buf, size, fp) macro
780 INTERCEPTOR(char *, fgets_unlocked, char *s, int size, void *stream) { in INTERCEPTOR() argument