Searched defs:sprintf (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/stdio/
H A Dsprintf.c1 /* $OpenBSD: sprintf.c,v 1.13 2005/10/10 12:00:52 espie Exp $ */
42 __warn_references(sprintf,
43 "warning: sprintf() is often misused, please use snprintf()");
47 sprintf(char *str, const char *fmt, ...) function
/bionic/libc/include/
H A Dstdio.h153 #define __SSTR 0x0200 /* this is an sprintf/snprintf string */
265 int sprintf(char* __restrict, const char* __restrict, ...)
266 __printflike(2, 3) __warnattr("sprintf is often misused; please use snprintf");
393 #if !defined(sprintf)
395 #define sprintf(...) __wrap_sprintf(__VA_ARGS__) macro
400 int sprintf(char *dest, const char *format, ...) function

Completed in 445 milliseconds