HomeSort by relevance Sort by last modified time
    Searched refs:strncpy (Results 1 - 25 of 655) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webrtc/src/common_audio/signal_processing/
spl_version.c 23 strncpy(version, "1.2.0", length_in_bytes);
  /bionic/libc/bionic/
__strncpy_chk.cpp 41 * This strncpy check is called if _FORTIFY_SOURCE is defined and
48 __fortify_chk_fail("strncpy buffer overflow",
52 return strncpy(dest, src, len);
if_indextoname.c 54 ret = strncpy (ifname, ifr.ifr_name, IFNAMSIZ);
  /external/compiler-rt/SDKs/darwin/usr/include/
string.h 28 char *strncpy(char *, const char *, size_t);
  /external/compiler-rt/SDKs/linux/usr/include/
string.h 28 char *strncpy(char *, const char *, size_t);
  /external/compiler-rt/lib/asan/lit_tests/
strncpy-overflow.cc 24 strncpy(short_buffer, hello, 10); // BOOM
26 // CHECK-Linux: {{ #0 0x.* in .*strncpy}}
28 // CHECK: {{ #1 0x.* in _?main .*strncpy-overflow.cc:}}[[@LINE-4]]
33 // CHECK-Linux: {{ #1 0x.* in main .*strncpy-overflow.cc:}}[[@LINE-10]]
36 // CHECK-Darwin: {{ #1 0x.* in _?main .*strncpy-overflow.cc:}}[[@LINE-13]]
  /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:...)
  /bionic/libc/string/
strncpy.c 1 /* $OpenBSD: strncpy.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */
46 strncpy(char *dst, const char *src, size_t n) function
  /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);
  /frameworks/base/media/libdrm/mobile1/src/parser/
parser_dcf.c 70 strncpy((char *)pDcfInfo->ContentType, (char *)tmpBuf, pDcfInfo->ContentTypeLen);
73 strncpy((char *)pDcfInfo->ContentURI, (char *)tmpBuf, pDcfInfo->ContentURILen);
101 strncpy((char *)pDcfInfo->Encryption_Method,
108 strncpy((char *)pDcfInfo->Rights_Issuer,
115 strncpy((char *)pDcfInfo->Content_Name,
122 strncpy((char *)pDcfInfo->ContentDescription,
129 strncpy((char *)pDcfInfo->ContentVendor,
136 strncpy((char *)pDcfInfo->Icon_URI,
  /external/android-clat/
mtu.c 40 strncpy(if_mtu.ifr_name, ifname, IFNAMSIZ);
  /external/chromium/testing/gtest/xcode/Samples/FrameworkSample/
widget.cc 60 strncpy(buffer, name_.c_str(), max_size-1);
  /external/libvpx/libvpx/third_party/googletest/src/xcode/Samples/FrameworkSample/
widget.cc 60 strncpy(buffer, name_.c_str(), max_size-1);
  /external/protobuf/gtest/xcode/Samples/FrameworkSample/
widget.cc 60 strncpy(buffer, name_.c_str(), max_size-1);
  /external/valgrind/main/coregrind/m_initimg/
initimg-pathscan.c 117 VG_(strncpy)( executable_name_out, buf, VKI_PATH_MAX-1 );
123 VG_(strncpy)( executable_name_out, buf, VKI_PATH_MAX-1 );
137 VG_(strncpy)( executable_name_out, exec, VKI_PATH_MAX-1 );
141 VG_(strncpy)( executable_name_in, exec, VKI_PATH_MAX-1 );
  /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/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/ipsec-tools/src/racoon/
var.h 82 strncpy((y), "(invalid)", sizeof(y)); \
84 strncpy((z), "(invalid)", sizeof(z)); \
93 strncpy((y), "(invalid)", sizeof(y)); \
  /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/5/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/6/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/7/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/8/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);

Completed in 2894 milliseconds

1 2 3 4 5 6 7 8 91011>>