Home
last modified time | relevance | path

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

/bionic/tests/
Dstdio_test.cpp254 char* line_read = nullptr; in TEST() local
259 while ((read_char_count = getline(&line_read, &allocated_length, fp)) != -1) { in TEST()
262 ASSERT_STREQ(line_written, line_read); in TEST()
274 ASSERT_EQ(getline(&line_read, &allocated_length, fp), -1); in TEST()
278 free(line_read); in TEST()