HomeSort by relevance Sort by last modified time
    Searched refs:strncpy (Results 176 - 200 of 548) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/experimental/droiddreamclean/
droiddreamclean.c 126 strncpy(installed_packages[num_packages], (pkg+8), len);
  /system/core/nexus/
WifiController.cpp 45 strncpy(mModulePath, modpath, sizeof(mModulePath));
46 strncpy(mModuleName, modname, sizeof(mModuleName));
47 strncpy(mModuleArgs, modargs, sizeof(mModuleArgs));
733 strncpy(buffer, (mWc->getBoundInterface() ? mWc->getBoundInterface() : "none"), max);
  /system/core/toolbox/
ifconfig.c 75 strncpy(ifr.ifr_name, argv[0], IFNAMSIZ);
  /system/media/wilhelm/src/itf/
IAndroidEffectCapabilities.c 62 strncpy((char*)pName, thiz->mFxDescriptors[index].name,
  /development/ide/xcode/ports/
skia_mac.cp 36 strncpy(workingDirectory, applicationPath, prefixLength);
  /external/e2fsprogs/lib/e2p/
ls.c 188 strncpy(buf, sb->s_volume_name, sizeof(sb->s_volume_name));
194 strncpy(buf, sb->s_last_mounted, sizeof(sb->s_last_mounted));
  /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/libpcap/
pcap-snoop.c 226 (void)strncpy(sr.sr_ifname, device, sizeof(sr.sr_ifname));
318 (void)strncpy(ifr.ifr_name, device, sizeof(ifr.ifr_name));
  /external/ppp/pppd/plugins/radius/
config.c 489 strncpy (hostnm, h, (size_t) len);
501 strncpy (secret, s, (size_t) len);
  /external/zlib/contrib/minizip/
minizip.c 102 strncpy(name, f,MAXFILENAME-1);
103 /* strncpy doesnt append the trailing NULL, of the string is too long. */
311 strncpy(filename_try, argv[zipfilenamearg],MAXFILENAME-1);
312 /* strncpy doesnt append the trailing NULL, of the string is too long. */
  /external/netcat/
netcat.c 383 strncpy (poop->name, hostent->h_name, MAXHOSTNAMELEN - 2);
386 strncpy (poop->addrs[x], inet_ntoa (poop->iaddrs[x]),
405 strncpy (poop->addrs[0], inet_ntoa (iaddr), sizeof (poop->addrs));
415 strncpy (poop->name, hostent->h_name, MAXHOSTNAMELEN - 2);
465 strncpy (portpoop->name, servent->s_name, sizeof (portpoop->name));
484 strncpy (portpoop->name, servent->s_name, sizeof (portpoop->name));
    [all...]
  /external/quake/quake/src/QW/client/
sbar.c 426 strncpy(t, Info_ValueForKey(s->userinfo, "team"), 16);
961 strncpy (team, tm->team, 4);
1132 strncpy (team, Info_ValueForKey(s->userinfo, "team"), 4);
1244 strncpy (team, Info_ValueForKey(s->userinfo, "team"), 4);
1250 strncpy(name, s->name, 16);
1277 strncpy (team, tm->team, 4);
screen.c 146 strncpy (scr_centerstring, str, sizeof(scr_centerstring)-1);
883 strncpy(st, cls.servername, sizeof(st));
887 strncpy(st, name.string, sizeof(st));
  /external/jhead/
exif.c 626 strncpy(ImageInfo.CameraMake, (char *)ValuePtr, ByteCount < 31 ? ByteCount : 31);
630 strncpy(ImageInfo.CameraModel, (char *)ValuePtr, ByteCount < 39 ? ByteCount : 39);
635 strncpy(ImageInfo.DateTime, (char *)ValuePtr, 19);
643 strncpy(ImageInfo.DateTime, (char *)ValuePtr, 19);
692 strncpy(ImageInfo.Comments, (char *)ValuePtr+a, 199);
697 strncpy(ImageInfo.Comments, (char *)ValuePtr, MAX_COMMENT_SIZE-1);
    [all...]
  /bionic/libc/netbsd/resolv/
res_init.c 284 (void)strncpy(statp->defdname, cp, sizeof(statp->defdname) - 1);
408 strncpy(statp->defdname, cp, sizeof(statp->defdname) - 1);
424 strncpy(statp->defdname, cp, sizeof(statp->defdname) - 1);
674 strncpy(ext->nsuffix, cp, (size_t)i);
682 strncpy(ext->nsuffix2, cp, (size_t)i);
  /external/dropbear/
loginrec.c 435 * NOTE: use strncpy because we do NOT necessarily want zero
460 strncpy(dst, src, (size_t)dstsize);
538 /* Use strncpy because we don't necessarily want null termination */
539 strncpy(ut->ut_name, li->username, MIN_SIZEOF(ut->ut_name, li->username));
541 strncpy(ut->ut_host, li->hostname, MIN_SIZEOF(ut->ut_host, li->hostname));
609 /* strncpy(): Don't necessarily want null termination */
610 strncpy(utx->ut_name, li->username, MIN_SIZEOF(utx->ut_name, li->username));
621 strncpy(utx->ut_host, li->hostname, MIN_SIZEOF(utx->ut_host, li->hostname));
    [all...]
  /external/icu4c/tools/tzcode/
zdump.c 507 (void) strncpy(buf, abbr(&tm), (sizeof buf) - 1);
527 (void) strncpy(buf,
542 (void) strncpy(buf,
686 (void) strncpy(loab, abbr(&lotm), (sizeof loab) - 1);
884 (void) strncpy(loab, abbr(&lotm), (sizeof loab) - 1);
  /hardware/libhardware_legacy/wifi/
wifi.c 687 strncpy(buf, WPA_EVENT_TERMINATING " - connection closed", buflen-1);
695 strncpy(buf, WPA_EVENT_TERMINATING " - recv error", buflen-1);
705 strncpy(buf, WPA_EVENT_TERMINATING " - signal 0 received", buflen-1);
  /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/e2fsprogs/misc/
uuidd.c 165 strncpy(srv_addr.sun_path, socket_path, sizeof(srv_addr.sun_path));
298 strncpy(my_addr.sun_path, socket_path, sizeof(my_addr.sun_path));
  /external/iproute2/ip/
ip6tunnel.c 148 strncpy(medium, *argv, IFNAMSIZ - 1);
208 strncpy(p->name, *argv, IFNAMSIZ - 1);
  /external/iproute2/tc/
m_ematch.c 78 strncpy(dst, namebuf, len - 1);
201 strncpy(buf, (char*) t->args->data, sizeof(buf)-1);
m_pedit.c 114 strncpy(p->id, str, sizeof(p->id)-1);
435 strncpy(k, *argv, sizeof (k) - 1);
  /external/jpeg/
jerror.h 232 strncpy((cinfo)->err->msg_parm.s, (str), JMSG_STR_PARM_MAX), \
288 strncpy((cinfo)->err->msg_parm.s, (str), JMSG_STR_PARM_MAX), \
  /external/tinyalsa/
mixer.c 201 strncpy(name, (char *)ctl->info->id.name, size);
410 strncpy(string, (char *)ctl->ename[enum_id], size);

Completed in 852 milliseconds

1 2 3 4 5 6 78 91011>>