Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/test/src/time/
H A Dasctime_r_test.cpp33 char buffer[TimeConstants::ASCTIME_BUFFER_SIZE]; in TEST()
45 char buffer[TimeConstants::ASCTIME_BUFFER_SIZE]; in TEST()
/llvm-project-15.0.7/libc/src/time/
H A Dasctime.cpp18 static char buffer[TimeConstants::ASCTIME_BUFFER_SIZE];
H A Dtime_utils.h43 static constexpr int ASCTIME_BUFFER_SIZE = 256; member