Home
last modified time | relevance | path

Searched defs:CONTENT (Results 1 – 11 of 11) sorted by relevance

/llvm-project/libc/test/src/stdio/
H A Dsetbuf_test.cpp27 constexpr size_t CONTENT_SIZE = sizeof(CONTENT); in TEST() local
49 constexpr size_t CONTENT_SIZE = sizeof(CONTENT); in TEST() local
H A Dfileop_test.cpp35 constexpr char CONTENT[] = "1234567890987654321"; in TEST() local
142 constexpr char CONTENT[] = "1234567890987654321"; TEST() local
[all...]
H A Dsetvbuf_test.cpp34 constexpr char CONTENT[] = "abcdef"; in TEST() local
70 constexpr char CONTENT[] = "abcdef\n"; in TEST() local
[all...]
H A Dunlocked_fileop_test.cpp27 constexpr char CONTENT[] = "1234567890987654321"; TEST() local
H A Dungetc_test.cpp23 constexpr char CONTENT[] = "abcdef"; in TEST() local
H A Dfgets_test.cpp24 constexpr char CONTENT[] = "123456789\n" TEST() local
H A Dfgetc_unlocked_test.cpp31 constexpr char CONTENT[] = "123456789"; in test_with_func() local
H A Dfgetc_test.cpp28 constexpr char CONTENT[] = "123456789"; in test_with_func() local
H A Dftell_test.cpp34 constexpr size_t WRITE_SIZE = sizeof(CONTENT) - 1; in test_with_bufmode() local
H A Dfopencookie_test.cpp92 constexpr char CONTENT[] = "Hello,readonly!"; in TEST() local
[all...]
/llvm-project/libc/test/src/__support/File/
H A Dplatform_file_test.cpp156 constexpr char CONTENT[] = "1234567890987654321"; TEST() local