Searched defs:sprintf (Results 1 - 19 of 19) sorted by last modified time

/external/valgrind/main/coregrind/m_demangle/
H A Dvg_libciface.h54 #define sprintf(_buf,_fmt,_args...) VG_(sprintf)((_buf),(_fmt),(_args)) macro
/external/valgrind/main/coregrind/
H A Dm_libcprint.c191 /* --------- sprintf --------- */
217 UInt VG_(sprintf) ( HChar* buf, const HChar *format, ... ) function
301 VG_(sprintf)(fmt, "%%-%ds", n_buf);
303 VG_(sprintf)(buf, fmt, "--%");
310 VG_(sprintf)(buf, "%lld%%", p1);
323 VG_(sprintf)(fmt, "%%lld.%%0%dlld%%%%", d);
325 VG_(sprintf)(buf, fmt, p1, p2);
368 VG_(sprintf)(buf, "%02u:%02u:%02u:%02u.%03u ", days, hours, mins, s, ms);
464 VG_(sprintf)(tmp, "%d", VG_(getpid)());
/external/valgrind/main/exp-sgcheck/tests/
H A Dbad_percentify.c540 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);
/external/qemu/slirp/
H A Dmisc.c326 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",
H A Dslirp.h241 # define sprintf sprintf_len macro
/external/qemu/slirp-android/
H A Dmisc.c292 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",
H A Dslirp.h195 # define sprintf sprintf_len macro
/external/mesa3d/src/mesa/drivers/x11/
H A Dfakeglx.c56 #define sprintf sprintf macro
1905 sprintf(version, "%d.%d %s",
1930 sprintf(version, "%d.%d %s", CLIENT_MAJOR_VERSION,
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h539 /// int sprintf(char *str, const char *format, ...);
540 sprintf, enumerator in enum:llvm::LibFunc::Func
/external/libxml2/
H A Dtrio.h170 # define sprintf trio_sprintf macro
/external/clang/test/Misc/
H A Dcaret-diags-macros.c25 #define sprintf(str, A, B) \ macro
29 sprintf(Msg, " sizeof FoooLib : =%3u\n", 12LL);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dfakeglx.c56 #define sprintf sprintf macro
1905 sprintf(version, "%d.%d %s",
1930 sprintf(version, "%d.%d %s", CLIENT_MAJOR_VERSION,
/external/chromium_org/third_party/libxml/src/
H A Dtrio.h170 # define sprintf trio_sprintf macro
/external/chromium_org/third_party/libxslt/libxslt/
H A Dtrio.h170 # define sprintf trio_sprintf macro
/external/bison/darwin-lib/
H A Dstdio.h1363 /* Some people would argue that all sprintf uses should be warned about
1366 However, we believe that sprintf can be used safely, and is more
1368 belief, we use sprintf in several gnulib modules. So this header
1369 intentionally avoids adding a warning to sprintf except when
1375 # define sprintf rpl_sprintf macro
1377 _GL_FUNCDECL_RPL (sprintf, int, (char *str, const char *format, ...)
1380 _GL_CXXALIAS_RPL (sprintf, int, (char *str, const char *format, ...));
1382 _GL_CXXALIAS_SYS (sprintf, int, (char *str, const char *format, ...));
1384 _GL_CXXALIASWARN (sprintf); variable
1386 # undef sprintf macro
[all...]
/external/bison/lib/
H A Dsprintf.c40 sprintf (char *str, const char *format, ...) function
H A Dstrerror.c33 #undef sprintf macro
59 sprintf (buf, fmt, n);
H A Dvasnprintf.c70 #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);
1532 of sprintf or SNPRINTF of a single conversion directive. */
1809 sprintf or snprintf. */
2416 we have no guarantee that the implementation of sprintf will
3187 sprintf ((cha
[all...]
/external/bison/linux-lib/
H A Dstdio.h1363 /* Some people would argue that all sprintf uses should be warned about
1366 However, we believe that sprintf can be used safely, and is more
1368 belief, we use sprintf in several gnulib modules. So this header
1369 intentionally avoids adding a warning to sprintf except when
1375 # define sprintf rpl_sprintf macro
1377 _GL_FUNCDECL_RPL (sprintf, int, (char *str, const char *format, ...)
1380 _GL_CXXALIAS_RPL (sprintf, int, (char *str, const char *format, ...));
1382 _GL_CXXALIAS_SYS (sprintf, int, (char *str, const char *format, ...));
1384 _GL_CXXALIASWARN (sprintf); variable
1386 # undef sprintf macro
[all...]

Completed in 430 milliseconds