Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/test/src/stdio/
H A Dfprintf_test.cpp36 constexpr char format_more[] = "%s and more\n"; in TEST() local
38 written = __llvm_libc::fprintf(file, format_more, short_numbers); in TEST()
56 data, 1, sizeof(format_more) + sizeof(short_numbers) - 4, file), in TEST()
57 sizeof(format_more) + sizeof(short_numbers) - 4); in TEST()
58 data[sizeof(format_more) + sizeof(short_numbers) - 4] = '\0'; in TEST()
H A Dprintf_test.cpp24 constexpr char format_more[] = "%s and more\n"; in TEST() local
26 written = __llvm_libc::printf(format_more, short_numbers); in TEST()
28 static_cast<int>(sizeof(format_more) + sizeof(short_numbers) - 4)); in TEST()