Home
last modified time | relevance | path

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

/picolibc-latest/test/
Dtest-funopen.c57 static SEEK_T test_end; variable
66 n = min(n, test_end - test_pos); in test_read()
79 test_end = max(test_end, test_pos); in test_write()
99 test_pos = min(test_end, new_pos); in test_seek()