Home
last modified time | relevance | path

Searched defs:fgets_unlocked (Results 1 – 2 of 2) sorted by relevance

/external/bison/lib/
Dunlocked-io.h68 # define fgets_unlocked(x,y,z) fgets (x,y,z) macro
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc853 INTERCEPTOR(char *, fgets_unlocked, char *s, int size, void *stream) { in INTERCEPTOR() argument