HomeSort by relevance Sort by last modified time
    Searched refs:vsnprintf (Results 351 - 375 of 380) sorted by null

<<111213141516

  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c     [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c 238 buf->len += vsnprintf(buf->buf + buf->len, buf->buf_len - buf->len, fmt, ap);
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
objdump.c     [all...]
  /bionic/libc/
Android.mk 510 upstream-openbsd/lib/libc/stdio/vsnprintf.c \
    [all...]
  /external/ImageMagick/coders/
msl.c     [all...]
  /external/curl/lib/
ftp.c     [all...]
  /external/gtest/src/
gtest.cc 62 // Declares vsnprintf(). This header is not available on Windows.
139 # define vsnprintf _vsnprintf macro
    [all...]
  /external/libvncserver/libvncserver/
rfbserver.c 1061 vsnprintf(buffer, sizeof(buffer)-1, fmt, ap);
    [all...]
  /external/mdnsresponder/mDNSCore/
DNSCommon.c     [all...]
  /external/selinux/checkpolicy/
policy_define.c 91 vsnprintf(errormsg, ERRORMSG_LEN, fmt, ap);
    [all...]
  /external/vulkan-validation-layers/loader/
loader.c 240 ret = vsnprintf(msg, sizeof(msg), format, ap);
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest.cc 62 // Declares vsnprintf(). This header is not available on Windows.
139 # define vsnprintf _vsnprintf macro
    [all...]
  /external/wpa_supplicant_8/hs20/client/
osu_client.c 38 vsnprintf(buf, sizeof(buf), fmt, ap);
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth.c 212 vsnprintf(format, maxlen, fmt, ap);
    [all...]
  /hardware/ti/omap4-aah/hwc/
hwc.c 327 buf->len += vsnprintf(buf->buf + buf->len, buf->buf_len - buf->len, fmt, ap);
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest.cc 62 // Declares vsnprintf(). This header is not available on Windows.
139 # define vsnprintf _vsnprintf macro
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-nds32.c     [all...]
tc-aarch64.c 639 ret = vsnprintf (buffer, size, format, args);
    [all...]
  /external/libpcap/
gencode.c 156 (void)vsnprintf(pcap_geterr(bpf_pcap), PCAP_ERRBUF_SIZE,
    [all...]
  /external/libxml2/
xmlreader.c     [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc 332 // Declares vsnprintf(). This header is not available on Windows.
1623 # define vsnprintf macro
    [all...]
  /external/opencv3/modules/ts/src/
ts_gtest.cpp 337 // Declares vsnprintf(). This header is not available on Windows.
1633 # define vsnprintf macro
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-darwin.c 350 (void) VG_(vsnprintf)(buf, sizeof(buf), format, vargs);
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc 332 // Declares vsnprintf(). This header is not available on Windows.
1623 # define vsnprintf macro
    [all...]

Completed in 2968 milliseconds

<<111213141516