Home
last modified time | relevance | path

Searched defs:getline (Results 1 – 2 of 2) sorted by relevance

/aosp12/bionic/libc/stdio/
H A Dstdio.cpp871 ssize_t getline(char** buf, size_t* len, FILE* fp) { in getline() function
/aosp12/bionic/tests/
H A Dstdio_test.cpp218 TEST(STDIO_TEST, getline) { in TEST() argument