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

/bionic/libc/stdio/
H A Dsnprintf.c1 /* $OpenBSD: snprintf.c,v 1.14 2005/10/10 12:00:52 espie Exp $ */
42 snprintf(char *str, size_t n, const char *fmt, ...) function
50 /* While snprintf(3) specifies size_t stdio uses an int internally */
/bionic/libc/include/
H A Dstdio.h153 #define __SSTR 0x0200 /* this is an sprintf/snprintf string */
267 __printflike(2, 3) __warnattr("sprintf is often misused; please use snprintf");
287 int snprintf(char * __restrict, size_t, const char * __restrict, ...)
385 #if !defined(snprintf)
387 #define snprintf(...) __wrap_snprintf(__VA_ARGS__) macro
392 int snprintf(char *dest, size_t size, const char *format, ...) function

Completed in 513 milliseconds