Home
last modified time | relevance | path

Searched refs:vsprintf (Results 1 – 4 of 4) sorted by relevance

/xnu-10063.101.15/bsd/libkern/
H A Dlibkern.h227 extern int vsprintf(char *bufp, const char *, va_list) __deprecated __printflike(2, 0);
/xnu-10063.101.15/config/
H A DMASTER.x86_6419 …msgb_large config_requires_u32_munging config_delay_idle_sleep config_proc_udata_storage vsprintf ]
H A DMASTER314 # support vsprintf (deprecated in favor of vsnprintf)
315 options CONFIG_VSPRINTF # <vsprintf>
/xnu-10063.101.15/bsd/kern/
H A Dsubr_prf.c450 vsprintf(char *buf, const char *cfmt, va_list ap) in vsprintf() function