Home
last modified time | relevance | path

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

/external/toybox/lib/
Dportability.h32 #define printf_format __attribute__((format(printf, 1, 2))) macro
34 #define printf_format macro
/external/llvm-project/lldb/include/lldb/Core/
DFormatEntity.h172 std::string printf_format; member