Searched refs:TESTSTR (Results 1 – 1 of 1) sorted by relevance
/picolibc-3.7.0-3.6.0/test/ |
D | t_fmemopen.c | 83 #define TESTSTR(s) { s, sizeof(s)-1 } macro 84 TESTSTR("\0he quick brown fox jumps over the lazy dog"), 85 TESTSTR("T\0e quick brown fox jumps over the lazy dog"), 86 TESTSTR("Th\0 quick brown fox jumps over the lazy dog"), 87 TESTSTR("The\0quick brown fox jumps over the lazy dog"), 88 TESTSTR("The \0uick brown fox jumps over the lazy dog"), 89 TESTSTR("The q\0ick brown fox jumps over the lazy dog"), 90 TESTSTR("The qu\0ck brown fox jumps over the lazy dog"), 91 TESTSTR("The qui\0k brown fox jumps over the lazy dog"), 92 TESTSTR("The quic\0 brown fox jumps over the lazy dog"), [all …]
|