Home
last modified time | relevance | path

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

/netbsd/external/gpl2/xcvs/dist/lib/
H A Dunlocked-io.h90 # define fread_unlocked(w,x,y,z) fread (w,x,y,z) macro
/netbsd/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dunlocked-io.h90 # define fread_unlocked(w,x,y,z) fread (w,x,y,z) macro
/netbsd/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dunlocked-io.h90 # define fread_unlocked(w,x,y,z) fread (w,x,y,z) macro
/netbsd/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dunlocked-io.h90 # define fread_unlocked(w,x,y,z) fread (w,x,y,z) macro
/netbsd/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_interceptors.cc134 INTERCEPTOR(SIZE_T, fread_unlocked, void *ptr, SIZE_T size, SIZE_T nmemb, in INTERCEPTOR() argument