HomeSort by relevance Sort by last modified time
    Searched full:strncpy (Results 201 - 225 of 1444) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/ssp/
string.h 49 #undef strncpy macro
132 #define strncpy(dest, src, len) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/ssp/
string.h 49 #undef strncpy macro
132 #define strncpy(dest, src, len) \ macro
  /system/vold/
Process.cpp 113 strncpy(openFilename, link, max-1);
143 strncpy(openFilename, path, max-1);
  /external/iproute2/tc/
m_action.c 146 strncpy(a->id, "noact", 15);
207 strncpy(k, *argv, sizeof (k) - 1);
417 strncpy(k, *argv, sizeof (k) - 1);
545 strncpy(k, *argv, sizeof (k) - 1);
560 strncpy(k, *argv, sizeof (k) - 1);
tc_class.c 70 strncpy(d, *argv, sizeof(d)-1);
102 strncpy(k, *argv, sizeof(k)-1);
249 strncpy(d, *argv, sizeof(d)-1);
tc_filter.c 83 strncpy(d, *argv, sizeof(d)-1);
126 strncpy(k, *argv, sizeof(k)-1);
280 strncpy(d, *argv, sizeof(d)-1);
  /frameworks/base/services/jni/
com_android_server_connectivity_Vpn.cpp 98 strncpy(name, ifr4.ifr_name, IFNAMSIZ);
105 strncpy(ifr4.ifr_name, name, IFNAMSIZ);
122 strncpy(ifr4.ifr_name, name, IFNAMSIZ);
283 strncpy(ifr4.ifr_name, name, IFNAMSIZ);
296 strncpy(ifr4.ifr_name, name, IFNAMSIZ);
  /external/iproute2/ip/
iplink.c 619 strncpy(ifr.ifr_name, dev, IFNAMSIZ);
646 strncpy(ifr.ifr_name, dev, IFNAMSIZ);
647 strncpy(ifr.ifr_newname, newdev, IFNAMSIZ);
671 strncpy(ifr.ifr_name, dev, IFNAMSIZ);
693 strncpy(ifr.ifr_name, dev, IFNAMSIZ);
719 strncpy(ifr.ifr_name, dev, IFNAMSIZ);
753 strncpy(ifr->ifr_name, dev, IFNAMSIZ);
  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigParser_android.cpp 57 strncpy(buff, s, len);
312 strncpy(localeCStr, propLang, 2);
314 strncpy(&localeCStr[3], propRegn, 2);
  /external/openssh/
loginrec.c 590 * NOTE: use strncpy because we do NOT necessarily want zero
616 strncpy(dst, src, (size_t)dstsize);
693 /* Use strncpy because we don't necessarily want null termination */
694 strncpy(ut->ut_name, li->username,
697 strncpy(ut->ut_host, li->hostname,
766 /* strncpy(): Don't necessarily want null termination */
767 strncpy(utx->ut_user, li->username,
779 strncpy(utx->ut_host, li->hostname,
    [all...]
  /external/skia/src/ports/
SkFontConfigParser_android.cpp 57 strncpy(buff, s, len);
312 strncpy(localeCStr, propLang, 2);
314 strncpy(&localeCStr[3], propRegn, 2);
  /system/core/libnetutils/
dhcp_utils.c 54 strncpy(p2p_interface, "p2p", MAX_INTERFACE_LENGTH);
56 strncpy(p2p_interface, interface, MAX_INTERFACE_LENGTH);
118 strncpy(gateway, server, PROPERTY_VALUE_MAX);
  /build/tools/fs_config/
fs_config.c 135 strncpy(full_name + 1, buffer, full_name_size - 1);
  /development/ndk/platforms/android-3/include/
string.h 73 extern char* strncpy(char *, const char *, size_t);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_node_dir.cc 143 strncpy(cache_[index].d_name, &it->first[0], len);
  /external/chromium_org/third_party/icu/source/common/
cstring.h 34 #define uprv_strncpy(dst, src, size) U_STANDARD_CPP_NAMESPACE strncpy(dst, src, size)
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
vsnprintf.c 97 strncpy(str, p, n-1);
  /external/chromium_org/third_party/openssl/openssl/crypto/
LPdir_unix.c 103 strncpy((*ctx)->entry_name, direntry->d_name, sizeof((*ctx)->entry_name) - 1);
LPdir_win.c 134 strncpy((*ctx)->entry_name, (const char *)(*ctx)->ctx.cFileName,
  /external/compiler-rt/lib/asan/
asan_intercepted_functions.h 104 char* strncpy(char *to, const char* from, uptr size);
  /external/e2fsprogs/lib/et/
com_right.c 65 strncpy(str, p->table->msgs[code - p->table->base], len);
  /external/e2fsprogs/lib/ext2fs/
get_pathname.c 64 strncpy(gp->name, dirent->name, (dirent->name_len & 0xFF));
link.c 96 strncpy(dirent->name, ls->name, ls->namelen);
  /external/e2fsprogs/lib/ext2fs/tdb/patches/
replace-includes 69 + strncpy(ret, s, length);
  /external/iproute2/genl/
genl.c 92 strncpy(f->name, str, 15);

Completed in 1788 milliseconds

1 2 3 4 5 6 7 891011>>