Home
last modified time | relevance | path

Searched defs:fread (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/lib/libc/stdio/
H A Dfread.c54 fread(void *buf, size_t size, size_t count, FILE *fp) in fread() function
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dstdio-read.c161 fread (void *ptr, size_t s, size_t n, FILE *stream) in fread() function
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dunlocked-io.h47 # define fread(w,x,y,z) fread_unlocked (w,x,y,z) macro
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/
H A Dsystem.h139 # define fread(Ptr, Size, N, Stream) fread_unlocked (Ptr, Size, N, Stream) macro
/netbsd-src/external/gpl3/gcc/dist/fixincludes/
H A Dsystem.h139 # define fread(Ptr, Size, N, Stream) fread_unlocked (Ptr, Size, N, Stream) macro
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dunlocked-io.h88 # define fread(w,x,y,z) fread_unlocked (w,x,y,z) macro
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dunlocked-io.h88 # define fread(w,x,y,z) fread_unlocked (w,x,y,z) macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dunlocked-io.h88 # define fread(w,x,y,z) fread_unlocked (w,x,y,z) macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dunlocked-io.h88 # define fread(w,x,y,z) fread_unlocked (w,x,y,z) macro
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dsystem.h160 # define fread(Ptr, Size, N, Stream) fread_unlocked (Ptr, Size, N, Stream) macro
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dsystem.h160 # define fread(Ptr, Size, N, Stream) fread_unlocked (Ptr, Size, N, Stream) macro
/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
H A Dfsif.h149 struct fsif_read_request fread; member
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsystem.h170 # define fread(Ptr, Size, N, Stream) fread_unlocked (Ptr, Size, N, Stream) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsystem.h170 # define fread(Ptr, Size, N, Stream) fread_unlocked (Ptr, Size, N, Stream) macro
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Diotrace.c2002 fread (void *ptr, size_t size, size_t nitems, FILE *stream) in fread() function
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Diotrace.c2255 fread (void *ptr, size_t size, size_t nitems, FILE *stream) function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc627 TEST(MemorySanitizer, fread) { in TEST() argument