Searched defs:fgets_unlocked (Results 1 – 2 of 2) sorted by relevance
68 # define fgets_unlocked(x,y,z) fgets (x,y,z) macro
853 INTERCEPTOR(char *, fgets_unlocked, char *s, int size, void *stream) { in INTERCEPTOR() argument