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 $ */
41 __warn_references(sprintf,
42 "warning: sprintf() is often misused, please use snprintf()");
46 sprintf(char *str, const char *fmt, ...) function
/bionic/libc/include/
H A Dstdio.h141 #define __SSTR 0x0200 /* this is an sprintf/snprintf string */
255 int sprintf(char * __restrict, const char * __restrict, ...)
484 #define sprintf(dest, ...) __builtin___sprintf_chk(dest, 0, __bos(dest), __VA_ARGS__) macro
488 int sprintf(char *dest, const char *format, ...) function

Completed in 152 milliseconds