Home
last modified time | relevance | path

Searched refs:line_read (Results 1 – 1 of 1) sorted by relevance

/bionic/tests/
Dstdio_test.cpp231 char* line_read = nullptr; in TEST() local
236 while ((read_char_count = getline(&line_read, &allocated_length, fp)) != -1) { in TEST()
239 ASSERT_STREQ(line_written, line_read); in TEST()
251 ASSERT_EQ(getline(&line_read, &allocated_length, fp), -1); in TEST()
255 free(line_read); in TEST()