Searched refs:KMP_VSNPRINTF (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_safe_c_api.h42 #define KMP_VSNPRINTF(dst, cnt, fmt, arg) \ macro
55 #define KMP_VSNPRINTF vsnprintf macro
H A Dkmp_io.cpp155 chars += KMP_VSNPRINTF(db, __kmp_debug_buf_chars, format, ap);
H A Dkmp_str.cpp185 rc = KMP_VSNPRINTF(buffer->str + buffer->used, free, format, args);
417 rc = KMP_VSNPRINTF(buffer, size, format, args);

Completed in 162 milliseconds