HomeSort by relevance Sort by last modified time
    Searched full:strncpy (Results 576 - 600 of 1445) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/libjingle/source/talk/base/
stringutils.h 194 // Safe versions of strncpy, strncat, snprintf and vsnprintf that always
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_crtc.c 128 strncpy(drm_mode.name, mode->name, DRM_DISPLAY_MODE_LEN - 1);
  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
bss_log.c 207 strncpy(buf, in, inl);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
profiledata.cc 227 strncpy(state->profile_name, fname_, buf_size);
profiler.cc 241 strncpy(state->profile_name, collector_state.profile_name, buf_size);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profiledata.cc 227 strncpy(state->profile_name, fname_, buf_size);
profiler.cc 239 strncpy(state->profile_name, collector_state.profile_name, buf_size);
  /external/chromium_org/tools/android/forwarder/
forwarder.cc 316 strncpy(forward_to_, endptr + 1, sizeof(forward_to_) - 1);
  /external/chromium_org/v8/src/
platform-nullos.cc 438 strncpy(name_, name, sizeof(name_));
  /external/dnsmasq/src/
log.c 218 strncpy(logaddr.sun_path, _PATH_LOG, sizeof(logaddr.sun_path));
  /external/dropbear/
svr-authpubkey.c 280 strncpy(filename, ses.authstate.pw->pw_dir, len+1);
  /external/e2fsprogs/debugfs/
htree.c 86 strncpy(name, dirent->name, thislen);
  /external/harfbuzz_ng/src/
hb-ft.cc 259 strncpy (buf, name, len);
  /external/iproute2/genl/
ctrl.c 319 strncpy(d, *argv, sizeof (d) - 1);
  /external/iproute2/tc/
m_xt_old.c 325 strncpy(k, tname, size);
  /external/ipsec-tools/src/racoon/
isakmp_cfg.c     [all...]
  /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-int.h 287 (strncpy((x), (y), (z)), \
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
cpp-qt.php 108 'bsearch', 'qsort', 'rand', 'srand', 'strcpy', 'strncpy', 'strcat', 'strncat',
klonecpp.php 87 'bsearch', 'qsort', 'rand', 'srand', 'strcpy', 'strncpy', 'strcat', 'strncat',
objc.php 102 'strtod', 'strstr', 'strspn', 'strrchr', 'strpbrk', 'strncpy',
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
ittnotify_config.h 252 #define __itt_fstrcpyn(s1, s2, l) strncpy(s1, s2, l)
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_crtc.c 128 strncpy(drm_mode.name, mode->name, DRM_DISPLAY_MODE_LEN - 1);

Completed in 2524 milliseconds

<<21222324252627282930>>