Home
last modified time | relevance | path

Searched refs:fgets (Results 1 – 14 of 14) 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/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/llvm-libc++/libcxx/include/
Dcstdio72 char* fgets(char* restrict s, int n, FILE* restrict stream);
199 using ::fgets;
/ndk/sources/cxx-stl/system/include/
Dcstdio52 using ::fgets;
/ndk/sources/cxx-stl/gabi++/include/
Dcstdio52 using ::fgets;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/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++/libcxx/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()
/ndk/sources/host-tools/ndk-stack/binutils/
Daddr2line.c210 if (fgets (addr_hex, sizeof addr_hex, stdin) == NULL) in translate_addresses()
/ndk/sources/android/crazy_linker/tests/
Dtest_util.h338 while (fgets(line, sizeof line, file)) { in CheckRelroMaps()
/ndk/sources/host-tools/ndk-depends/
Dndk-depends.cc802 while (fgets(line, sizeof(line), file) != NULL) { in AddHostLdSoConfPaths()