Home
last modified time | relevance | path

Searched defs:WriteFunc (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libc/src/stdio/printf_core/
H A Dwriter.h17 using WriteFunc = int (*)(void *, const char *__restrict, size_t); variable
/llvm-project-15.0.7/libc/src/__support/File/
H A Dfile.h29 using WriteFunc = size_t(File *, const void *, size_t); variable