Searched defs:AppendString (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | util.h | 36 #define AppendString(len, arr, ...) len += snprintf(arr + len, sizeof(arr) - len, __VA_ARGS__) macro
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | util.h | 40 #define AppendString(len, arr, ...) len += snprintf(arr + len, sizeof(arr) - len, __VA_ARGS__) macro
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_printf.cc | 104 static int AppendString(char **buff, const char *buff_end, int width, in AppendString() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_printf.cc | 102 static int AppendString(char **buff, const char *buff_end, int width, in AppendString() function
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_printf.cpp | 103 static int AppendString(char **buff, const char *buff_end, int width, in AppendString() function
|