Home
last modified time | relevance | path

Searched refs:fread (Results 1 – 9 of 9) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dunlocked-io.h86 # undef fread
87 # define fread(w,x,y,z) fread_unlocked (w,x,y,z) macro
89 # define fread_unlocked(w,x,y,z) fread (w,x,y,z)
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cstdio.h78 using _STLP_VENDOR_CSTD::fread;
/ndk/sources/cxx-stl/system/include/
Dcstdio57 using ::fread;
/ndk/sources/cxx-stl/gabi++/include/
Dcstdio57 using ::fread;
/ndk/sources/cxx-stl/stlport/src/details/
Dfstream_stdio.cpp318 return fread(buf, 1, n, _M_file); in _M_read()
/ndk/sources/host-tools/sed-4.2.1/sed/
Dutils.c259 if (size && (nmemb=fread(ptr, size, nmemb, stream)) <= 0 && ferror(stream))
Dexecute.c1301 int n = fread (buf, sizeof(char), 4096, pipe_fp);
1470 if ((n = fread (buf, sizeof(char), 4096, pipe_fp)) > 0)
/ndk/sources/host-tools/make-3.81/
Dmain.c1509 unsigned int n = fread (buf, 1, sizeof (buf), stdin); in main()
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog2547 * execute.c (read_file_line, slow_getline): the fread()