- t2ex
- bsd_source/t2ex/network/net/src_bsd/compat/common/uipc_syscalls_40.c - 4.2KB - 119 lines
51: IFNET_FOREACH(ifp) {
52: (void)strncpy(ifr.ifr_name, ifp->if_xname,
53: sizeof(ifr.ifr_name));
- bsd_source/t2ex/network/net/src_bsd/kern/uipc_domain.c - 21.1KB - 741 lines
205: if (dp->dom_mowner.mo_name[0] == '\0') {
206: strncpy(dp->dom_mowner.mo_name, dp->dom_name,
207: sizeof(dp->dom_mowner.mo_name));
- bsd_source/t2ex/network/net/src_bsd/net/if.c - 61.4KB - 2,117 lines
1112: ifc = LIST_NEXT(ifc, ifc_list), count--, dst += IFNAMSIZ) {
1113: (void)strncpy(outbuf, ifc->ifc_name, sizeof(outbuf));
1114: if (outbuf[sizeof(outbuf) - 1] != '\0')
- More results from if.c
- bsd_source/t2ex/network/net/src_bsdlib/libc/net/getaddrinfo.c - 74.1KB - 2,420 lines
1786: if (p->table.aliases != NULL) {
1787: strncpy(hostbuf, p->table.aliases, T2EX_NS_HOSTBUFSZ - 1);
1788: hostbuf[T2EX_NS_HOSTBUFSZ - 1] = '\0';
- More results from getaddrinfo.c
- bsd_source/t2ex/network/net/src_bsdlib/libc/net/gethnamaddr.c - 48.5KB - 1,584 lines
673: }
674: strncpy(hostbuf, name, MAXDNAME);
675: hostbuf[MAXDNAME] = '\0';
- More results from gethnamaddr.c
- bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_data.c - 21.4KB - 784 lines
651: if (statp->dnsrch[0] == NULL) {
652: strncpy(statp->defdname, domain, sizeof(statp->defdname) - 1);
653: statp->defdname[sizeof(statp->defdname) - 1] = '\0';
- More results from res_data.c
- bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_init.c - 36.4KB - 1,026 lines
349: if ((cp = getenv("LOCALDOMAIN")) != NULL) {
350: (void)strncpy(statp->defdname, cp, sizeof(statp->defdname) - 1);
351: statp->defdname[sizeof(statp->defdname) - 1] = '\0';
- More results from res_init.c
- bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_query.c - 20.3KB - 567 lines
488: #endif
489: strncpy(nbuf, name, (size_t)n);
490: nbuf[n] = '\0';
- More results from res_query.c
- bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_send.c - 46.1KB - 1,357 lines
1284: sbuf, sizeof(sbuf), niflags)) {
1285: strncpy(hbuf, "?", sizeof(hbuf) - 1);
1286: hbuf[sizeof(hbuf) - 1] = '\0';
- More results from res_send.c
- t2ex_source/driver/tef_em1d/netdrv/src/misc.c - 10.7KB - 328 lines
285: nm1 += (inf->devix >> 8) & 0x0f; /* Series name*/
286: strncpy(inf->di.name, *nm1, L_NETPNAME);
287: n = strlen(*nm1);
- More results from misc.c