Searched refs:fread (Results 1 – 14 of 14) sorted by relevance
/ndk/sources/host-tools/toolbox/ |
D | cmp_win.c | 72 n1 = fread(buf1, 1, BUFSIZE, f1); in main() 73 n2 = fread(buf2, 1, BUFSIZE, f2); in main()
|
/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/llvm-libc++/include/ |
D | cstdio | 82 size_t fread(void* restrict ptr, size_t size, size_t nmemb, 161 using ::fread;
|
D | fstream | 591 __nmemb = fread(this->eback() + __unget_sz, 1, __nmemb, __file_); 609 size_t __nr = fread((void*)__extbufnext_, 1, __nmemb, __file_);
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cstdio | 57 using ::fread;
|
/ndk/sources/cxx-stl/system/include/ |
D | cstdio | 57 using ::fread;
|
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/ |
D | stdio_h.pass.cpp | 125 static_assert((std::is_same<decltype(fread((void*)0,0,0,fp)), size_t>::value), ""); in main()
|
/ndk/sources/cxx-stl/stlport/src/details/ |
D | fstream_stdio.cpp | 318 return fread(buf, 1, n, _M_file); in _M_read()
|
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/c.files/ |
D | cstdio.pass.cpp | 126 static_assert((std::is_same<decltype(std::fread((void*)0,0,0,fp)), std::size_t>::value), ""); in main()
|
/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()
|