Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dunlocked-io.h69 # define fgets_unlocked(x,y,z) fgets (x,y,z) macro
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dunlocked-io.h69 # define fgets_unlocked(x,y,z) fgets (x,y,z) macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dunlocked-io.h69 # define fgets_unlocked(x,y,z) fgets (x,y,z) macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dunlocked-io.h69 # define fgets_unlocked(x,y,z) fgets (x,y,z) macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_interceptors.cc757 INTERCEPTOR(char *, fgets_unlocked, char *s, int size, void *stream) { in INTERCEPTOR() argument