Home
last modified time | relevance | path

Searched defs:bufferLength (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dstat.cpp74 std::size_t bufferLength{errmsg->ElementBytes()}; in ToErrmsg() local
H A Dio-error.cpp84 bool IoErrorHandler::GetIoMsg(char *buffer, std::size_t bufferLength) { in GetIoMsg()
/llvm-project-15.0.7/libc/src/time/
H A Dtime_utils.h79 size_t bufferLength) { in asctime()