Searched refs:vsnprintf (Results 1 – 14 of 14) sorted by relevance
| /third_party/ulib/musl/src/stdio/ |
| A D | vasprintf.c | 9 int l = vsnprintf(0, 0, fmt, ap2); in vasprintf() 14 return vsnprintf(*s, l + 1U, fmt, ap); in vasprintf()
|
| A D | vsprintf.c | 5 return vsnprintf(s, INT_MAX, fmt, ap); in vsprintf()
|
| A D | snprintf.c | 8 ret = vsnprintf(s, n, fmt, ap); in snprintf()
|
| A D | vsnprintf.c | 17 int vsnprintf(char* restrict s, size_t n, const char* restrict fmt, va_list ap) { in vsnprintf() function
|
| /third_party/ulib/musl/src/ldso/ |
| A D | dlerror.c | 31 size_t len = vsnprintf(0, 0, fmt, ap2); in __dl_vseterr() 35 vsnprintf(buf, len + 1, fmt, ap); in __dl_vseterr()
|
| /third_party/lib/acpica/source/include/acpica/platform/ |
| A D | accygwin.h | 100 vsnprintf (char *s, size_t n, const char *format, va_list ap);
|
| /third_party/uapp/fsck-msdosfs/ |
| A D | main.c | 128 vsnprintf(prompt, sizeof(prompt), fmt, ap); in ask()
|
| /third_party/ulib/musl/src/misc/ |
| A D | syslog.c | 97 l2 = vsnprintf(buf + l, sizeof buf - l, message, ap); in _vsyslog()
|
| /third_party/ulib/uboringssl/crypto/ |
| A D | mem.c | 252 return vsnprintf(buf, n, format, args); in BIO_vsnprintf()
|
| /third_party/ulib/musl/include/ |
| A D | stdio.h | 106 int vsnprintf(char* __restrict, size_t, const char* __restrict, __isoc_va_list) __printflike(3, 0);
|
| /third_party/uapp/dash/src/ |
| A D | output.c | 446 ret = vsnprintf(outbuf, length, fmt, ap); in xvsnprintf()
|
| /third_party/lib/acpica/source/os_specific/service_layers/ |
| A D | osunixxf.c | 472 vsnprintf (Buffer, ACPI_VPRINTF_BUFFER_SIZE, Fmt, Args); in AcpiOsVprintf()
|
| /third_party/uapp/kilo/ |
| A D | kilo.c | 1024 vsnprintf(E.statusmsg,sizeof(E.statusmsg),fmt,ap);
|
| /third_party/ulib/musl/ |
| A D | musl-rules.mk | 736 $(LOCAL_DIR)/src/stdio/vsnprintf.c \
|
Completed in 19 milliseconds