/bionic/libc/stdio/ |
sprintf.c | 1 /* $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
|
/external/bison/lib/ |
sprintf.c | 40 sprintf (char *str, const char *format, ...) function
|
strerror.c | 33 #undef sprintf macro 59 sprintf (buf, fmt, n);
|
vasnprintf.c | 70 #include <stdio.h> /* snprintf(), sprintf() */ 170 writes any output without bounds, like sprintf. */ 193 /* Here we need to call the native sprintf, not rpl_sprintf. */ 194 #undef sprintf macro 279 to be multithread-safe by POSIX. sprintf(), however, is multithread-safe. 285 sprintf (pointbuf, "%#.0f", 1.0); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ssp/ |
stdio.h | 45 #undef sprintf macro 58 #define sprintf(str, ...) \ macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/ssp/ |
stdio.h | 45 #undef sprintf macro 58 #define sprintf(str, ...) \ macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/ssp/ |
stdio.h | 45 #undef sprintf macro 58 #define sprintf(str, ...) \ macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
stdio2.h | 32 __NTH (sprintf (char *__restrict __s, __const char *__restrict __fmt, ...)) function 38 # define sprintf(str, ...) \ macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
stdio2.h | 32 __NTH (sprintf (char *__restrict __s, __const char *__restrict __fmt, ...)) function 38 # define sprintf(str, ...) \ macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
stdio2.h | 32 __NTH (sprintf (char *__restrict __s, __const char *__restrict __fmt, ...)) function 38 # define sprintf(str, ...) \ macro
|
/external/qemu/slirp-android/ |
slirp.h | 194 # define sprintf sprintf_len macro
|
misc.c | 292 sprintf(buff, "%s:%d.%d", inet_ntoa(our_addr), x_port, x_screen); 295 sprintf(buff, "DISPLAY=%s:%d.%d", inet_ntoa(our_addr), x_port, x_screen); 407 sprintf(buff, "kill %s:%d", slirp_socket_passwd, slirp_socket_unit); 420 sprintf(buff, "kill none:%d", slirp_socket_unit); 683 #undef sprintf macro 686 * Some BSD-derived systems have a sprintf which returns char * 840 sprintf(buff, "%s:%d.%d", inet_ntoa(our_addr), x_port, x_screen); 843 sprintf(buff, "DISPLAY=%s:%d.%d", inet_ntoa(our_addr), x_port, x_screen); 858 sprintf(buff, "Error: execlp of %s failed: %s\n",
|
/external/chromium_org/third_party/libxml/src/ |
trio.h | 170 # define sprintf trio_sprintf macro
|
/external/chromium_org/third_party/libxslt/libxslt/ |
trio.h | 170 # define sprintf trio_sprintf macro
|
/external/libxml2/ |
trio.h | 170 # define sprintf trio_sprintf macro
|
/external/libxslt/libxslt/ |
trio.h | 170 # define sprintf trio_sprintf macro
|
/external/qemu/slirp/ |
slirp.h | 241 # define sprintf sprintf_len macro
|
misc.c | 326 sprintf(buff, "%s:%d.%d", inet_ntoa(our_addr), x_port, x_screen); 329 sprintf(buff, "DISPLAY=%s:%d.%d", inet_ntoa(our_addr), x_port, x_screen); 443 sprintf(buff, "kill %s:%d", slirp_socket_passwd, slirp_socket_unit); 456 sprintf(buff, "kill none:%d", slirp_socket_unit); 719 #undef sprintf macro 722 * Some BSD-derived systems have a sprintf which returns char * 874 sprintf(buff, "%s:%d.%d", inet_ntoa(our_addr), x_port, x_screen); 877 sprintf(buff, "DISPLAY=%s:%d.%d", inet_ntoa(our_addr), x_port, x_screen); 892 sprintf(buff, "Error: execlp of %s failed: %s\n",
|
/external/valgrind/main/coregrind/m_demangle/ |
vg_libciface.h | 54 #define sprintf(_buf,_fmt,_args...) VG_(sprintf)((_buf),(_fmt),(_args)) macro
|
/external/clang/test/Misc/ |
caret-diags-macros.c | 25 #define sprintf(str, A, B) \ macro 29 sprintf(Msg, " sizeof FoooLib : =%3u\n", 12LL);
|
/external/valgrind/main/coregrind/ |
m_libcprint.c | 170 /* --------- sprintf --------- */ 196 UInt VG_(sprintf) ( Char* buf, const HChar *format, ... ) function 279 VG_(sprintf)(fmt, "%%-%ds", n_buf); 281 VG_(sprintf)(buf, fmt, "--%"); 288 VG_(sprintf)(buf, "%lld%%", p1); 301 VG_(sprintf)(fmt, "%%lld.%%0%dlld%%%%", d); 303 VG_(sprintf)(buf, fmt, p1, p2); 346 VG_(sprintf)(buf, "%02u:%02u:%02u:%02u.%03u ", days, hours, mins, s, ms); 442 VG_(sprintf)(tmp, "%d", VG_(getpid)());
|
/external/bison/darwin-lib/ |
stdio.h | 1375 # define sprintf macro 1384 _GL_CXXALIASWARN (sprintf); variable 1386 # undef sprintf macro [all...] |
/external/bison/linux-lib/ |
stdio.h | 1375 # define sprintf macro 1384 _GL_CXXALIASWARN (sprintf); variable 1386 # undef sprintf macro [all...] |
/external/valgrind/main/exp-sgcheck/tests/ |
bad_percentify.c | 540 UInt VG_(sprintf) ( HChar* buf, const HChar *format, ... ) function 570 VG_(sprintf)(fmt, "%%-%ds", n_buf); 572 VG_(sprintf)(buf, fmt, "--%"); 579 VG_(sprintf)(buf, "%lld%%", p1); 593 VG_(sprintf)(fmt, "%%lld.%%0%dlld%%%%", d); 595 VG_(sprintf)(buf, fmt, p1, p2);
|
/bionic/libc/include/ |
stdio.h | 141 #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
|