HomeSort by relevance Sort by last modified time
    Searched full:strncpy (Results 651 - 675 of 1246) sorted by null

<<21222324252627282930>>

  /external/quake/quake/src/WinQuake/
cl_parse.cpp 240 strncpy (cl.levelname, str, sizeof(cl.levelname)-1);
gl_screen.cpp 145 strncpy (scr_centerstring, str, sizeof(scr_centerstring)-1);
net_udp.cpp 88 strncpy(ifr->ifr_name, name, IFNAMSIZ);
screen.cpp 92 strncpy (scr_centerstring, str, sizeof(scr_centerstring)-1);
  /external/sonivox/arm-fm-22k/host_src/
eas_main.c 365 strncpy(dest, src, (size_t) size-1);
  /external/sonivox/arm-hybrid-22k/host_src/
eas_main.c 365 strncpy(dest, src, (size_t) size-1);
  /external/sonivox/arm-wt-22k/host_src/
eas_main.c 368 strncpy(dest, src, (size_t) size-1);
  /external/srec/srec/ca/
ann_api.c 243 strncpy(label, hAnnotation->label, length - 2);
  /external/svox/pico/tts/
svox_ssml_parser.cpp 575 strncpy(content, text, length);
  /external/tcpdump/
print-icmp.c 458 (void)strncpy(cp, " lifetime ", sizeof(buf) - (cp - buf));
  /external/v8/src/
platform-cygwin.cc 410 strncpy(name_, name, sizeof(name_));
platform-freebsd.cc 504 strncpy(name_, name, sizeof(name_));
platform-macos.cc 534 strncpy(name_, name, sizeof(name_));
platform-openbsd.cc 557 strncpy(name_, name, sizeof(name_));
platform-solaris.cc 496 strncpy(name_, name, sizeof(name_));
platform.h 259 static void StrNCpy(Vector<char> dest, const char* src, size_t n);
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 218 VG_(strncpy)(prpsinfo->pr_fname, n, sizeof(prpsinfo->pr_fname));
  /external/valgrind/main/exp-bbv/
bbv_main.c 146 VG_(strncpy)(temp_string,bb_out_file,2047);
  /external/webkit/Source/WebCore/editing/
VisibleSelection.cpp 620 strncpy(buffer, result.utf8().data(), length - 1);
  /external/webrtc/src/modules/audio_processing/aec/
echo_cancellation.c 882 strncpy(versionStr, version, versionLen);
  /external/webrtc/src/modules/audio_processing/aecm/
echo_control_mobile.c 720 strncpy(versionStr, version, versionLen);
  /frameworks/av/media/libeffects/testlibs/
EffectEqualizer.cpp 505 strncpy(name, pEqualizer->getPresetName(param2), *pValueSize - 1);
  /frameworks/av/media/libmedia/
JetPlayer.cpp 335 strncpy(mJetFilePath, path, sizeof(mJetFilePath));
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp 216 strncpy((char *)params.cRole, role, OMX_MAX_STRINGNAME_SIZE - 1);
  /frameworks/base/drm/jni/
android_drm_DrmManagerClient.cpp 81 strncpy(data, bytes, length);

Completed in 1577 milliseconds

<<21222324252627282930>>