HomeSort by relevance Sort by last modified time
    Searched full:strncat (Results 176 - 200 of 647) sorted by null

1 2 3 4 5 6 78 91011>>

  /development/ndk/platforms/android-9/arch-arm/symbols/
libc.so.functions.txt 668 strncat
  /development/ndk/platforms/android-9/arch-mips/symbols/
libc.so.functions.txt 651 strncat
  /development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt 648 strncat
  /external/libchrome/base/posix/
safe_strerror.cc 49 strncat(buf, rc, len - 1);
  /external/libcxx/test/std/strings/c.strings/
cstring.pass.cpp 31 static_assert((std::is_same<decltype(std::strncat(cp, cpc, s)), char*>::value), "");
  /external/libnfc-nxp/Linux_x86/
phOsalNfc.c 121 strncat(phOsalNfc_DbgTraceBuffer, buf, 10);
  /external/mesa3d/src/gallium/auxiliary/util/
u_string.h 184 #define util_strncat strncat
  /frameworks/native/libs/binder/
TextOutput.cpp 101 strncat(buf, ".0", sizeof(buf)-1);
  /hardware/qcom/display/msm8960/liboverlay/
overlayRotator.cpp 174 strncat(buf, str, strlen(str));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
cstring.pass.cpp 31 static_assert((std::is_same<decltype(std::strncat(cp, cpc, s)), char*>::value), "");
  /bionic/tests/
string_test.cpp 369 char* res = strncat(buf, "01234", sizeof(buf) - strlen(buf) - 1);
382 char* res = strncat(buf, "0123456789", 5);
395 char* res = strncat(buf, "01234567", 8);
405 char* res = strncat(buf, "01234567", 9);
617 TEST(STRING_TEST, strncat) {
635 ASSERT_TRUE(strncat(state.ptr2, state.ptr1, actual) == state.ptr2);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
string2.h 776 # define strncat(dest, src, n) \ macro
783 : strncat (dest, src, n); }))
785 # define strncat(dest, src, n) __builtin_strncat (dest, src, n) macro
787 # define strncat(dest, src, n) \ macro
791 : strncat (dest, src, n)) \
792 : strncat (dest, src, n)))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
string2.h 776 # define strncat(dest, src, n) \ macro
783 : strncat (dest, src, n); }))
785 # define strncat(dest, src, n) __builtin_strncat (dest, src, n) macro
787 # define strncat(dest, src, n) \ macro
791 : strncat (dest, src, n)) \
792 : strncat (dest, src, n)))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
string2.h 776 # define strncat(dest, src, n) \ macro
783 : strncat (dest, src, n); }))
785 # define strncat(dest, src, n) __builtin_strncat (dest, src, n) macro
787 # define strncat(dest, src, n) \ macro
791 : strncat (dest, src, n)) \
792 : strncat (dest, src, n)))
    [all...]
  /development/ndk/platforms/android-21/arch-mips64/lib-bootstrap/lib/
libc.so 
  /development/ndk/platforms/android-21/arch-mips64/lib-bootstrap/libr2/
libc.so 
  /development/ndk/platforms/android-21/arch-mips64/lib-bootstrap/libr6/
libc.so 
  /development/ndk/platforms/android-3/arch-arm/lib-bootstrap/
libc.so 
  /development/ndk/platforms/android-9/arch-mips/lib-bootstrap/lib/
libc.so 
  /development/ndk/platforms/android-9/arch-mips/lib-bootstrap/libr2/
libc.so 
  /development/ndk/platforms/android-9/arch-mips/lib-bootstrap/libr6/
libc.so 
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/lib/
libc.so 
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/
libc.so 
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/libx32/
libc.so 
  /external/ppp/pppd/plugins/radius/
avpair.c 718 strncat(value, buffer, (size_t) lv);
724 strncat(value, ptr, 1);

Completed in 650 milliseconds

1 2 3 4 5 6 78 91011>>