HomeSort by relevance Sort by last modified time
    Searched refs:vfprintf (Results 101 - 125 of 378) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libnl/src/lib/
utils.c 79 vfprintf(stderr, fmt, ap);
  /external/ltp/testcases/network/nfs/nfs_stress/
nfs01_open_files.c 122 vfprintf(stderr, fmt, args);
  /external/python/cpython2/Parser/
pgenmain.c 171 vfprintf(stderr, format, va);
  /external/selinux/policycoreutils/hll/pp/
pp.c 40 if (vfprintf(stderr, fmt, argptr) < 0) {
  /external/swiftshader/src/D3D9/
Debug.hpp 45 vfprintf(file, format, vararg);
  /external/syslinux/com32/include/
stdio.h 94 __extern int vfprintf(FILE *, const char *, va_list);
  /external/toybox/toys/pending/
more.c 53 vfprintf(stdout, fmt, ap);
  /external/valgrind/include/
pub_tool_libcprint.h 110 extern UInt VG_(vfprintf) ( VgFile *fp, const HChar *format, va_list vargs )
  /external/webrtc/webrtc/base/
checks.cc 43 vfprintf(stderr, format, args);
  /hardware/intel/common/libva/test/basic/
test_common.c 66 vfprintf(stdout, msg, args);
  /system/netd/libnetdutils/include/netdutils/
MockSyscalls.h 64 MOCK_CONST_METHOD3(vfprintf, StatusOr<int>(FILE* file, const char* format, va_list ap));
Syscalls.h 82 virtual StatusOr<int> vfprintf(FILE* file, const char* format, va_list ap) const = 0;
96 auto result = vfprintf(file, format, ap);
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Stdio.inf 69 vfprintf.c #
  /external/ipsec-tools/src/racoon/
logger.c 152 vfprintf(fp, fmt, ap);
170 vfprintf(fp, fmt, ap);
  /external/libcxx/test/std/depr/depr.c.headers/
stdio_h.pass.cpp 130 static_assert((std::is_same<decltype(vfprintf(fp,"",va)), int>::value), "");
138 static_assert((std::is_same<decltype(vfprintf(fp,"",va)), int>::value), "");
  /external/libcxx/test/std/input.output/file.streams/c.files/
cstdio.pass.cpp 104 static_assert((std::is_same<decltype(std::vfprintf(fp,"",va)), int>::value), "");
110 static_assert((std::is_same<decltype(std::vfprintf(fp,"",va)), int>::value), "");
  /external/libpcap/tests/
capturetest.c 274 (void)vfprintf(stderr, fmt, ap);
293 (void)vfprintf(stderr, fmt, ap);
filtertest.c 166 (void)vfprintf(stderr, fmt, ap);
185 (void)vfprintf(stderr, fmt, ap);
selpolltest.c 347 (void)vfprintf(stderr, fmt, ap);
366 (void)vfprintf(stderr, fmt, ap);
valgrindtest.c 209 (void)vfprintf(stderr, fmt, ap);
228 (void)vfprintf(stderr, fmt, ap);
  /external/libxml2/
trio.h 170 # undef vfprintf macro
171 # define vfprintf trio_vfprintf macro
  /external/ltp/lib/
safe_file_ops.c 244 if (vfprintf(f, fmt, va) < 0) {
289 if (vfprintf(f, fmt, va) < 0) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
stdio_h.pass.cpp 130 static_assert((std::is_same<decltype(vfprintf(fp,"",va)), int>::value), "");
138 static_assert((std::is_same<decltype(vfprintf(fp,"",va)), int>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/c.files/
cstdio.pass.cpp 104 static_assert((std::is_same<decltype(std::vfprintf(fp,"",va)), int>::value), "");
110 static_assert((std::is_same<decltype(std::vfprintf(fp,"",va)), int>::value), "");
  /toolchain/binutils/binutils-2.27/gas/
messages.c 135 vfprintf (stderr, format, args);
279 vfprintf (stderr, format, args);

Completed in 386 milliseconds

1 2 3 45 6 7 8 91011>>