HomeSort by relevance Sort by last modified time
    Searched refs:xstrncpy (Results 1 - 16 of 16) sorted by null

  /external/toybox/toys/pending/
brctl.c 52 xstrncpy(ifr.ifr_name, bridge, IFNAMSIZ);
65 xstrncpy(ifr.ifr_name, bridge, IFNAMSIZ);
121 xstrncpy(br, argv[0], IFNAMSIZ);
134 xstrncpy(br, argv[0], IFNAMSIZ);
151 xstrncpy(ifr.ifr_name, argv[0], IFNAMSIZ);
169 xstrncpy(ifr.ifr_name, argv[0], IFNAMSIZ);
197 xstrncpy(ifr.ifr_name, br, IFNAMSIZ);
273 xstrncpy(ifr.ifr_name, br, IFNAMSIZ);
getty.c 277 xstrncpy(entry.ut_line, ttyname(STDIN_FILENO) +
280 xstrncpy(entry.ut_user, "LOGIN", UT_NAMESIZE);
283 else xstrncpy(entry.ut_host, TT.host_str, UT_HOSTSIZE);
288 xstrncpy(entry.ut_line, ttyname(STDIN_FILENO) + strlen("/dev/"), UT_LINESIZE);
289 xstrncpy(entry.ut_user, "LOGIN", UT_NAMESIZE);
292 else xstrncpy(entry.ut_host, TT.host_str, UT_HOSTSIZE);
arp.c 168 xstrncpy(ifre.ifr_name, toys.optargs[1], IFNAMSIZ);
178 xstrncpy(req.arp_dev, TT.device, sizeof(req.arp_dev));
207 xstrncpy(req.arp_dev, TT.device, sizeof(req.arp_dev));
arping.c 66 xstrncpy(req.ifr_name, interface, IFNAMSIZ);
218 xstrncpy(ifr.ifr_name, TT.iface, IFNAMSIZ);
ip.c 649 xstrncpy(req.ifr_name, *argv, IF_NAMESIZE);
677 xstrncpy(req.ifr_ifru.ifru_newname, *argv, IF_NAMESIZE);
679 xstrncpy(req.ifr_name, *argv++, IF_NAMESIZE);
842 xstrncpy(link->type, lname, IFNAMSIZ);
889 xstrncpy(link->state, lname,IFNAMSIZ);
977 xstrncpy(label, RTA_DATA(rta_tb[IFA_LABEL]), 256);
    [all...]
tar.c 193 xstrncpy(hdr.name, hname, sizeof(hdr.name));
206 xstrncpy(hdr.link, node->arg, sizeof(hdr.link));
224 xstrncpy(hdr.link, lnk, sizeof(hdr.link));
route.c 414 xstrncpy(ifre->ifr_name, dev_name, IFNAMSIZ);
dhcp.c 291 xstrncpy(req.ifr_name, interface, IFNAMSIZ);
631 xstrncpy(ifr.ifr_name, state->iface, IFNAMSIZ);
    [all...]
netstat.c 404 xstrncpy(new->name, progname, PROGNAME_LEN);
dhcpd.c 249 xstrncpy(req.ifr_name, interface, IFNAMSIZ);
627 xstrncpy(ifr.ifr_name, gconfig.interface, IFNAMSIZ);
    [all...]
  /external/toybox/toys/other/
vconfig.c 58 xstrncpy(request.device1, toys.optargs[1], 16);
login.c 168 if (*toys.optargs) xstrncpy(username, *toys.optargs, sizeof(username));
losetup.c 115 xstrncpy((char *)loop->lo_file_name, s, LO_NAME_SIZE);
ifconfig.c 112 xstrncpy(ifre.ifr_name, name, IFNAMSIZ);
354 xstrncpy(ifre.ifr_name, *argv, IFNAMSIZ);
  /external/toybox/lib/
lib.h 86 void xstrncpy(char *dest, char *src, size_t size);
xwrap.c 16 void xstrncpy(char *dest, char *src, size_t size) function

Completed in 1105 milliseconds