Searched refs:vsprintf (Results 1 – 13 of 13) sorted by relevance
| /f-stack/freebsd/contrib/ncsw/etc/ |
| H A D | sprint.c | 54 i=vsprintf(buf,fmt,args); in Sprint()
|
| /f-stack/freebsd/contrib/ncsw/inc/ |
| H A D | stdlib_ext.h | 151 int vsprintf(char *buf, const char *fmt, va_list args);
|
| /f-stack/app/micro_thread/ |
| H A D | micro_thread.h | 338 vsprintf(szBuff, fmt, args); in LogDebug() 347 vsprintf(szBuff, fmt, args); in LogTrace() 356 vsprintf(szBuff, fmt, args); in LogError()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_kmem.c | 295 (void) vsprintf(msg, fmt, adx2); in kmem_vasprintf()
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | gzwrite.c | 420 (void)vsprintf(next, format, va); in gzvprintf() 424 len = vsprintf(next, format, va); in gzvprintf()
|
| H A D | FAQ | 262 compiled to use sprintf() or vsprintf(), then there is no protection
|
| H A D | ChangeLog | 414 - Fix bug in void-returning vsprintf() case in gzwrite.c 932 - Improve checking after insecure sprintf() or vsprintf() calls 971 - Try to use _vsnprintf where it supplants vsprintf [Vollant] 1138 - do not assume that vsprintf returns the number of bytes written (Jens Krinke)
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | gzwrite.c | 423 (void)vsprintf(next, format, va); in gzvprintf() 427 len = vsprintf(next, format, va); in gzvprintf()
|
| /f-stack/freebsd/mips/cavium/ |
| H A D | octeon_machdep.c | 488 count = vsprintf(buffer, format, args); in cvmx_safe_printf()
|
| /f-stack/freebsd/sys/ |
| H A D | systm.h | 332 int vsprintf(char *buf, const char *, __va_list) __printflike(2, 0);
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-interrupt.c | 129 count = vsprintf(buffer, format, args); in cvmx_safe_printf()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_prf.c | 530 vsprintf(char *buf, const char *cfmt, va_list ap) in vsprintf() function
|
| /f-stack/freebsd/contrib/openzfs/cmd/ztest/ |
| H A D | ztest.c | 603 (void) vsprintf(buf + strlen(buf), message, args); in fatal()
|