Searched refs:getline (Results 1 – 18 of 18) sorted by relevance
/bionic/libc/bionic/ |
D | sysinfo.cpp | 71 if (getline(&line, &len, fp) != -1) { in get_nprocs()
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_150.S | 23 CALL(getline)
|
D | liblinker_reloc_bench_147.S | 43 CALL(getline)
|
D | liblinker_reloc_bench_081.S | 304 CALL(getline)
|
D | liblinker_reloc_bench_144.S | 224 CALL(getline)
|
D | liblinker_reloc_bench_076.S | 278 CALL(getline)
|
/bionic/tests/headers/posix/ |
D | stdio_h.c | 112 FUNCTION(getline, ssize_t (*f)(char**, size_t*, FILE*)); in stdio_h()
|
/bionic/libc/system_properties/ |
D | contexts_split.cpp | 222 while (getline(&buffer, &line_len, file) > 0) { in InitializePropertiesFromFile()
|
/bionic/tools/versioner/src/ |
D | SymbolFileParser.cpp | 90 while (std::getline(file, line)) { in hasNextLine()
|
D | Preprocessor.cpp | 117 while (std::getline(is, line)) { in readFileLines()
|
/bionic/benchmarks/ |
D | stdio_benchmark.cpp | 136 while (getline(&line, &n, fp) != -1) { in FopenGetlineFclose()
|
/bionic/libc/include/ |
D | stdio.h | 122 ssize_t getline(char** __line_ptr, size_t* __line_length_ptr, FILE* __fp) __INTRODUCED_IN(18);
|
/bionic/tests/ |
D | stdio_test.cpp | 74 ASSERT_NE(EOF, getline(&line, &length, fp)); in AssertFileIs() 218 TEST(STDIO_TEST, getline) { in TEST() argument 237 while ((read_char_count = getline(&line_read, &allocated_length, fp)) != -1) { in TEST() 252 ASSERT_EQ(getline(&line_read, &allocated_length, fp), -1); in TEST() 269 ASSERT_EQ(getline(nullptr, &buffer_length, fp), -1); in TEST() 274 ASSERT_EQ(getline(&buffer, nullptr, fp), -1); in TEST()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 344 getline
|
/bionic/docs/ |
D | status.md | 212 * <stdio.h> `getdelim` and `getline`.
|
/bionic/libc/stdio/ |
D | stdio.cpp | 871 ssize_t getline(char** buf, size_t* len, FILE* fp) { in getline() function
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 448 getline; # introduced-arm=18 introduced-arm64=21 introduced-x86=18 introduced-x86_64=21
|
/bionic/libc/ |
D | libc.map.txt | 448 getline; # introduced-arm=18 introduced-arm64=21 introduced-x86=18 introduced-x86_64=21
|