/external/valgrind/main/memcheck/tests/ |
overlap.c | 44 strncpy(x+20, x, 20); // ok 45 strncpy(x+20, x, 21); // overlap 46 strncpy(x, x+20, 20); // ok 47 strncpy(x, x+20, 21); // overlap 65 /* testing strcpy, strncpy() */ 74 strncpy(b, a, 25); 78 strncpy(b, a, 26); 82 strncpy(b, a, 27); 115 /* This is ok, but once gave a warning when strncpy() was wrong, 121 strncpy( dest, src, 20 ) [all...] |
overlap.stderr.exp | 9 Source and destination overlap in strncpy(0x........, 0x........, 21) 10 at 0x........: strncpy (mc_replace_strmem.c:...) 13 Source and destination overlap in strncpy(0x........, 0x........, 21) 14 at 0x........: strncpy (mc_replace_strmem.c:...)
|
/external/compiler-rt/lib/asan/output_tests/ |
strncpy-overflow.cc | 7 strncpy(short_buffer, hello, 10); // BOOM 12 // Check-Linux: {{ #0 0x.* in strncpy}} 14 // Check-Common: {{ #1 0x.* in main .*strncpy-overflow.cc:[78]}} 19 // Check-Linux: {{ #1 0x.* in main .*strncpy-overflow.cc:6}} 24 // Check-Darwin: {{ #3 0x.* in main .*strncpy-overflow.cc:6}}
|
/external/llvm/test/Transforms/SimplifyLibCalls/ |
StrNCpy.ll | 3 ; RUN: not grep {call.*strncpy} 13 declare i8* @strncpy(i8*, i8*, i32) 22 %rslt1 = call i8* @strncpy( i8* %arg1, i8* %arg2, i32 6 ) ; <i8*> [#uses=1] 24 %rslt2 = call i8* @strncpy( i8* %rslt1, i8* %arg3, i32 42 ) ; <i8*> [#uses=1] 26 %rslt3 = call i8* @strncpy( i8* %rslt2, i8* %arg4, i32 42 ) ; <i8*> [#uses=1]
|
/frameworks/base/media/libdrm/mobile1/src/parser/ |
parser_dcf.c | 63 strncpy((char *)pDcfInfo->ContentType, (char *)tmpBuf, pDcfInfo->ContentTypeLen); 65 strncpy((char *)pDcfInfo->ContentURI, (char *)tmpBuf, pDcfInfo->ContentURILen); 90 strncpy((char *)pDcfInfo->Encryption_Method, 94 strncpy((char *)pDcfInfo->Rights_Issuer, 98 strncpy((char *)pDcfInfo->Content_Name, 102 strncpy((char *)pDcfInfo->ContentDescription, 106 strncpy((char *)pDcfInfo->ContentVendor, 110 strncpy((char *)pDcfInfo->Icon_URI,
|
/external/iproute2/lib/ |
inet_proto.c | 37 strncpy(ncache, pe->p_name, 16); 38 strncpy(buf, pe->p_name, len); 64 strncpy(ncache, pe->p_name, 16);
|
/external/webrtc/src/common_audio/signal_processing/ |
spl_version.c | 23 strncpy(version, "1.2.0", length_in_bytes);
|
/external/iproute2/ip/ |
tunnel.c | 72 strncpy(ifr.ifr_name, dev, IFNAMSIZ); 89 strncpy(ifr.ifr_name, dev, IFNAMSIZ); 124 strncpy(ifr.ifr_name, basedev, IFNAMSIZ); 141 strncpy(ifr.ifr_name, name, IFNAMSIZ); 143 strncpy(ifr.ifr_name, basedev, IFNAMSIZ); 160 strncpy(ifr.ifr_name, name, IFNAMSIZ); 162 strncpy(ifr.ifr_name, basedev, IFNAMSIZ); 178 strncpy(ifr.ifr_name, name, IFNAMSIZ);
|
/external/libselinux/src/ |
canonicalize_context.c | 36 strncpy(buf, con, size); 47 strncpy(buf, con, size);
|
/external/chromium/chrome/common/ |
child_process_logging_linux.cc | 63 strncpy(g_gpu_driver_ver, 67 strncpy(g_gpu_ps_ver, 71 strncpy(g_gpu_vs_ver,
|
/external/oprofile/libop/ |
op_xml_events.c | 87 strncpy(um_type, "bitmask", sizeof(um_type)); 90 strncpy(um_type, "exclusive", sizeof(um_type)); 93 strncpy(um_type, "mandatory", sizeof(um_type));
|
/external/stlport/stlport/stl/ |
_stdexcept_base.c | 35 strncpy(_M_name, _STLP_PRIV __get_c_string(__str), __size - 1); 58 strncpy(_M_name, __x._M_name, __size - 1); 81 strncpy(_M_name, __x._M_name, __size - 1);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_stdexcept_base.c | 35 strncpy(_M_name, _STLP_PRIV __get_c_string(__str), __size - 1); 58 strncpy(_M_name, __x._M_name, __size - 1); 81 strncpy(_M_name, __x._M_name, __size - 1);
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_stdexcept_base.c | 35 strncpy(_M_name, _STLP_PRIV __get_c_string(__str), __size - 1); 58 strncpy(_M_name, __x._M_name, __size - 1); 81 strncpy(_M_name, __x._M_name, __size - 1);
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_stdexcept_base.c | 35 strncpy(_M_name, _STLP_PRIV __get_c_string(__str), __size - 1); 58 strncpy(_M_name, __x._M_name, __size - 1); 81 strncpy(_M_name, __x._M_name, __size - 1);
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/ |
_stdexcept_base.c | 35 strncpy(_M_name, _STLP_PRIV __get_c_string(__str), __size - 1); 58 strncpy(_M_name, __x._M_name, __size - 1); 81 strncpy(_M_name, __x._M_name, __size - 1);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libutil-2.7.so | |
libutil.so | |
libutil.so.1 | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libutil-2.7.so | |
libutil.so | |
libutil.so.1 | |
/external/libxslt/libxslt/ |
extra.c | 203 strncpy(digits, str+7, 4); 208 strncpy(digits, str+12, 2); 213 strncpy(digits, str+15, 2); 218 strncpy(digits, str+18, 2); 223 strncpy(digits, str+21, 2); 228 strncpy(digits, str+24, 2); 265 strncpy(result, str, 20); 267 strncpy(result+23, str+19, 5);
|
/external/bluetooth/bluez/network/ |
common.c | 175 strncpy(req.device, dev, 16); 186 strncpy(dev, req.device, 16); 198 strncpy(ifr.ifr_name, devname, IF_NAMESIZE - 1); 223 strncpy(ifr.ifr_name, devname, IF_NAMESIZE - 1); 254 strncpy(ifr.ifr_name, bridge, IFNAMSIZ - 1);
|
/external/ipsec-tools/src/racoon/ |
var.h | 82 strncpy((y), "(invalid)", sizeof(y)); \ 84 strncpy((z), "(invalid)", sizeof(z)); \ 93 strncpy((y), "(invalid)", sizeof(y)); \
|