HomeSort by relevance Sort by last modified time
    Searched refs:vsprintf (Results 201 - 225 of 230) sorted by null

1 2 3 4 5 6 7 8910

  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 374 vsprintf(__buffer, __format_str, __args);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 332 int vsprintf (char *__stream, const char *__format, __builtin_va_list __local_argv) function
389 int __cdecl vsprintf(char * __restrict__ _Dest,const char * __restrict__ _Format,va_list _Args) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
    [all...]
strsafe.h 1944 #undef vsprintf macro
1945 #define vsprintf macro
    [all...]
tchar.h 546 #define _vstprintf vsprintf
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
configure 608 echo " WARNING: vsnprintf() not found, falling back to vsprintf(). zlib" | tee -a configure.log
622 n = vsprintf(buf, fmt, ap);
633 echo "Checking for return value of vsprintf()... Yes." | tee -a configure.log
637 echo "Checking for return value of vsprintf()... No." | tee -a configure.log
638 echo " WARNING: apparently vsprintf() does not return a value. zlib" | tee -a configure.log
  /external/bison/lib/
gnulib.mk 24 # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libbison --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --makefile-name=gnulib.mk --no-conditional-dependencies --no-libtool --macro-prefix=gl argmatch assert c-strcase calloc-posix close closeout config-h configmake dirname error extensions fdl fopen-safer fprintf-posix getline getopt-gnu gettext git-version-gen gitlog-to-changelog gpl-3.0 hash inttypes isnan javacomp-script javaexec-script ldexpl malloc-gnu mbschr mbsrchr mbswidth obstack obstack-printf perror printf-posix progname quote quotearg readme-release realloc-posix snprintf-posix spawn-pipe sprintf-posix stdbool stpcpy strdup-posix strerror strtoul strverscmp unistd unistd-safer unlocked-io unsetenv update-copyright verify vsnprintf-posix vsprintf-posix warnings xalloc xalloc-die xmemdup0 xstrndup
    [all...]
  /external/ImageMagick/MagickCore/
locale.c 477 n=(ssize_t) vsprintf(string,format,operands);
    [all...]
log.c     [all...]
  /external/fio/os/windows/
posix.c 359 vsprintf(output, message, v);
  /external/icu/icu4c/source/tools/ctestfw/
ctest.c 707 vsprintf(buf, pattern, ap);
    [all...]
  /external/ltp/testcases/kernel/sched/process_stress/
process.c 248 vsprintf(mtext, fmt, args);
  /external/syslinux/gpxe/src/core/
settings.c 30 #include <gpxe/vsprintf.h>
    [all...]
  /external/zlib/src/
configure 608 echo " WARNING: vsnprintf() not found, falling back to vsprintf(). zlib" | tee -a configure.log
622 n = vsprintf(buf, fmt, ap);
633 echo "Checking for return value of vsprintf()... Yes." | tee -a configure.log
637 echo "Checking for return value of vsprintf()... No." | tee -a configure.log
638 echo " WARNING: apparently vsprintf() does not return a value. zlib" | tee -a configure.log
  /external/icu/icu4c/source/test/cintltst/
udatatst.c     [all...]
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 548 case LibFunc::vsprintf:
    [all...]
  /external/syslinux/gpxe/src/net/tcp/
iscsi.c 28 #include <gpxe/vsprintf.h>
    [all...]
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 809 case LibFunc::vsprintf:
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic30.c 90 vsprintf (str, string, argptr);
    [all...]
  /external/ImageMagick/MagickWand/
drawing-wand.c 234 count=vsprintf(wand->mvg+wand->mvg_length,format,argp);
268 count=vsprintf(buffer,format,argp);
    [all...]
  /external/ImageMagick/coders/
tiff.c 566 (void) vsprintf(message,format,error);
906 (void) vsprintf(message,format,warning);
    [all...]
msl.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
ProcessDsc.c     [all...]
  /external/mdnsresponder/mDNSShared/
dnssd_clientstub.c 72 if ( buffer ) { vsprintf( buffer, message, args ); OutputDebugString( buffer ); free( buffer ); }
    [all...]
  /external/mdnsresponder/mDNSWindows/SystemService/
Service.c 811 vsprintf( s, inFormat, args );
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
configure     [all...]

Completed in 2298 milliseconds

1 2 3 4 5 6 7 8910