/external/wpa_supplicant_8/src/utils/ |
os.h | 469 #define os_strncpy(d, s, n) strncpy((d), (s), (n)) 529 #undef strncpy macro 530 #define strncpy OS_DO_NOT_USE_strncpy macro
|
/hardware/ti/omap4xxx/domx/omx_core/src/ |
OMX_Core.c | 657 strncpy((OMX_STRING) (compNames[k]), 749 strncpy(tempName, namelist[numFiles]->d_name, 759 strncpy(compName[tableCount], temp, strlen(temp) + 1);
|
/external/bluetooth/bluedroid/btif/src/ |
btif_storage.c | 239 strncpy(buf, p_start, (p_needle-p_start)); 270 strncpy(value, (char*)prop->val, prop->len); 279 strncpy(value, (char*)prop->val, prop->len); [all...] |
/external/dnsmasq/src/ |
network.c | 32 strncpy(name, ifr.ifr_name, IF_NAMESIZE); 79 strncpy(name, bridge->iface, IF_NAMESIZE); 917 strncpy(s, interfaces, sizeof(s)); 1011 strncpy(s, servers, sizeof(s)); [all...] |
/external/iptables/iptables/ |
xtables.c | 1156 strncpy(buf, dotted, sizeof(buf) - 1); 1319 strncpy(buf, loop, len); [all...] |
/external/ppp/pppd/ |
sys-solaris.c | 351 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)); [all...] |
/external/libmtp/src/ |
ptp-pack.c | 541 strncpy (tmp, ptpdate, 4); 544 strncpy (tmp, ptpdate + 4, 2); 547 strncpy (tmp, ptpdate + 6, 2); 550 strncpy (tmp, ptpdate + 9, 2); 553 strncpy (tmp, ptpdate + 11, 2); 556 strncpy (tmp, ptpdate + 13, 2); [all...] |
/external/qemu/ |
trace.c | 265 strncpy(fname, filename, dir_len); [all...] |
/bionic/tests/ |
string_test.cpp | 559 strncpy(state.ptr + state.MAX_LEN - 1, state.ptr1, std::min(actual, pos)); 605 TEST(string, strncpy) { 626 ASSERT_TRUE(strncpy(state.ptr2, state.ptr1, state.MAX_LEN) == state.ptr2);
|
/external/chromium_org/base/strings/ |
safe_sprintf_unittest.cc | 60 // is roughly equivalent to calling strncpy() (but unlike strncpy(), it does 706 // looks (almost) like a strncpy().
|
/external/chromium_org/third_party/icu/source/tools/ctestfw/ |
ctest.c | 22 3/20/1999 srl - strncpy called w/o setting nulls at the end 158 strncpy(n, name, *nameLen); 177 strncpy( newNode->name, name, nameLen ); [all...] |
/external/compiler-rt/lib/msan/ |
msan_interceptors.cc | 168 INTERCEPTOR(char *, strncpy, char *dest, const char *src, SIZE_T n) { // NOLINT 173 char *res = REAL(strncpy)(dest, src, n); // NOLINT [all...] |
/external/icu4c/tools/ctestfw/ |
ctest.c | 22 3/20/1999 srl - strncpy called w/o setting nulls at the end 158 strncpy(n, name, *nameLen); 177 strncpy( newNode->name, name, nameLen ); [all...] |
/external/libvpx/libvpx/vpx/src/ |
svc_encodeframe.c | 427 strncpy(si->options, options, sizeof(si->options)); 438 strncpy(si->quantizers, quantizers, sizeof(si->quantizers)); 449 strncpy(si->scale_factors, scale_factors, sizeof(si->scale_factors));
|
/external/valgrind/main/coregrind/ |
m_libcfile.c | 95 VG_(strncpy)( buf, tmp, n_buf < sizeof(tmp) ? n_buf : sizeof(tmp) ); 1086 VG_(strncpy)(buf, p, end-p+1); 1127 VG_(strncpy)(buf, path, p-path+1); [all...] |
/hardware/qcom/media/mm-core/omxcore/src/common/ |
qc_omx_core.c | 630 strncpy(componentName, core[index].name,nameLen); 708 strncpy((char *)compNames[*numComps],core[i].name, OMX_MAX_STRINGNAME_SIZE); 796 strncpy((char *)roles[*numRoles],core[i].roles[j],OMX_MAX_STRINGNAME_SIZE);
|
/hardware/qcom/media/mm-core/src/common/ |
qc_omx_core.c | 613 strncpy(componentName, core[index].name,nameLen); 691 strncpy((char *)compNames[*numComps],core[i].name, OMX_MAX_STRINGNAME_SIZE); 779 strncpy((char *)roles[*numRoles],core[i].roles[j],OMX_MAX_STRINGNAME_SIZE);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/ |
libmudflap.so | |
libmudflap.so.0 | |
libmudflap.so.0.0.0 | |
libmudflapth.so | |
libmudflapth.so.0 | |
libmudflapth.so.0.0.0 | |
/sdk/emulator/qtools/ |
trace_reader.cpp | 66 strncpy(fname, filename, dir_len); 950 strncpy(path, buf + prefix_len, pathlen); 1020 strncpy(path, start, len); [all...] |
/development/samples/ToyVpn/server/linux/ |
ToyVpnServer.cpp | 68 strncpy(ifr.ifr_name, name, sizeof(ifr.ifr_name));
|