Searched refs:vsprintf (Results 1 – 4 of 4) sorted by relevance
227 extern int vsprintf(char *bufp, const char *, va_list) __deprecated __printflike(2, 0);
19 …msgb_large config_requires_u32_munging config_delay_idle_sleep config_proc_udata_storage vsprintf ]
314 # support vsprintf (deprecated in favor of vsnprintf)315 options CONFIG_VSPRINTF # <vsprintf>
450 vsprintf(char *buf, const char *cfmt, va_list ap) in vsprintf() function