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

<<11121314151617181920>>

  /external/iproute2/tc/
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/llvm/include/llvm/Target/
TargetLibraryInfo.h 532 /// char *strncpy(char *s1, const char *s2, size_t n);
533 strncpy, enumerator in enum:llvm::LibFunc::Func
  /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/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-common.c 326 VG_(strncpy)( buf, tmp, nbuf < sizeof(tmp) ? nbuf : sizeof(tmp) );
  /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 339 strncpy(buffer, result.utf8().data(), length - 1);
  /frameworks/av/drm/libdrmframework/plugins/passthru/src/
DrmPassthruPlugIn.cpp 67 strncpy(charValue, value.string(), value.length());
  /frameworks/av/media/libmedia/
JetPlayer.cpp 335 strncpy(mJetFilePath, path, sizeof(mJetFilePath));
  /frameworks/base/libs/androidfw/
BackupHelpers.cpp 619 strncpy(buf, relpath.string(), 100);
620 strncpy(buf + 345, prefix.string(), 155);
622 strncpy(buf, fullname.string(), 100);
658 strncpy(paxHeader + 345, prefix.string(), 155);
    [all...]
  /frameworks/native/libs/binder/
ProcessState.cpp 281 strncpy((char*)mArgV[0], txt, mArgLen);
  /frameworks/rs/
rsScript.cpp 167 strncpy(tz, timeZone, length);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp.cpp 233 strncpy((char *)pAttrs[i].text, textStr, BTRC_MAX_ATTR_STR_LEN-1);
  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
string.h 87 extern char *strncpy (char *__restrict __dest,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
string.h 87 extern char *strncpy (char *__restrict __dest,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
string.h 87 extern char *strncpy (char *__restrict __dest,

Completed in 1387 milliseconds

<<11121314151617181920>>