Searched refs:fread (Results 1 – 9 of 9) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | unlocked-io.h | 86 # 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.h | 78 using _STLP_VENDOR_CSTD::fread;
|
/ndk/sources/cxx-stl/system/include/ |
D | cstdio | 57 using ::fread;
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cstdio | 57 using ::fread;
|
/ndk/sources/cxx-stl/stlport/src/details/ |
D | fstream_stdio.cpp | 318 return fread(buf, 1, n, _M_file); in _M_read()
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | utils.c | 259 if (size && (nmemb=fread(ptr, size, nmemb, stream)) <= 0 && ferror(stream))
|
D | execute.c | 1301 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/ |
D | main.c | 1509 unsigned int n = fread (buf, 1, sizeof (buf), stdin); in main()
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | ChangeLog | 2547 * execute.c (read_file_line, slow_getline): the fread()
|