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

/external/syslinux/com32/lib/
H A Dsprintf.c2 * sprintf.c
8 int sprintf(char *buffer, const char *format, ...) function
/external/syslinux/gpxe/src/include/
H A Dstdio.h32 #define sprintf( buf, fmt, ... ) \ 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.h83 # undef sprintf macro
94 # 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/syslinux/dos/
H A Dprintf.c112 int sprintf(char *buf, const char *fmt, ...);
284 int sprintf(char *buf, const char *fmt, ...) function
/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/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/scapy/scapy/
H A Dpacket.py1063 def sprintf(self, fmt, relax=1): function
1064 """sprintf(format, [relax=1]) -> str
1072 Ex : p.sprintf("%.time% %-15s,IP.src% -> %-15s,IP.dst% %IP.chksum% "
1080 p.sprintf("This is a{TCP: TCP}{UDP: UDP}{ICMP:n ICMP} packet")
1081 p.sprintf("{IP:%IP.dst% {ICMP:%ICMP.type%}{TCP:%TCP.dport%}}")
1099 raise Scapy_Exception("Bad condition in format string: [%s] (read sprintf doc!)"%cond)
1149 val = self.payload.sprintf("%%%s,%s:%s.%s%%" % (f,cls,num-1,fld), relax)
1161 val = self.payload.sprintf("%%%s%%" % sfclsfld, relax)
1308 def sprintf(self, fmt, relax): member in class:NoPayload
/external/valgrind/coregrind/
H A Dm_libcprint.c701 /* --------- sprintf --------- */
727 UInt VG_(sprintf) ( HChar* buf, const HChar *format, ... ) function
906 VG_(sprintf)(buf, "%02u:%02u:%02u:%02u.%03u ", days, hours, mins, s, ms);
1001 VG_(sprintf)(tmp, "%d", VG_(getpid)());
1165 VG_(sprintf)(buf, "Failure(0x%lx)", sr_Err(sr));
1167 VG_(sprintf)(buf, "Success(0x%lx)", sr_Res(sr));
1178 VG_(sprintf)(buf, "Failure(0x%lx)", sr_Err(sr));
1180 VG_(sprintf)(buf, "Success(0x%lx:0x%lx)", sr_ResHI(sr), sr_Res(sr));

Completed in 2406 milliseconds