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

/external/bison/lib/
H A Dstrerror.c33 #undef sprintf macro
59 sprintf (buf, fmt, n);
H A Dsprintf.c40 sprintf (char *str, const char *format, ...) function
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/curl/include/curl/
H A Dmprintf.h50 # undef sprintf macro
60 # define sprintf curl_msprintf macro
/external/curl/lib/
H A Dcurl_printf.h49 /* We define away the sprintf functions unconditonally since we don't want
51 # undef sprintf macro
53 # define sprintf sprintf_was_used macro
H A Dcurlx.h96 # undef sprintf macro
107 # define sprintf curlx_msprintf macro
/external/google-breakpad/src/third_party/curl/
H A Dmprintf.h51 # undef sprintf macro
62 /* When built with CURLDEBUG we define away the sprintf() functions since we
64 # define sprintf sprintf_was_used macro
67 # define sprintf curl_msprintf macro
/external/gptfdisk/
H A Dsupport.h39 #define sprintf sprintf_s macro
/external/libxml2/
H A Dtrio.h174 # undef sprintf macro
175 # define sprintf trio_sprintf macro
/external/valgrind/coregrind/m_demangle/
H A Dvg_libciface.h54 #define sprintf(_buf,_fmt,_args...) VG_(sprintf)((_buf),(_fmt),(_args)) macro
/external/clang/test/Misc/
H A Dcaret-diags-macros.c22 #define sprintf(str, A, B) \ macro
26 sprintf(Msg, " sizeof FoooLib : =%3u\n", 12LL);
/external/valgrind/coregrind/
H A Dm_libcprint.c193 /* --------- sprintf --------- */
219 UInt VG_(sprintf) ( HChar* buf, const HChar *format, ... ) function
397 VG_(sprintf)(buf, "%02u:%02u:%02u:%02u.%03u ", days, hours, mins, s, ms);
492 VG_(sprintf)(tmp, "%d", VG_(getpid)());
657 VG_(sprintf)(buf, "Failure(0x%lx)", sr_Err(sr));
659 VG_(sprintf)(buf, "Success(0x%lx)", sr_Res(sr));
670 VG_(sprintf)(buf, "Failure(0x%lx)", sr_Err(sr));
672 VG_(sprintf)(buf, "Success(0x%lx:0x%lx)", sr_ResHI(sr), sr_Res(sr));
/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/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...]
/external/valgrind/exp-sgcheck/tests/
H A Dbad_percentify.c504 // VG_(sprintf)(str, "(%s)", name):
506 // VG_(sprintf)(str, "%s", name):
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);
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveExtractCallback.cpp5 #undef sprintf macro
H A DArchiveCommandLine.cpp5 #undef sprintf 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,

Completed in 462 milliseconds