Searched defs:fgets_unlocked (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
H A D | unlocked-io.h | 69 # define fgets_unlocked(x,y,z) fgets (x,y,z) macro
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | unlocked-io.h | 69 # define fgets_unlocked(x,y,z) fgets (x,y,z) macro
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
H A D | unlocked-io.h | 69 # define fgets_unlocked(x,y,z) fgets (x,y,z) macro
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
H A D | unlocked-io.h | 69 # define fgets_unlocked(x,y,z) fgets (x,y,z) macro
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
H A D | msan_interceptors.cc | 757 INTERCEPTOR(char *, fgets_unlocked, char *s, int size, void *stream) { in INTERCEPTOR() argument
|