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

1 2 3 4 5 6 7 891011>>

  /external/srtp/test/
rtp.c 31 strncpy(sender->message.body, msg, len);
96 strncpy(msg, receiver->message.body, octets_recvd);
  /external/valgrind/main/coregrind/m_demangle/
vg_libciface.h 63 #define strncpy(_dd,_ss,_sz) VG_(strncpy)((_dd),(_ss),(_sz)) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ssp/
string.h 49 #undef strncpy macro
132 #define strncpy(dest, src, len) \ macro
  /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);
  /external/libexif/libexif/
exif-entry.c 527 strncpy (val, (char *) e->data, MIN (maxlen-1, e->size));
907 strncpy (val, (char *) e->data + 8, MIN (e->size - 8, maxlen));
911 strncpy (val, _("Unsupported UNICODE string"), maxlen);
919 strncpy (val, _("Unsupported JIS string"), maxlen);
947 strncpy (val, _("Unknown Exif Version"), maxlen);
962 strncpy (val, _("FlashPix Version 1.0"), maxlen);
964 strncpy (val, _("FlashPix Version 1.01"), maxlen);
966 strncpy (val, _("Unknown FlashPix Version"), maxlen);
977 strncpy (val, (char *) e->data, MIN (maxlen, e->size));
979 strncpy (val, _("[None]"), maxlen)
    [all...]
  /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 58 strncpy(buff, s, len);
314 strncpy(localeCStr, propLang, 2);
316 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 58 strncpy(buff, s, len);
314 strncpy(localeCStr, propLang, 2);
316 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);
  /cts/tests/tests/bionic/
bionic-unit-tests-cts_list.txt 529 strncpy
  /development/ndk/platforms/android-3/include/
string.h 73 extern char* strncpy(char *, const char *, size_t);
  /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);

Completed in 2736 milliseconds

1 2 3 4 5 6 7 891011>>