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

<<11121314151617181920>>

  /external/openssl/crypto/des/
fcrypt.c 77 strncpy (e_buf, buf, sizeof(e_buf));
  /external/openssl/crypto/evp/
evp_key.c 75 strncpy(prompt_string,prompt,79);
  /external/openssl/crypto/x509v3/
v3_info.c 168 strncpy(objtmp, cnf->name, objlen);
  /external/oprofile/agents/jvmpi/
jvmpi_oprofile.cpp 132 strncpy(buf, class_signature.c_str(), cnt - 1);
  /external/oprofile/daemon/
opd_anon.c 117 strncpy(m->name, name, MAX_IMAGE_NAME_SIZE + 1);
  /external/oprofile/opcontrol/
opcontrol.cpp 369 strncpy(event_name, event_spec, 512);
378 strncpy(count_name, event_name+i+1, 512);
438 strncpy(content, str, 128);
579 strncpy(callgraph, optarg, sizeof(callgraph));
  /external/qemu/android/
opengles.c 175 strncpy(dst, src, n);
  /external/qemu/android/utils/
bufprint.c 211 strncpy(path, "C:\\Temp", sizeof(path) );
  /external/skia/tools/skpdiff/
skpdiff_util.cpp 134 strncpy(pathDirGlob, path, pathLength);
  /external/srec/srec/EventLog/src/
EventLogImpl.c 599 strncpy(header.riffString, "RIFF", 4);
600 strncpy(header.waveString, "WAVE", 4);
601 strncpy(header.fmtString, "fmt ", 4);
602 strncpy(header.dataString, "data", 4);
  /external/valgrind/main/coregrind/m_aspacemgr/
priv_aspacemgr.h 46 #include "pub_core_libcbase.h" // VG_(strlen), VG_(strcmp), VG_(strncpy)
  /frameworks/native/cmds/ip-up-vpn/
ip-up-vpn.c 114 strncpy(ifr.ifr_name, interface, IFNAMSIZ);
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_ETC.c 133 return strncpy(dest, src, num);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
cstring.pass.cpp 29 static_assert((std::is_same<decltype(std::strncpy(cp, cpc, s)), char*>::value), "");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libesd.so 
libesd.so.0 
libesd.so.0.2 
libesd.so.0.2.38 
libresolv-2.7.so 
libresolv.so 
libresolv.so.2 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libesd.so 
libesd.so.0 
libesd.so.0.2 
libesd.so.0.2.38 

Completed in 1063 milliseconds

<<11121314151617181920>>