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

12 3 4 5 6 7 8 91011>>

  /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);
  /prebuilts/ndk/9/sources/cxx-stl/EH/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);
  /bionic/libc/bionic/
if_indextoname.c 53 ret = strncpy (ifname, ifr.ifr_name, IFNAMSIZ);
if_nametoindex.c 47 strncpy(ifr.ifr_name, ifname, IFNAMSIZ);
  /external/bluetooth/bluedroid/gki/ulinux/
data_types.h 54 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4))
  /external/chromium_org/content/shell/tools/plugin/Tests/
FormValue.cpp 26 strncpy(*((char**)value), formValueText, sizeof(formValueText));
  /external/chromium_org/native_client_sdk/src/libraries/gtest/
nacl_gtest_dummy_sys.cc 25 return strncpy(buf, ".", size);
  /hardware/intel/img/hwcomposer/ips/common/
DrmControl.cpp 43 strncpy(video_getparam_arg.extension,
  /bionic/libstdc++/include/
cstring 59 using ::strncpy;
  /external/chromium_org/third_party/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/libselinux/src/
canonicalize_context.c 36 strncpy(buf, con, size);
47 strncpy(buf, con, size);
  /external/qemu/distrib/libselinux/src/
canonicalize_context.c 36 strncpy(buf, con, size);
47 strncpy(buf, con, size);
  /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;

Completed in 1091 milliseconds

12 3 4 5 6 7 8 91011>>