HomeSort by relevance Sort by last modified time
    Searched refs:xstrncpy (Results 1 - 15 of 15) 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 60 xstrncpy(req.ifr_name, interface, IFNAMSIZ);
212 xstrncpy(ifr.ifr_name, TT.iface, IFNAMSIZ);
ip.c 643 xstrncpy(req.ifr_name, *argv, IF_NAMESIZE);
671 xstrncpy(req.ifr_ifru.ifru_newname, *argv, IF_NAMESIZE);
673 xstrncpy(req.ifr_name, *argv++, IF_NAMESIZE);
836 xstrncpy(link->type, lname, IFNAMSIZ);
883 xstrncpy(link->state, lname,IFNAMSIZ);
972 xstrncpy(label, RTA_DATA(rta_tb[IFA_LABEL]), 256);
    [all...]
route.c 376 xstrncpy(ifre->ifr_name, dev_name, IFNAMSIZ);
tar.c 207 xstrncpy(hdr.link, node->arg, sizeof(hdr.link));
225 xstrncpy(hdr.link, lnk, sizeof(hdr.link));
dhcp.c 288 xstrncpy(req.ifr_name, interface, IFNAMSIZ);
631 xstrncpy(ifr.ifr_name, state->iface, IFNAMSIZ);
    [all...]
dhcp6.c 168 xstrncpy(req.ifr_name, interface, IFNAMSIZ);
dhcpd.c 369 xstrncpy(req.ifr_name, (char *)interface, IFNAMSIZ);
838 xstrncpy(ifr.ifr_name, gconfig.interface, IFNAMSIZ);
    [all...]
  /external/toybox/toys/other/
vconfig.c 60 xstrncpy(request.device1, toys.optargs[1], 16);
losetup.c 115 xstrncpy((char *)loop->lo_file_name, s, LO_NAME_SIZE);
  /external/toybox/toys/net/
ifconfig.c 112 xstrncpy(ifre.ifr_name, name, IFNAMSIZ);
357 xstrncpy(ifre.ifr_name, *argv, IFNAMSIZ);
  /external/toybox/lib/
lib.h 114 void xstrncpy(char *dest, char *src, size_t size);
xwrap.c 16 void xstrncpy(char *dest, char *src, size_t size) function

Completed in 827 milliseconds