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

<<21222324252627

  /external/libselinux/src/
avc.c 129 strncpy(avc_prefix, prefix, AVC_PREFIX_SIZE - 1);
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h     [all...]
  /external/libxml2/
triostr.c 307 (void)strncpy(target, source, max - 1);
    [all...]
  /external/linux-tools-perf/
builtin-lock.c 795 strncpy(cut_name, st->name, 16);
builtin-script.c 530 strncpy(spec, str, len);
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 174 /// EmitStrNCpy - Emit a call to the strncpy function to the builder, for the
179 if (!TLI->has(LibFunc::strncpy))
188 Value *StrNCpy = M->getOrInsertFunction(Name,
193 CallInst *CI = B.CreateCall3(StrNCpy, CastToCStr(Dst, B), CastToCStr(Src, B),
194 Len, "strncpy");
195 if (const Function *F = dyn_cast<Function>(StrNCpy->stripPointerCasts()))
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/mdnsresponder/mDNSPosix/
nss_mdns.c     [all...]
  /external/openssl/crypto/err/
err.c 606 strncpy(*dest, src, sizeof *dest);
  /external/oprofile/libop/
op_events.c 98 strncpy(cpu, start, end - start);
  /external/ppp/pppd/plugins/radius/
radius.c 864 strncpy(rstate.session_id, rc_mksid(), sizeof(rstate.session_id));
    [all...]
  /external/qemu/hw/
scsi-disk.c 953 strncpy(s->drive_serial_str, drive_get_serial(s->bdrv),
  /external/sonivox/arm-fm-22k/lib_src/
eas_imelody.c     [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_imelody.c     [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_imelody.c     [all...]
  /external/v8/src/
platform-freebsd.cc 504 strncpy(name_, name, sizeof(name_));
platform-linux.cc 763 strncpy(name_, name, sizeof(name_));
    [all...]
platform-openbsd.cc 557 strncpy(name_, name, sizeof(name_));
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 218 VG_(strncpy)(prpsinfo->pr_fname, n, sizeof(prpsinfo->pr_fname));
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c     [all...]
  /external/valgrind/main/coregrind/
m_libcbase.c 289 Char* VG_(strncpy) ( Char* dest, const Char* src, SizeT ndest ) function
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
cpp.c 710 strncpy(extensionName, GetAtomString(atable, yylvalpp->sc_ident), MAX_SYMBOL_NAME_LEN);
    [all...]
  /external/webkit/Source/WebCore/dom/
Position.cpp     [all...]
  /external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
DumpRenderTreeSupport_wrapPregenerated.c 390 strncpy(r,name,lname+1);
  /external/webrtc/src/modules/audio_processing/aec/
echo_cancellation.c 882 strncpy(versionStr, version, versionLen);

Completed in 1728 milliseconds

<<21222324252627