/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_string_io.c | 133 getline(basic_istream<_CharT, _Traits>& __is, function
|
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/ |
stdio.h | 244 ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict);
|
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/ |
stdio.h | 244 ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict);
|
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/ |
stdio.h | 244 ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict);
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/ |
stdio.h | 244 ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict);
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/ |
stdio.h | 244 ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict);
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/ |
stdio.h | 244 ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict);
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_string_io.c | 133 getline(basic_istream<_CharT, _Traits>& __is, function
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
StackViewer.py | 71 sourceline = linecache.getline(filename, lineno)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
StackViewer.py | 71 sourceline = linecache.getline(filename, lineno)
|
/external/ceres-solver/examples/ |
nist.cc | 150 ifs.getline(buf, 256); 158 ifs.getline(buf, 256);
|
/external/deqp/modules/gles3/functional/ |
es3fPixelBufferObjectTests.cpp | 169 while (std::getline(extensions, extension, ' ')) 190 while (std::getline(extensions, extension, ' '))
|
/external/elfutils/src/libdwfl/ |
linux-kernel-modules.c | 455 if ((n = getline (&line, &linesz, f)) < 1 || line[n - 2] == ']') 906 while (getline (&line, &linesz, f) > 0
|
linux-pid-attach.c | 313 while (getline (&line, &linelen, procfile) >= 0)
|
linux-proc-maps.c | 203 while ((len = getline (&line, &linesz, f)) > 0)
|
/external/iproute2/lib/ |
utils.c | 710 /* Like glibc getline but handle continuation lines and comments */ 716 if ((cc = getline(linep, lenp, in)) < 0) 729 if ((cc1 = getline(&line1, &len1, in)) < 0) {
|
/external/toybox/toys/pending/ |
modprobe.c | 180 len = getline(&line, (size_t*)&linelen, fl); 197 nxtlen = getline(&nxtline, (size_t*)&nxtlinelen, fl);
|
bootchartd.c | 115 for (;getline(&line, &len, fp) != -1; line = NULL) {
|
/bionic/libc/include/ |
stdio.h | 239 ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict);
|
/dalvik/opcode-gen/ |
opcode-gen.awk | 251 status = getline line <bytecodeFile;
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/exceptions/ |
collector.py | 504 lines.append(linecache.getline(self.filename, lineno))
|
/external/selinux/libselinux/src/ |
selinux_config.c | 168 while ((len = getline(&line_buf, &line_len, fp)) > 0) {
|
/external/selinux/libselinux/utils/ |
sefcontext_compile.c | 31 while ((len = getline(&line_buf, &line_len, context_file)) != -1) {
|
/external/selinux/policycoreutils/mcstrans/src/ |
mcscolor.c | 256 while (getline(&buffer, &size, cfg) > 0) {
|
/external/toybox/toys/lsb/ |
mount.c | 180 if (getline(&buf, &i, fp)<0) break;
|