Searched refs:strncpy (Results 251 - 275 of 603) sorted by relevance

<<11121314151617181920>>

/external/openssl/crypto/bio/
H A Dbss_log.c207 strncpy(buf, in, inl);
/external/openssl/crypto/des/
H A Dfcrypt.c77 strncpy (e_buf, buf, sizeof(e_buf));
/external/oprofile/agents/jvmpi/
H A Djvmpi_oprofile.cpp132 strncpy(buf, class_signature.c_str(), cnt - 1);
/external/oprofile/agents/jvmti/
H A Dlibjvmti_oprofile.c179 strncpy(buf, class_signature, cnt - 1);
/external/oprofile/daemon/
H A Dopd_anon.c117 strncpy(m->name, name, MAX_IMAGE_NAME_SIZE + 1);
/external/pcre/dist/
H A Dpcreposix.c229 strncpy(errbuf, message, errbuf_size - 1);
/external/qemu/android/
H A Dopengles.c199 strncpy(dst, src, n);
/external/qemu/
H A Dos-posix.c160 strncpy(name, s, sizeof(name));
/external/sonivox/arm-fm-22k/host_src/
H A Deas_main.c365 strncpy(dest, src, (size_t) size-1);
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_main.c365 strncpy(dest, src, (size_t) size-1);
/external/sonivox/arm-wt-22k/host_src/
H A Deas_main.c368 strncpy(dest, src, (size_t) size-1);
/external/srec/srec/EventLog/src/
H A DEventLogImpl.c611 strncpy(header.riffString, "RIFF", 4);
612 strncpy(header.waveString, "WAVE", 4);
613 strncpy(header.fmtString, "fmt ", 4);
614 strncpy(header.dataString, "data", 4);
/external/stlport/test/eh/
H A Dmain.cpp80 std::strncpy( msg, condition, 255 );
/external/tcpdump/missing/
H A Dgetnameinfo.c238 strncpy(ep + 1, "???", 3);
/external/tcpdump/
H A Dprint-zephyr.c122 strncpy(z_buf, string, sizeof(z_buf));
/external/valgrind/main/include/
H A Dpub_tool_libcbase.h92 extern HChar* VG_(strncpy) ( HChar* dest, const HChar* src, SizeT ndest );
132 /* Like strncpy(), but if 'src' is longer than 'ndest' inserts a '\0' as the
/external/webrtc/src/system_wrappers/source/
H A Dthread_posix.cc48 #include <string.h> // strncpy
114 strncpy(_name, threadName, kThreadMaxNameLength);
/external/ppp/pppd/
H A Dsys-solaris.c351 strncpy(lifr.lifr_name, plifreq->lifr_name, sizeof(lifr.lifr_name));
371 strncpy(first_ether_name, lifr.lifr_name, sizeof(first_ether_name));
437 strncpy(ifr.ifr_name, pifreq->ifr_name, sizeof(ifr.ifr_name));
457 strncpy(first_ether_name, ifr.ifr_name, sizeof(first_ether_name));
2467 strncpy(utmpx.ut_user, name, sizeof(utmpx.ut_user));
2468 strncpy(utmpx.ut_id, ifname, sizeof(utmpx.ut_id));
2469 strncpy(utmpx.ut_line, line, sizeof(utmpx.ut_line));
/external/dnsmasq/src/
H A Dnetwork.c32 strncpy(name, ifr.ifr_name, IF_NAMESIZE);
79 strncpy(name, bridge->iface, IF_NAMESIZE);
947 strncpy(s, interfaces, sizeof(s));
1048 strncpy(s, servers, sizeof(s));
1268 strncpy(ifr.ifr_name, intr, IF_NAMESIZE);
/external/libedit/src/
H A Dreadline.c490 (void)strncpy(r, with, with_len);
576 (void)strncpy(pat, cmd + begin, len);
671 (void)strncpy(aptr, command, offs);
929 (void)strncpy(&result[idx], what, len); \
1118 (void)strncpy(temp, &str[start], len);
/external/netperf/
H A Dnettest_sdp.c3395 strncpy(local_data_port,"0",sizeof(local_data_port));
3396 strncpy(remote_data_port,"0",sizeof(remote_data_port));
3443 strncpy(remote_data_address,arg1,strlen(arg1));
3454 strncpy(local_data_address,arg1,strlen(arg1));
3465 strncpy(local_data_port,arg1,sizeof(local_data_port));
3467 strncpy(remote_data_port,arg2,sizeof(remote_data_port));
/external/bluetooth/bluedroid/btif/co/
H A Dbta_fs_co.c76 strncpy(nameBuffer, path, PATH_MAX - 1);
797 strncpy(dirName, p_path, strlen(p_path));
/external/chromium_org/base/third_party/symbolize/
H A Dsymbolize.cc621 strncpy(out_file_name, cursor, out_file_name_size);
704 strncpy(dest, source, dest_size);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dusettest.c279 strncpy(strCopy, stringStart, stringLength);
426 strncpy(strCopy, stringStart, stringLength);
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dobj_int_extract.c670 strncpy(sectionname, ptr, 8);
721 strncpy(name, ptr, 8);

Completed in 8312 milliseconds

<<11121314151617181920>>