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

12 3 4 5 6 7 8 91011>>

  /bionic/libc/bionic/
if_nametoindex.c 47 strncpy(ifr.ifr_name, ifname, IFNAMSIZ);
  /external/compiler-rt/lib/asan/
asan_interceptors.h 25 DECLARE_REAL(char*, strncpy, char *to, const char *from, uptr size)
  /bionic/libstdc++/include/
cstring 59 using ::strncpy;
  /external/libselinux/src/
canonicalize_context.c 36 strncpy(buf, con, size);
47 strncpy(buf, con, size);
  /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);
  /ndk/sources/cxx-stl/gabi++/include/
cstring 59 using ::strncpy;
  /ndk/sources/cxx-stl/system/include/
cstring 59 using ::strncpy;
  /ndk/sources/host-tools/ndk-stack/regex/
regerror.c 97 (void) strncpy(convbuf, r->name, sizeof convbuf);
108 strncpy(errbuf, s, errbuf_size);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstring 57 using ::strncpy;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstring 57 using ::strncpy;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstring 59 using ::strncpy;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstring 59 using ::strncpy;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstring 59 using ::strncpy;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cstring 59 using ::strncpy;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstring 59 using ::strncpy;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cstring 59 using ::strncpy;
  /external/compiler-rt/lib/asan/tests/
asan_str_test.cc 134 strncpy(to, from, 0);
135 strncpy(to - 1, from - 1, 0);
136 // normal strncpy calls
137 strncpy(to, from, from_size);
138 strncpy(to, from, to_size);
139 strncpy(to, from + from_size - 1, to_size);
140 strncpy(to + to_size - 1, from, 1);
142 EXPECT_DEATH(Ident(strncpy(to, from - 1, from_size)),
144 EXPECT_DEATH(Ident(strncpy(to - 1, from, from_size)),
146 EXPECT_DEATH(Ident(strncpy(to, from + from_size, 1))
    [all...]
  /frameworks/av/libvideoeditor/osal/src/
M4OSA_CharStar.c 41 * @brief This function mimics the functionality of the libc's strncpy().
67 strncpy((char *)pStrOut, (const char *)pStrIn, (size_t)len2Copy);
419 strncpy((char *)pTemp, (const char *)format, nbChar); /* copy characters before the % character */
428 strncpy((char *)pTemp, (const char *)format, nbChar); /* copy the flag characters */
436 strncpy((char *)pTemp, (const char *)format, nbChar); /* copy the width characters */
448 strncpy((char *)pTemp, (const char *)format, nbChar); /* copy the width characters */
475 strncpy((char *)pTemp, (const char *)format, nbChar); /* copy the other Prefix */
483 strncpy((char *)pTemp, (const char *)format, nbChar);
  /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/bluetooth/bluedroid/bta/ag/
bta_ag_ci.c 63 strncpy(p_data_area, p_data, len);
  /external/bluetooth/bluedroid/gki/ulinux/
data_types.h 66 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4))
  /external/skia/legacy/src/core/
SkLanguage.cpp 29 strncpy(parentTag, tag, parentTagLen);
  /external/skia/src/core/
SkLanguage.cpp 29 strncpy(parentTag, tag, parentTagLen);
  /external/webkit/Source/WebKit/chromium/src/
WebInputEvent.cpp 153 strncpy(keyIdentifier, id, sizeof(keyIdentifier) - 1);
  /external/webrtc/src/modules/audio_processing/ns/
noise_suppression.c 30 strncpy(versionStr, version, versionLen);

Completed in 5842 milliseconds

12 3 4 5 6 7 8 91011>>