/external/llvm/lib/Analysis/ |
MemoryBuiltins.cpp | 514 // - strcat / strncat 516 // - strcat / strncat 711 // - strcat / strncat 713 // - strcat / strncat
|
/external/selinux/policycoreutils/mcstrans/src/ |
mcscolor.c | 334 strncat(result, buf, sizeof(buf));
|
/external/toybox/lib/ |
portability.h | 276 //#define strncat(...) @@strncatisbadmmkay@@
|
/external/webrtc/webrtc/base/ |
stringutils.h | 177 // Safe versions of strncpy, strncat, snprintf and vsnprintf that always
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
webmenc.c | 139 strncat(version_string,
|
/libcore/ojluni/src/main/native/ |
System.c | 177 strncat(user_dir, process_path, PATH_MAX);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/ |
libssp.a | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib64/ |
libssp.a | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/ |
libssp.a | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib64/ |
libssp.a | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
string.h | 75 char *__cdecl strncat(char * __restrict__ _Dest,const char * __restrict__ _Source,size_t _Count) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
|
tchar.h | 963 #define _tcsncat strncat 1006 #define _tcsnccat strncat 1092 #define _strncat_l(_Destination,_Source,_Count,_Locale) (strncat(_Destination,_Source,_Count))
|
shlwapi.h | 170 #define StrNCat __MINGW_NAME_AW(StrNCat) 219 #define StrCatN StrNCat [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/ |
libssp.a | 574 strncat-chk.o/ 1450287940 2619555000 100640 3602 ` [all...] |
/external/google-breakpad/src/third_party/libdisasm/ |
ia32_insn.c | 226 strncat(insn->prefix_string, "lock ", 32 - 231 strncat(insn->prefix_string, "repnz ", 32 - 234 strncat(insn->prefix_string, "repz ", 32 -
|
/external/llvm/include/llvm/Analysis/ |
TargetLibraryInfo.def | [all...] |
/hardware/ti/omap3/dspbridge/libbridge/ |
DSPStrm.c | 499 strncat(szEventName, _ultoa((ULONG)hNode, szTemp, 16), 8); 501 strncat(szEventName, _ultoa((ULONG)uDirection, szTemp, 16), 2); 503 strncat(szEventName, _ultoa((ULONG)uIndex, szTemp, 16), 3);
|
/external/clang/www/analyzer/ |
available_checks.html | [all...] |
/external/libexif/libexif/canon/ |
mnote-canon-entry.c | 492 strncat(val, _(table[i].name), maxlen - strlen (val)); 494 strncat (val, _(", "), maxlen - strlen (val)); 727 strncat (val, buf, maxlen - strlen (val));
|
/external/libnl/lib/ |
msg.c | 779 strncat(buf, #f, len - strlen(buf) - 1); \ 781 strncat(buf, ",", len - strlen(buf) - 1); \ 799 strncat(buf, s, len - strlen(buf) - 1);
|
/hardware/intel/common/libva/va/ |
va.c | 226 strncat( driver_path, "/", strlen("/") ); 227 strncat( driver_path, driver_name, strlen(driver_name) ); 228 strncat( driver_path, DRIVER_EXTENSION, strlen(DRIVER_EXTENSION) ); [all...] |
/bionic/libc/ |
libc.mips.brillo.map | 998 strncat;
|
libc.x86.brillo.map | 996 strncat;
|
/bionic/tests/ |
fortify_compilation_test.cpp | 139 strncat(buf, "foobar", sizeof("foobar"));
|
/build/tools/ijar/ |
zip_main.cc | 84 strncat(out, path2, size - 1 - l);
|