Searched refs:apcopy (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/openpam/lib/libpam/ |
| H A D | openpam_vasprintf.c | 46 va_list apcopy; in openpam_vasprintf() local 49 va_copy(apcopy, ap); in openpam_vasprintf() 53 ret = vsnprintf(*str, len + 1, fmt, apcopy); in openpam_vasprintf() 54 va_end(apcopy); in openpam_vasprintf()
|
| /freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
| H A D | format_string.h | 35 va_list apcopy; in vformat_string() local 36 va_copy(apcopy, ap); in vformat_string() 37 int ret = ::vsnprintf(buf.data(), buf.size(), msg, apcopy); in vformat_string() 38 va_end(apcopy); in vformat_string()
|
| /freebsd/crypto/krb5/src/util/support/ |
| H A D | k5buf.c | 163 va_list apcopy; in k5_buf_add_vfmt() local 184 va_copy(apcopy, ap); in k5_buf_add_vfmt() 185 r = vsnprintf(endptr(buf), remaining, fmt, apcopy); in k5_buf_add_vfmt() 186 va_end(apcopy); in k5_buf_add_vfmt()
|