/hardware/qcom/display/msm8960/liboverlay/ |
overlay.cpp | 75 strncat(mDumpStr, str, strlen(str)); 112 strncat(mDumpStr, str, strlen(str)); 281 strncat(buf, str, strlen(str)); 287 strncat(buf, str, strlen(str)); 293 strncat(buf, str_pipes, strlen(str_pipes));
|
overlayUtils.cpp | 336 strncat(buf, str, strlen(str)); 349 strncat(buf, str_src, strlen(str_src)); 358 strncat(buf, str_rect, strlen(str_rect)); 367 strncat(buf, str, strlen(str)); 378 strncat(buf, str_data, strlen(str_data)); 387 strncat(buf, str, strlen(str)); 399 strncat(buf, str, strlen(str));
|
/bionic/libstdc++/include/ |
cstring | 57 using ::strncat;
|
/external/ipsec-tools/src/racoon/ |
misc.h | 67 #define strlcat(d,s,l) strncat(d,s,(l)-strlen(d)-1)
|
/external/ppp/pppd/plugins/radius/ |
clientid.c | 113 strncat(ttyname, name, sizeof(ttyname));
|
/external/tcpdump/missing/ |
strlcat.c | 42 * Appends src to string dst of size siz (unlike strncat, siz is the
|
/ndk/sources/cxx-stl/gabi++/include/ |
cstring | 57 using ::strncat;
|
/ndk/sources/cxx-stl/system/include/ |
cstring | 57 using ::strncat;
|
/ndk/tests/device/test-gnustl-full/unit/ |
cstring_test.cpp | 61 CPPUNIT_CHECK( std::strncat((char*)buf, foo, 2) == (char*)buf ); // buf <- foofo
|
/ndk/tests/device/test-stlport/unit/ |
cstring_test.cpp | 61 CPPUNIT_CHECK( std::strncat((char*)buf, foo, 2) == (char*)buf ); // buf <- foofo
|
/prebuilts/ndk/current/sources/cxx-stl/gabi++/include/ |
cstring | 57 using ::strncat;
|
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/gabi++/include/ |
cstring | 57 using ::strncat;
|
/prebuilts/ndk/current/sources/cxx-stl/system/include/ |
cstring | 57 using ::strncat;
|
/bionic/libc/arch-x86/ |
x86.mk | 36 arch-x86/atom/string/ssse3-strncat-atom.S \ 94 upstream-openbsd/lib/libc/string/strncat.c
|
/external/mesa3d/src/mesa/main/ |
atifragshader.c | 125 strncat(ret_str, "|2X", 1024); 128 strncat(ret_str, "|4X", 1024); 131 strncat(ret_str, "|8X", 1024); 133 strncat(ret_str, "|HA", 1024); 135 strncat(ret_str, "|QU", 1024); 137 strncat(ret_str, "|EI", 1024); 140 strncat(ret_str, "|SAT", 1024); 143 strncat(ret_str, "NONE", 1024);
|
/external/valgrind/coregrind/m_demangle/ |
vg_libciface.h | 61 #define strncat(_dd,_ss,_nn) VG_(strncat)((_dd),(_ss),(_nn)) macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/ssp/ |
string.h | 48 #undef strncat macro 155 #define strncat(dest, src, len) \ macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/ |
libssp.so | |
libssp.so.0 | |
libssp.so.0.0.0 | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/ssp/ |
string.h | 48 #undef strncat macro 155 #define strncat(dest, src, len) \ macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/ |
libssp.so | |
libssp.so.0 | |
libssp.so.0.0.0 | |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/ssp/ |
string.h | 48 #undef strncat macro 155 #define strncat(dest, src, len) \ macro
|