HomeSort by relevance Sort by last modified time
    Searched refs:getline (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/dhcpcd/compat/
getline.h 34 ssize_t getline(char ** __restrict buf, size_t * __restrict buflen,
getline.c 34 #include "getline.h"
41 getline(char ** __restrict buf, size_t * __restrict buflen, function
  /ndk/sources/host-tools/sed-4.2.1/lib/
getline.c 3 /* getline.c --- Implementation of replacement getline function.
28 getline (char **lineptr, size_t *n, FILE *stream) function
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) \
517 (GL_LINK_WARNING ("getline is unportable - " \
518 "use gnulib module getline for portability"), \
519 getline (l, s, f))
  /external/chromium/third_party/libjingle/source/talk/examples/login/
login_main.cc 38 std::getline(std::cin, auth_cookie);
42 std::getline(std::cin, username);
58 while (std::getline(std::cin, line)) {
  /external/protobuf/examples/
add_person.cc 18 getline(cin, *person->mutable_name());
22 getline(cin, email);
30 getline(cin, number);
40 getline(cin, type);
  /external/zlib/contrib/iostream3/
test.cc 27 while (inf.getline(buf,80,'\n')) {
43 while (inf.getline(buf,80,'\n')) {
  /device/samsung/crespo/sec_mm/sec_omx/sec_osal/
SEC_OSAL_ETC.h 42 ssize_t getline(char **ppLine, size_t *len, FILE *stream);
SEC_OSAL_ETC.c 36 ssize_t getline(char **ppLine, size_t *pLen, FILE *pStream) function
  /external/stlport/stlport/stl/
_string_io.h 57 getline(basic_istream<_CharT, _Traits>& __is,
65 getline(basic_istream<_CharT, _Traits>& __is, function
67 return getline(__is, __s, __is.widen('\n'));
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_io.h 57 getline(basic_istream<_CharT, _Traits>& __is,
65 getline(basic_istream<_CharT, _Traits>& __is, function
67 return getline(__is, __s, __is.widen('\n'));
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_string_io.h 57 getline(basic_istream<_CharT, _Traits>& __is,
65 getline(basic_istream<_CharT, _Traits>& __is, function
67 return getline(__is, __s, __is.widen('\n'));
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_string_io.h 57 getline(basic_istream<_CharT, _Traits>& __is,
65 getline(basic_istream<_CharT, _Traits>& __is, function
67 return getline(__is, __s, __is.widen('\n'));
  /external/webkit/Tools/android/flex-2.5.4a/MISC/
debflex.awk 33 while (getline <source) {
  /ndk/build/awk/
extract-debuggable.awk 55 if (getline <= 0) return 0; # read new input line
121 if (getline <= 0) _xml_panic("Unexpected EOF: " ERRNO);
extract-package-name.awk 56 if (getline <= 0) return 0; # read new input line
122 if (getline <= 0) _xml_panic("Unexpected EOF: " ERRNO);
xml.awk 40 if (getline <= 0) return 0; # read new input line
106 if (getline <= 0) _xml_panic("Unexpected EOF: " ERRNO);
extract-launchable.awk 114 if (getline <= 0) return 0; # read new input line
180 if (getline <= 0) _xml_panic("Unexpected EOF: " ERRNO);
  /external/oprofile/libutil++/
child_reader.h 23 * two interfaces are provided. read line by line: getline() or read all data
29 * - check the getline()/get_data()/block_read() interface.
31 * caller can call getline until nothing is available from the stdout of the
54 * while (reader.getline(line)) .... */
55 bool getline(std::string & result);
58 * You can call this after calling one or more time getline(...). This
  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
PgmImage.cpp 118 getline(in,format_header);
128 getline(in,m_comment);
130 getline(in,size_header);
133 getline(in,m_comment);
144 getline(in,colors_header);
  /external/oprofile/gui/
oprof_start_config.cpp 71 while (getline(in, str)) {
  /external/oprofile/libregex/tests/
regex_test.cpp 38 while (getline(fin, last)) {
  /external/dhcpcd/
Android.mk 11 if-linux.c if-linux-wireless.c lpf.c compat/getline.c \
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-pcre.c 66 if ((len = getline (&line, &line_len, f)) <= 0
77 while ((len = getline (&line, &line_len, f)) > 0)
  /external/chromium/chrome/browser/
process_info_snapshot_mac.cc 173 std::getline(in, proc_info.command); // Get the rest of the line.
225 while (std::getline(top_in, line)) {
309 while (std::getline(top_in, line)) {

Completed in 201 milliseconds

1 2 3 4