Home
last modified time | relevance | path

Searched refs:fgets (Results 1 – 11 of 11) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dunlocked-io.h65 # undef fgets
66 # define fgets(x,y,z) fgets_unlocked (x,y,z) macro
68 # define fgets_unlocked(x,y,z) fgets (x,y,z)
/ndk/sources/host-tools/ndk-stack/
Dndk-stack.c75 while (fgets(str, sizeof(str), handle)) { in main()
/ndk/sources/host-tools/nawk-20071023/
Dmaketab.c144 while (fgets(buf, sizeof buf, fp) != NULL) { in main()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cstdio.h73 using _STLP_VENDOR_CSTD::fgets;
/ndk/sources/cxx-stl/llvm-libc++/include/
Dcstdio72 char* fgets(char* restrict s, int n, FILE* restrict stream);
151 using ::fgets;
/ndk/sources/host-tools/make-3.81/
Dansi2knr.c309 while ( fgets(line, (unsigned)(buf + bufsize - line), in) != NULL )
322 if ( fgets(line, (unsigned)(buf + bufsize - line), in) == NULL )
Dread.c2560 while (fgets (p, end - p, ebuf->fp) != 0) in readline()
/ndk/sources/cxx-stl/gabi++/include/
Dcstdio52 using ::fgets;
/ndk/sources/cxx-stl/system/include/
Dcstdio52 using ::fgets;
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
Dstdio_h.pass.cpp115 static_assert((std::is_same<decltype(fgets(cp,0,fp)), char*>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/c.files/
Dcstdio.pass.cpp116 static_assert((std::is_same<decltype(std::fgets(cp,0,fp)), char*>::value), ""); in main()