HomeSort by relevance Sort by last modified time
    Searched defs:sprintf (Results 1 - 25 of 27) sorted by null

1 2

  /external/syslinux/com32/lib/
sprintf.c 2 * sprintf.c
8 int sprintf(char *buffer, const char *format, ...) function
  /external/syslinux/gpxe/src/include/
stdio.h 32 #define sprintf( buf, fmt, ... ) \ macro
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
sprintf.c 2 Implementation of sprintf as declared in <stdio.h>.
43 NetBSD: sprintf.c,v 1.14 2005/02/09 21:35:47 kleink Exp
44 sprintf.c 8.1 (Berkeley) 6/4/93
58 sprintf(char *str, char const *fmt, ...) function
  /bionic/libc/include/bits/fortify/
stdio.h 77 int sprintf(char* dest, const char* format)
85 int sprintf(char* const __pass_object_size dest, const char* format, ...) __overloadable {
166 int sprintf(char* dest, const char* format, ...) { function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/ssp/
stdio.h 45 #undef sprintf macro
58 #define sprintf(str, ...) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/ssp/
stdio.h 45 #undef sprintf macro
58 #define sprintf(str, ...) \ macro
  /external/curl/lib/
curl_printf.h 49 /* We define away the sprintf functions unconditonally since we don't want
51 # undef sprintf macro
53 # define sprintf sprintf_was_used macro
curlx.h 83 # undef sprintf macro
94 # define sprintf curlx_msprintf macro
  /external/google-breakpad/src/third_party/curl/
mprintf.h 51 # 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/
support.h 39 #define sprintf sprintf_s macro
  /prebuilts/go/darwin-x86/src/go/types/
errors.go 33 func (check *Checker) sprintf(format string, args ...interface{}) string { func
53 return fmt.Sprintf(format, args...)
60 check.sprintf(format, args...),
66 fmt.Println(check.sprintf(format, args...))
86 check.err(pos, check.sprintf(format, args...), false)
90 check.err(pos, check.sprintf(format, args...), true)
  /prebuilts/go/linux-x86/src/go/types/
errors.go 33 func (check *Checker) sprintf(format string, args ...interface{}) string { func
53 return fmt.Sprintf(format, args...)
60 check.sprintf(format, args...),
66 fmt.Println(check.sprintf(format, args...))
86 check.err(pos, check.sprintf(format, args...), false)
90 check.err(pos, check.sprintf(format, args...), true)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/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.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdio2.h 32 __NTH (sprintf (char *__restrict __s, __const char *__restrict __fmt, ...)) function
38 # define sprintf(str, ...) \ macro
  /external/libxml2/
trio.h 174 # undef sprintf macro
175 # define sprintf trio_sprintf macro
  /external/syslinux/dos/
printf.c 112 int sprintf(char *buf, const char *fmt, ...);
284 int sprintf(char *buf, const char *fmt, ...) function
  /external/valgrind/coregrind/m_demangle/
vg_libciface.h 54 #define sprintf(_buf,_fmt,_args...) VG_(sprintf)((_buf),(_fmt),(_args)) macro
  /device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
subr_prf.c 97 * Scaled down version of sprintf(3).
100 sprintf(char *buf, const char *cfmt, ...) function
  /external/clang/test/Misc/
caret-diags-macros.c 22 #define sprintf(str, A, B) \ macro
26 sprintf(Msg, " sizeof FoooLib : =%3u\n", 12LL);
  /external/valgrind/exp-sgcheck/tests/
bad_percentify.c 504 // 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/valgrind/coregrind/
m_libcprint.c 701 /* --------- 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);
    [all...]
  /bionic/libc/stdio/
stdio.cpp 925 int sprintf(char* s, const char* fmt, ...) { function
  /external/lzma/CPP/7zip/UI/Common/
ArchiveExtractCallback.cpp 5 #undef sprintf macro
    [all...]
  /external/scapy/scapy/
packet.py 1063 def sprintf(self, fmt, relax=1): function
1308 def sprintf(self, fmt, relax): member in class:NoPayload
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 307 int sprintf (char *__stream, const char *__format, ...) function
382 int __cdecl sprintf(char * __restrict__ _Dest,const char * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
    [all...]

Completed in 574 milliseconds

1 2