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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-x86/atom/string/
ssse3-strncpy-atom.S 32 #define STRCPY strncpy
  /bionic/libc/arch-x86/silvermont/string/
sse2-strncpy-slm.S 32 #define STRCPY strncpy
  /bionic/libc/arch-x86_64/string/
sse2-strncpy-slm.S 32 #define STRCPY strncpy
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
spl_version.c 23 strncpy(version, "1.2.0", length_in_bytes);
  /external/webrtc/src/common_audio/signal_processing/
spl_version.c 23 strncpy(version, "1.2.0", length_in_bytes);
  /bionic/libc/upstream-openbsd/lib/libc/string/
strncpy.c 1 /* $OpenBSD: strncpy.c,v 1.7 2014/06/10 04:17:37 deraadt Exp $ */
42 strncpy(char *dst, const char *src, size_t n) function
  /external/compiler-rt/SDKs/linux/usr/include/
string.h 29 char *strncpy(char *, const char *, size_t);
  /external/compiler-rt/test/asan/TestCases/
strncpy-overflow.cc 15 strncpy(short_buffer, hello, 10); // BOOM
17 // CHECK-Linux: {{ #0 0x.* in .*strncpy}}
19 // CHECK: {{ #1 0x.* in main .*strncpy-overflow.cc:}}[[@LINE-4]]
24 // CHECK-Linux: {{ #1 0x.* in main .*strncpy-overflow.cc:}}[[@LINE-10]]
27 // CHECK-Darwin: {{ #1 0x.* in main .*strncpy-overflow.cc:}}[[@LINE-13]]
  /art/runtime/verifier/
instruction_flags.cc 27 strncpy(encoding, "XXXXXX", sizeof(encoding));
29 strncpy(encoding, "------", sizeof(encoding));
  /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 (vg_replace_strmem.c:...)
13 Source and destination overlap in strncpy(0x........, 0x........, 21)
14 at 0x........: strncpy (vg_replace_strmem.c:...)
  /external/chromium_org/third_party/webrtc/modules/audio_device/dummy/
file_audio_device_factory.cc 39 strncpy(_inputAudioFilename, inputAudioFilename, MAX_FILENAME_LEN);
40 strncpy(_outputAudioFilename, outputAudioFilename, MAX_FILENAME_LEN);
  /external/android-clat/
mtu.c 40 strncpy(if_mtu.ifr_name, ifname, IFNAMSIZ);
  /external/chromium_org/testing/gtest/xcode/Samples/FrameworkSample/
widget.cc 60 strncpy(buffer, name_.c_str(), max_size-1);
  /external/compiler-rt/SDKs/darwin/usr/include/
string.h 29 char *strncpy(char *, const char *, size_t);
  /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_org/third_party/webrtc/tools/
simple_command_line_parser_unittest.cc 28 strncpy(test_flags_[0], "tools_unittest", flag_size);
29 strncpy(test_flags_[1], "--foo", flag_size);
30 strncpy(test_flags_[2], "--bar=1", flag_size);
  /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/linux-tools-perf/perf-3.12.0/tools/perf/arch/x86/util/
header.c 31 strncpy(&vendor[0], (char *)(&b), 4);
32 strncpy(&vendor[4], (char *)(&d), 4);
33 strncpy(&vendor[8], (char *)(&c), 4);
  /external/iproute2/ip/
tunnel.c 72 strncpy(ifr.ifr_name, basedev, IFNAMSIZ);
91 strncpy(ifr.ifr_name, name, IFNAMSIZ);
93 strncpy(ifr.ifr_name, basedev, IFNAMSIZ);
111 strncpy(ifr.ifr_name, name, IFNAMSIZ);
113 strncpy(ifr.ifr_name, basedev, IFNAMSIZ);
132 strncpy(ifr.ifr_name, name, IFNAMSIZ);
  /external/libexif/libexif/olympus/
mnote-olympus-entry.c 388 strncpy (v, _("No manual focus selection"), maxlen);
417 case 0: strncpy (v, _("AF position: center"), maxlen); break;
418 case 1: strncpy (v, _("AF position: top"), maxlen); break;
419 case 2: strncpy (v, _("AF position: bottom"), maxlen); break;
420 case 3: strncpy (v, _("AF position: left"), maxlen); break;
421 case 4: strncpy (v, _("AF position: right"), maxlen); break;
422 case 5: strncpy (v, _("AF position: upper-left"), maxlen); break;
423 case 6: strncpy (v, _("AF position: upper-right"), maxlen); break;
424 case 7: strncpy (v, _("AF position: lower-left"), maxlen); break;
425 case 8: strncpy (v, _("AF position: lower-right"), maxlen); break
    [all...]
  /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);

Completed in 586 milliseconds

1 2 3 4 5 6 7 8 91011>>