- t2ex
- bsd_source/t2ex/network/net/src_bsdlib/libc/net/if_indextoname.c - 3.9KB - 123 lines
110: else
111: strlcpy(ifname, ifa->ifa_name, IFNAMSIZ);
112:
- bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_init.c - 36.4KB - 1,026 lines
340: cp = (cp == NULL) ? buf : (cp + 1);
341: (void)strlcpy(statp->defdname, cp,
342: sizeof(statp->defdname));
- t2ex_source/t2ex/network/net/src/netmain/if_tkn.c - 28.4KB - 1,184 lines
665:
666: strlcpy(ifp->if_xname, (const char*)nif_info->nif_dev, IFNAMSIZ);
667:
- t2ex_source/t2ex/network/net/src/netmain/tkn_subr.c - 16.6KB - 662 lines
305:
306: strlcpy(SCARG(uap, name), sys_hostname, SCARG(uap, len));
307:
- More results from tkn_subr.c