Searched refs:fgets (Results 1 – 11 of 11) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | unlocked-io.h | 65 # 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/ |
D | ndk-stack.c | 75 while (fgets(str, sizeof(str), handle)) { in main()
|
/ndk/sources/host-tools/nawk-20071023/ |
D | maketab.c | 144 while (fgets(buf, sizeof buf, fp) != NULL) { in main()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cstdio.h | 73 using _STLP_VENDOR_CSTD::fgets;
|
/ndk/sources/cxx-stl/llvm-libc++/include/ |
D | cstdio | 72 char* fgets(char* restrict s, int n, FILE* restrict stream); 151 using ::fgets;
|
/ndk/sources/host-tools/make-3.81/ |
D | ansi2knr.c | 309 while ( fgets(line, (unsigned)(buf + bufsize - line), in) != NULL ) 322 if ( fgets(line, (unsigned)(buf + bufsize - line), in) == NULL )
|
D | read.c | 2560 while (fgets (p, end - p, ebuf->fp) != 0) in readline()
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cstdio | 52 using ::fgets;
|
/ndk/sources/cxx-stl/system/include/ |
D | cstdio | 52 using ::fgets;
|
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/ |
D | stdio_h.pass.cpp | 115 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/ |
D | cstdio.pass.cpp | 116 static_assert((std::is_same<decltype(std::fgets(cp,0,fp)), char*>::value), ""); in main()
|