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

/darwin-on-arm/xnu/bsd/libkern/
H A Dlibkern.h185 /* vsprintf() is being deprecated. Please use vsnprintf() instead. */
186 extern int vsprintf(char *bufp, const char *, va_list) __deprecated;
/darwin-on-arm/xnu/bsd/kern/
H A Dsubr_prf.c457 * Scaled down version of vsprintf(3).
460 * vsprintf() is being deprecated. Please use vsnprintf() instead.
463 vsprintf(char *buf, const char *cfmt, va_list ap) function
/darwin-on-arm/xnu/libkern/zlib/
H A Dgzio.c640 (void)vsprintf(buf, format, va);
645 len = vsprintf(buf, format, va);

Completed in 25 milliseconds