Lines Matching refs:SNPRINTF
64 #define SNPRINTF(buf, size, fmt, args...) \
66 size_t r = snprintf(buf, size, fmt, ## args); \
79 ret = SNPRINTF(bf, size,
90 ret = SNPRINTF(bf, size,
110 ret += SNPRINTF(bf + ret, size - ret, "%" PRIu64 "%s ",
116 ret += SNPRINTF(bf + ret, size - ret, "%s",
126 ret += SNPRINTF(bf + ret, size - ret, "%s%s",
137 ret += SNPRINTF(bf + ret, size - ret, "], ");
140 ret += SNPRINTF(bf + ret, size - ret, " (target_pid: %d",
143 ret += SNPRINTF(bf + ret, size - ret, " (target_tid: %d",
146 ret += SNPRINTF(bf + ret, size - ret, " (all");
149 ret += SNPRINTF(bf + ret, size - ret, ", CPU%s: %s)",
153 ret += SNPRINTF(bf + ret, size - ret, ")");
155 ret += SNPRINTF(bf + ret, size - ret, ", %d CPU%s)",