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

  /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
  /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
  /external/curl/lib/
curlx.h 83 # undef sprintf macro
94 # define sprintf curlx_msprintf macro
  /external/libxml2/
trio.h 174 # undef sprintf macro
175 # define sprintf trio_sprintf 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/u-boot/lib/
tiny-printf.c 19 char *outstr; /* Next output position for sprintf() */
353 int sprintf(char *buf, const char *fmt, ...) function
vsprintf.c 758 * If you're not already dealing with a va_list consider using sprintf().
765 int sprintf(char *buf, const char *fmt, ...) function
841 sprintf(str, "%*llu", digits * 3, int_val);
  /external/lzma/CPP/7zip/UI/Common/
ArchiveExtractCallback.cpp 5 #undef sprintf macro
    [all...]
ArchiveCommandLine.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...]
  /bionic/libc/stdio/
stdio.cpp 980 int sprintf(char* s, const char* fmt, ...) { function

Completed in 1774 milliseconds