Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/stdio/printf_core/
H A Dconverter.cpp43 return convert_oct(writer, to_conv); in convert()
H A Doct_converter.h22 int inline convert_oct(Writer *writer, const FormatSection &to_conv) { in convert_oct() function