Searched
full:strncpy (Results
326 -
350 of
1445) sorted by null
<<11121314151617181920>>
/external/libpcap/ |
fad-gifc.c | 211 strncpy(ifrflags.ifr_name, name, sizeof(ifrflags.ifr_name)); 378 strncpy(ifrflags.ifr_name, ifrp->ifr_name, 397 strncpy(ifrnetmask.ifr_name, ifrp->ifr_name, 427 strncpy(ifrbroadaddr.ifr_name, ifrp->ifr_name, 466 strncpy(ifrdstaddr.ifr_name, ifrp->ifr_name,
|
pcap-nit.c | 202 strncpy(sa.sa_data, device, sizeof(sa.sa_data)); 277 (void)strncpy(snit.snit_ifname, device, NITIFSIZ);
|
/external/libppp/src/ |
iface.c | 220 strncpy(ifra.ifra_name, name, sizeof ifra.ifra_name - 1); 249 strncpy(ifra6.ifra_name, name, sizeof ifra6.ifra_name - 1); 305 strncpy(ifra.ifra_name, name, sizeof ifra.ifra_name - 1); 334 strncpy(ifra6.ifra_name, name, sizeof ifra6.ifra_name - 1); 563 strncpy(ifrq.ifr_name, ifname, sizeof ifrq.ifr_name - 1);
|
server.c | 164 strncpy(p->src.from, s->cfg.sockname, sizeof p->src.from - 1); 290 strncpy(server.cfg.sockname, ifsun.sun_path, sizeof server.cfg.sockname - 1); 301 strncpy(server.cfg.sockname, ifsun.sun_path,
|
/external/linux-tools-perf/util/ |
parse-events.c | 220 strncpy(path->system, sys_dirent.d_name, 222 strncpy(path->name, evt_dirent.d_name, 545 strncpy(sys_name, *strp, sys_length); 858 strncpy(evsel->name, ostr, str - ostr); 1068 strncpy(name, syms->symbol, MAX_NAME_LEN);
|
config.c | 452 strncpy(c->dir, v, MAXPATHLEN-1); 479 strncpy(buildid_dir, DEBUG_CACHE_DIR, MAXPATHLEN-1);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/ |
libssp.a | [all...] |
/external/linux-tools-perf/ |
perf.c | 164 strncpy(debugfs_mntpt, (*argv)[1], MAXPATHLEN); 171 strncpy(debugfs_mntpt, cmd + strlen(CMD_DEBUGFS_DIR), MAXPATHLEN); 433 strncpy(debugfs_mntpt, path, sizeof(debugfs_mntpt));
|
builtin-help.c | 183 strncpy((*p)->name, name, len); 199 strncpy(new->name, name, len);
|
/external/llvm/test/Transforms/InstCombine/ |
disable-simplify-libcalls.ll | 28 declare i8* @strncpy(i8*, i8*, i64) 157 %ret = call i8* @strncpy(i8* %x, i8* %y, i64 3) 159 ; CHECK: call i8* @strncpy
|
/external/arduino/hardware/arduino/cores/arduino/ |
WString.cpp | 427 strncpy((char *)buf, _buffer, len); 436 strncpy(buf, _buffer, len);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/ |
rc_test_helpers.c | 358 strncpy(dst_str, tokens.Dst.String, tokens.Dst.Length); 372 strncpy(src_str, tokens.Srcs[j].String,
|
/external/clang/lib/Driver/ |
WindowsToolChain.cpp | 126 strncpy(partialKey, subKey, partialKeyLength); 146 strncpy(numBuf, sp, sizeof(numBuf) - 1);
|
/external/iptables/extensions/ |
libxt_rateest.c | 132 strncpy(info->name1, optarg, sizeof(info->name1) - 1); 146 strncpy(info->name2, optarg, sizeof(info->name2) - 1);
|
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
rc_test_helpers.c | 358 strncpy(dst_str, tokens.Dst.String, tokens.Dst.Length); 372 strncpy(src_str, tokens.Srcs[j].String,
|
/external/oprofile/daemon/liblegacy/ |
opd_kernel.c | 203 strncpy(modname, cp, (size_t)((cp2-cp))); 226 strncpy(filename, cp2, (size_t)(cp3 - cp2));
|
/external/ppp/pppd/plugins/radius/ |
config.c | 489 strncpy (hostnm, h, (size_t) len); 501 strncpy (secret, s, (size_t) len);
|
/external/ppp/pppd/plugins/rp-pppoe/ |
plugin.c | 301 strncpy(ifr.ifr_name, cmd, sizeof(ifr.ifr_name)); 319 strncpy(devnam, cmd, sizeof(devnam));
|
/frameworks/compile/libbcc/bcinfo/ |
MetadataExtractor.cpp | 341 strncpy(TmpNameList[0], "root", 5); 395 strncpy(RootName, "root", 5);
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/libexec/gcc/mipsel-linux-android/4.6/ |
liblto_plugin.so | |
liblto_plugin.so.0 | |
liblto_plugin.so.0.0.0 | |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/libexec/gcc/i686-linux-android/4.6/ |
liblto_plugin.so | |
liblto_plugin.so.0 | |
liblto_plugin.so.0.0.0 | |
Completed in 846 milliseconds
<<11121314151617181920>>