Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/stdio/printf_core/
H A Dwriter.h28 WriteFunc raw_write; variable
34 : output(init_output), raw_write(init_raw_write) {} in Writer()
H A Dwriter.cpp18 return raw_write(output, new_string, length); in write()