/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | getline.m4 | 1 # getline.m4 serial 19 11 dnl See if there's a working, system-supplied version of the getline function. 12 dnl We can't just do AC_REPLACE_FUNCS([getline]) because some systems 19 dnl Persuade glibc <stdio.h> to declare getline(). 22 AC_CHECK_DECLS_ONCE([getline]) 25 AC_CHECK_FUNC([getline], 30 AC_CACHE_CHECK([for working getline function], [am_cv_func_working_getline], 44 len = getline (&line, &siz, in); 70 AC_LIBOBJ([getline]) 76 # Prerequisites of lib/getline.c.
|
D | gnulib-comp.m4 | 63 gl_STDIO_MODULE_INDICATOR([getline]) 288 lib/getline.c 369 m4/getline.m4
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _string_io.h | 57 getline(basic_istream<_CharT, _Traits>& __is, 65 getline(basic_istream<_CharT, _Traits>& __is, in getline() function 67 return getline(__is, __s, __is.widen('\n')); in getline()
|
D | _istream.h | 144 _Self& getline(char_type* __s, streamsize __n, char_type delim); 145 _Self& getline(char_type* __s, streamsize __n) in getline() function 146 { return getline(__s, __n, this->widen('\n')); } in getline()
|
D | _string_io.c | 133 getline(basic_istream<_CharT, _Traits>& __is, in getline() function
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | stdio.in.h | 502 # undef getline 503 # define getline rpl_getline 512 extern ssize_t getline (char **lineptr, size_t *linesize, FILE *stream); 515 # undef getline 516 # define getline(l, s, f) \ 519 getline (l, s, f))
|
D | getline.c | 28 getline (char **lineptr, size_t *n, FILE *stream) in getline() function
|
D | gnulib.mk | 219 EXTRA_DIST += getline.c 221 EXTRA_libsed_a_SOURCES += getline.c
|
D | Makefile.in | 59 $(top_srcdir)/m4/getdelim.m4 $(top_srcdir)/m4/getline.m4 \ 602 error.c error.h exitfail.c exitfail.h getdelim.c getline.c \ 644 dirname.c stripslash.c error.c exitfail.c getdelim.c getline.c \ 723 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getline.Po@am__quote@
|
/ndk/build/awk/ |
D | extract-debuggable.awk | 55 if (getline <= 0) return 0; # read new input line 121 if (getline <= 0) _xml_panic("Unexpected EOF: " ERRNO);
|
D | extract-package-name.awk | 56 if (getline <= 0) return 0; # read new input line 122 if (getline <= 0) _xml_panic("Unexpected EOF: " ERRNO);
|
D | xml.awk | 40 if (getline <= 0) return 0; # read new input line 106 if (getline <= 0) _xml_panic("Unexpected EOF: " ERRNO);
|
D | extract-launchable.awk | 114 if (getline <= 0) return 0; # read new input line 180 if (getline <= 0) _xml_panic("Unexpected EOF: " ERRNO);
|
/ndk/tests/device/test-stlport/unit/ |
D | sstream_test.cpp | 114 getline( s, str ); in input() 117 getline( s, str ); in input() 165 getline( s, str ); in io() 168 getline( s, str ); in io()
|
D | fstream_test.cpp | 143 getline( f, str ); in input() 146 getline( f, str ); in input() 155 getline(in, s); in input() 199 getline( f, s ); in io() 202 getline( f, s ); in io() 610 while (getline(in, line)) { in win32_file_format() 917 f.getline( buf, 1 ); // <-- key line in null_buf()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | sstream_test.cpp | 114 getline( s, str ); in input() 117 getline( s, str ); in input() 165 getline( s, str ); in io() 168 getline( s, str ); in io()
|
D | fstream_test.cpp | 143 getline( f, str ); in input() 146 getline( f, str ); in input() 155 getline(in, s); in input() 199 getline( f, s ); in io() 202 getline( f, s ); in io() 610 while (getline(in, line)) { in win32_file_format() 917 f.getline( buf, 1 ); // <-- key line in null_buf()
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | tst-pcre.c | 66 if ((len = getline (&line, &line_len, f)) <= 0 in main() 77 while ((len = getline (&line, &line_len, f)) > 0) in main()
|
D | xemacs.good | 24 " m4/getline.m4 m4/glibc21.m4 m4/isc-posix.m4 m4/progtest.m4 \\" 65 "$(ACLOCAL_M4): configure.ac m4/codeset.m4 m4/getline.m4 m4/gettext.m4 m4/glibc21.m4 m4/iconv.m4 m…
|
D | xemacs.inp | 24 m4/getline.m4 m4/glibc21.m4 m4/isc-posix.m4 m4/progtest.m4 \ 65 $(ACLOCAL_M4): configure.ac m4/codeset.m4 m4/getline.m4 m4/gettext.m4 m4/glibc21.m4 m4/iconv.m4 m4…
|
D | tst-boost.c | 108 while ((len = getline (&line, &line_len, f)) > 0) in main()
|
D | tst-rxspencer.c | 438 while ((len = getline (&line, &line_len, f)) > 0) in main()
|
/ndk/sources/host-tools/nawk-20071023/ |
D | proto.h | 26 #define getline awk_getline macro 155 extern Cell *getline(Node **, int);
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | bootstrap.sh.in | 122 ${CC} -DHAVE_CONFIG_H -I.. -I. -c getline.c || exit 1
|
D | bootstrap.sh | 122 ${CC} -DHAVE_CONFIG_H -I.. -I. -c getline.c || exit 1
|