| /external/iproute2/genl/ |
| ctrl.c | 319 strncpy(d, *argv, sizeof (d) - 1);
|
| /external/iproute2/ip/ |
| ipmaddr.c | 292 strncpy(ifr.ifr_name, *argv, IFNAMSIZ);
|
| /external/iproute2/tc/ |
| m_xt.c | 238 strncpy(k, tname, size);
|
| m_xt_old.c | 327 strncpy(k, tname, size);
|
| /external/iptables/extensions/ |
| libxt_string.c | 83 strncpy(info->pattern, s, XT_STRING_MAX_PATTERN_SIZE);
|
| /external/iptables/iptables/ |
| ip6tables-restore.c | 220 strncpy(curtable, table, IP6T_TABLE_MAXNAMELEN);
|
| iptables-restore.c | 225 strncpy(curtable, table, IPT_TABLE_MAXNAMELEN);
|
| /external/libpcap/ |
| pcap-snit.c | 334 strncpy(ifr.ifr_name, device, sizeof(ifr.ifr_name));
|
| /external/openssl/crypto/x509/ |
| by_dir.c | 259 strncpy(ent->dir,ss,(unsigned int)len);
|
| /external/quake/quake/src/QW/client/ |
| console.c | 600 strncpy(dlbar, text, i);
|
| /external/quake/quake/src/WinQuake/ |
| net_udp.cpp | 88 strncpy(ifr->ifr_name, name, IFNAMSIZ);
|
| /external/srec/tools/grxmlcompile/ |
| sub_grph.h | 145 strncpy (name, title, maxlen);
|
| /external/v8/src/ |
| platform-posix.cc | 242 void OS::StrNCpy(Vector<char> dest, const char* src, size_t n) { 243 strncpy(dest.start(), src, n);
|
| /external/webkit/Source/WebCore/bridge/ |
| testbindings.cpp | 129 strncpy (msgBuf, message->value.stringValue.UTF8Characters, message->value.stringValue.UTF8Length);
|
| /external/webkit/Source/WebCore/dom/ |
| Text.cpp | 337 strncpy(buffer, result.utf8().data(), length - 1);
|
| /frameworks/base/drm/libdrmframework/plugins/passthru/src/ |
| DrmPassthruPlugIn.cpp | 67 strncpy(charValue, value.string(), value.length());
|
| /frameworks/base/libs/utils/ |
| BackupHelpers.cpp | 622 strncpy(buf, relpath.string(), 100); 623 strncpy(buf + 345, prefix.string(), 155); 625 strncpy(buf, fullname.string(), 100); 661 strncpy(paxHeader + 345, prefix.string(), 155); [all...] |
| /frameworks/base/media/libmedia/ |
| JetPlayer.cpp | 347 strncpy(mJetFilePath, path, strlen(path));
|
| /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
| string2.h | 761 # define strncpy(dest, src, n) __builtin_strncpy (dest, src, n) macro 763 # define strncpy(dest, src, n) \ macro 767 : strncpy (dest, src, n)) \ 768 : strncpy (dest, src, n))) [all...] |
| /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
| string.h | 87 extern char *strncpy (char *__restrict __dest,
|
| /sdk/emulator/mksdcard/ |
| mksdcard.c | 151 strncpy( (char*)boot + 0x47, label, 11 ); /* Volume Label */
|
| /system/core/fastboot/ |
| engine.c | 266 strncpy(a->data, resp, a->size);
|
| /system/core/libdiskconfig/ |
| diskconfig.c | 44 strncpy(tmp, str, sizeof(tmp));
|
| /system/core/liblinenoise/ |
| linenoise.c | 310 strncpy(buf,history[history_len-1-history_index],buflen);
|
| /system/core/nexus/ |
| PropertyManager.cpp | 180 strncpy(buffer, inet_ntoa(tmp), max);
|