Home
last modified time | relevance | path

Searched defs:format_string (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDumpRegisterValue.cpp34 StreamString format_string; in DumpRegisterValue() local
/openbsd-src/gnu/lib/libexecinfo/
H A Dbacktrace.c85 format_string(char **buf, size_t *bufsiz, size_t offs, const char *fmt, in format_string() function
/openbsd-src/gnu/llvm/libcxx/src/filesystem/
H A Dfilesystem_common.h95 format_string(const char* msg, ...) { in format_string() function
/openbsd-src/usr.bin/file/
H A Dmagic.h160 regex_t format_string; member
/openbsd-src/gnu/llvm/libcxx/include/__format/
H A Dformat_functions.h382 using format_string = basic_format_string<char, type_identity_t<_Args>...>; variable