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

1 2 3 4 5 67 8 91011>>

  /bionic/libc/netbsd/resolv/
res_init.c 238 (void)strncpy(statp->defdname, cp, sizeof(statp->defdname) - 1);
296 strncpy(statp->defdname, cp, sizeof(statp->defdname) - 1);
312 strncpy(statp->defdname, cp, sizeof(statp->defdname) - 1);
562 strncpy(ext->nsuffix, cp, (size_t)i);
570 strncpy(ext->nsuffix2, cp, (size_t)i);
802 strncpy(statp->iface, iface, len - 1);
  /external/iproute2/tc/
tc_class.c 70 strncpy(d, *argv, sizeof(d)-1);
102 strncpy(k, *argv, sizeof(k)-1);
249 strncpy(d, *argv, sizeof(d)-1);
tc_filter.c 83 strncpy(d, *argv, sizeof(d)-1);
126 strncpy(k, *argv, sizeof(k)-1);
280 strncpy(d, *argv, sizeof(d)-1);
  /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));
  /external/libppp/src/
cbcp.c 269 strncpy(list, cbcp->fsm.phone, sizeof list - 1);
287 strncpy(addr->addr, next, sizeof addr->addr - 1);
322 strncpy(cbcp->fsm.phone, cbcp->p->dl->cfg.cbcp.phone,
429 strncpy(list, cbcp->fsm.phone, sizeof list - 1);
455 strncpy(list, cbcp->fsm.phone, sizeof list - 1);
495 strncpy(addr->addr, cbcp->fsm.phone, sizeof addr->addr - 1);
536 strncpy(cbcp->fsm.phone, addr->addr, sizeof cbcp->fsm.phone - 1);
556 strncpy(list, cbcp->fsm.phone, sizeof list - 1);
603 strncpy(addr->addr, cbcp->fsm.phone, sizeof addr->addr - 1);
  /external/e2fsprogs/lib/e2p/
ls.c 190 strncpy(buf, sb->s_volume_name, sizeof(sb->s_volume_name));
196 strncpy(buf, sb->s_last_mounted, sizeof(sb->s_last_mounted));
353 strncpy(buf, sb->s_first_error_func,
367 strncpy(buf, sb->s_last_error_func,
  /external/grub/grub/
main.c 175 strncpy (config_file, optarg, 127); /* FIXME: arbitrary */
  /external/iproute2/genl/
genl.c 92 strncpy(f->name, str, 15);
  /external/linux-tools-perf/util/
debugfs.c 138 strncpy(debugfs_mountpoint, mountpoint, sizeof(debugfs_mountpoint));
  /external/mdnsresponder/mDNSShared/
dnsextd_parser.y 210 strncpy( keySpec->name, $2, sizeof( keySpec->name ) );
211 strncpy( keySpec->secret, $5, sizeof( keySpec->secret ) );
231 strncpy( zoneSpec->name, $2, sizeof( zoneSpec->name ) );
253 strncpy( zoneSpec->name, $2, sizeof( zoneSpec->name ) );
  /external/openssl/crypto/
LPdir_win.c 134 strncpy((*ctx)->entry_name, (const char *)(*ctx)->ctx.cFileName,
  /external/openssl/crypto/evp/
evp_key.c 75 strncpy(prompt_string,prompt,79);
  /external/oprofile/daemon/liblegacy/
opd_mapping.c 129 strncpy(c + 1, name, strlen(name));
  /external/oprofile/opjitconv/
opjitconv.c 298 strncpy(tmp_dumpfile, tmp_conv_dir, tmp_conv_dir_length);
331 strncpy(elf_file, anon_dir, result_dir_length);
338 strncpy(tmp_elffile, tmp_conv_dir, strlen(tmp_conv_dir));
558 strncpy(jitdumpfile, jitdump_dir, PATH_MAX);
  /external/webrtc/src/system_wrappers/source/
thread_win.cc 43 strncpy(_name, threadName, kThreadMaxNameLength);
  /frameworks/av/drm/common/
DrmConstraints.cpp 36 strncpy(charValue, value, length);
  /frameworks/native/cmds/ip-up-vpn/
ip-up-vpn.c 114 strncpy(ifr.ifr_name, interface, IFNAMSIZ);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_linux.c 208 strncpy(ifr.ifr_name, name, IFNAMSIZ);
328 strncpy(ifr->ifr_name, name, IFNAMSIZ);
460 strncpy(ifr.ifr_name, ifname, IFNAMSIZ);
586 strncpy(ifr->ifr_name, ifname, IFNAMSIZ);
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
Connection.cpp 84 strncpy(remote.sun_path, dest, sizeof(remote.sun_path) - 1);
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/
Server.cpp 71 strncpy(serverAddr.sun_path, socketAddr.c_str(), sizeof(serverAddr.sun_path) - 1);
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
string_h.pass.cpp 29 static_assert((std::is_same<decltype(strncpy(cp, cpc, s)), char*>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/c.strings/
cstring.pass.cpp 29 static_assert((std::is_same<decltype(std::strncpy(cp, cpc, s)), char*>::value), "");
  /system/vold/
vdc.c 130 strncpy(tmp, buffer + offset, 3);
  /bionic/libc/include/
string.h 72 extern char* strncpy(char *, const char *, size_t);
123 char *strncpy(char *dest, const char *src, size_t n) { function
  /external/chromium/chrome/browser/ui/gtk/
gtk_chrome_link_button.cc 194 strncpy(button->normal_color, "blue", 9);
250 strncpy(button->normal_color, "blue", 9);

Completed in 2257 milliseconds

1 2 3 4 5 67 8 91011>>