Home
last modified time | relevance | path

Searched refs:getline (Results 1 – 25 of 38) sorted by relevance

12

/ndk/sources/host-tools/sed-4.2.1/m4/
Dgetline.m41 # 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.
Dgnulib-comp.m463 gl_STDIO_MODULE_INDICATOR([getline])
288 lib/getline.c
369 m4/getline.m4
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_string_io.h57 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.h144 _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.c133 getline(basic_istream<_CharT, _Traits>& __is, in getline() function
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdio.in.h502 # 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))
Dgetline.c28 getline (char **lineptr, size_t *n, FILE *stream) in getline() function
Dgnulib.mk219 EXTRA_DIST += getline.c
221 EXTRA_libsed_a_SOURCES += getline.c
DMakefile.in59 $(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/
Dextract-debuggable.awk55 if (getline <= 0) return 0; # read new input line
121 if (getline <= 0) _xml_panic("Unexpected EOF: " ERRNO);
Dextract-package-name.awk56 if (getline <= 0) return 0; # read new input line
122 if (getline <= 0) _xml_panic("Unexpected EOF: " ERRNO);
Dxml.awk40 if (getline <= 0) return 0; # read new input line
106 if (getline <= 0) _xml_panic("Unexpected EOF: " ERRNO);
Dextract-launchable.awk114 if (getline <= 0) return 0; # read new input line
180 if (getline <= 0) _xml_panic("Unexpected EOF: " ERRNO);
/ndk/tests/device/test-stlport/unit/
Dsstream_test.cpp114 getline( s, str ); in input()
117 getline( s, str ); in input()
165 getline( s, str ); in io()
168 getline( s, str ); in io()
Dfstream_test.cpp143 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/
Dsstream_test.cpp114 getline( s, str ); in input()
117 getline( s, str ); in input()
165 getline( s, str ); in io()
168 getline( s, str ); in io()
Dfstream_test.cpp143 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/
Dtst-pcre.c66 if ((len = getline (&line, &line_len, f)) <= 0 in main()
77 while ((len = getline (&line, &line_len, f)) > 0) in main()
Dxemacs.good24 " 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…
Dxemacs.inp24 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…
Dtst-boost.c108 while ((len = getline (&line, &line_len, f)) > 0) in main()
Dtst-rxspencer.c438 while ((len = getline (&line, &line_len, f)) > 0) in main()
/ndk/sources/host-tools/nawk-20071023/
Dproto.h26 #define getline awk_getline macro
155 extern Cell *getline(Node **, int);
/ndk/sources/host-tools/sed-4.2.1/
Dbootstrap.sh.in122 ${CC} -DHAVE_CONFIG_H -I.. -I. -c getline.c || exit 1
Dbootstrap.sh122 ${CC} -DHAVE_CONFIG_H -I.. -I. -c getline.c || exit 1

12