Searched defs:vsprintf (Results 1 – 6 of 6) sorted by relevance
/freebsd/lib/libc/stdio/ |
H A D | vsprintf.c | 65 vsprintf(char * __restrict str, const char * __restrict fmt, __va_list ap) in vsprintf() function
|
/freebsd/contrib/gdtoa/ |
H A D | stdio1.h | 99 #define vsprintf Vsprintf macro
|
/freebsd/include/ssp/ |
H A D | stdio.h | 82 #define vsprintf(str, fmt, ap) __extension__ ({ \ macro
|
/freebsd/stand/libsa/ |
H A D | printf.c | 179 vsprintf(char *buf, const char *cfmt, va_list ap) in vsprintf() function
|
/freebsd/include/ |
H A D | stdio.h | 309 int (vsprintf)(char * __restrict, const char * __restrict, variable
|
/freebsd/sys/kern/ |
H A D | subr_prf.c | 540 vsprintf(char *buf, const char *cfmt, va_list ap) in vsprintf() function
|