Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/stdio/printf_core/
H A Dwriter.cpp16 int Writer::write(const char *new_string, size_t length) { in write() argument
18 return raw_write(output, new_string, length); in write()
H A Dwriter.h39 int write(const char *new_string, size_t length);