OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AppendString
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_printf.cc
104
static int
AppendString
(char **buff, const char *buff_end, int width,
122
result +=
AppendString
(buff, buff_end, 0, -1, "0x");
201
result +=
AppendString
(&buff, buff_end, left_justified ? -width : width,
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_printf.cpp
103
static int
AppendString
(char **buff, const char *buff_end, int width,
121
result +=
AppendString
(buff, buff_end, 0, -1, "0x");
202
result +=
AppendString
(&buff, buff_end, left_justified ? -width : width,
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_printf.cpp
103
static int
AppendString
(char **buff, const char *buff_end, int width,
121
result +=
AppendString
(buff, buff_end, 0, -1, "0x");
202
result +=
AppendString
(&buff, buff_end, left_justified ? -width : width,
/src/external/gpl3/binutils/dist/gprofng/src/
util.h
41
#define
AppendString
(len, arr, ...) len += snprintf(arr + len, sizeof(arr) - len, __VA_ARGS__)
ClassFile.cc
535
AppendString
(len, buf, NTXT("%s%s"), delimiter, #x); \
547
AppendString
(len, buf, NTXT ("0x%x"), (unsigned int) flag);
561
AppendString
(len, buf, "%s0x%x", delimiter, (unsigned int) (flag));
575
AppendString
(len, buf, "%s0x%x", delimiter, (unsigned int) (flag));
592
AppendString
(len, buf, "%s0x%x", delimiter, (unsigned int) (flag));
607
AppendString
(len, buf, "%s0x%x", delimiter, (unsigned int) (flag));
/src/external/gpl3/binutils.old/dist/gprofng/src/
util.h
41
#define
AppendString
(len, arr, ...) len += snprintf(arr + len, sizeof(arr) - len, __VA_ARGS__)
ClassFile.cc
535
AppendString
(len, buf, NTXT("%s%s"), delimiter, #x); \
547
AppendString
(len, buf, NTXT ("0x%x"), (unsigned int) flag);
561
AppendString
(len, buf, "%s0x%x", delimiter, (unsigned int) (flag));
575
AppendString
(len, buf, "%s0x%x", delimiter, (unsigned int) (flag));
592
AppendString
(len, buf, "%s0x%x", delimiter, (unsigned int) (flag));
607
AppendString
(len, buf, "%s0x%x", delimiter, (unsigned int) (flag));
Completed in 41 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026