Searched defs:vsprintf (Results 1 - 2 of 2) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
H A D | vsprintf.c | 1 /* $OpenBSD: vsprintf.c,v 1.16 2009/11/09 00:18:28 kurt Exp $ */ 40 __warn_references(vsprintf, 41 "warning: vsprintf() is often misused, please use vsnprintf()"); 45 vsprintf(char *str, const char *fmt, __va_list ap) function
|
/bionic/libc/include/ |
H A D | stdio.h | 271 int vsprintf(char* __restrict, const char* __restrict, __va_list) 272 __printflike(2, 0) __warnattr("vsprintf is often misused; please use vsnprintf"); 396 int vsprintf(char *dest, const char *format, __va_list ap) function
|
Completed in 51 milliseconds