- t2ex
- t2ex_source/kernel/sysmain/src/network_sample/dhclient.c - 13.2KB - 407 lines
138: bzero(&ifr, sizeof ifr);
139: strncpy(ifr.ifr_name, state->ifname, IFNAMSIZ-1);
140:
- More results from dhclient.c
- t2ex_source/kernel/sysmain/src/network_sample/net_show.c - 7.0KB - 223 lines
121: printf("%s:\n", ifa->ifa_name);
122: strncpy(lastname, ifa->ifa_name, IFNAMSIZ-1);
123: }
- t2ex_source/kernel/sysmain/src/network_sample/util.c - 7.1KB - 246 lines
122:
123: strncpy(ifr.ifr_name, ifname, IFNAMSIZ-1);
124:
- More results from util.c
- t2ex_source/lib/libtk/src_t2ex/fastulock.c - 3.6KB - 131 lines
100: } else {
101: strncpy((char*)&csem.exinf, (char*)name, sizeof(csem.exinf));
102: }
- t2ex_source/lib/libtk/src_t2ex/fastumlock.c - 5.2KB - 196 lines
156: } else {
157: strncpy((char*)&cflg.exinf, (char*)name, sizeof(cflg.exinf));
158: }
- t2ex_source/t2ex/fs/fimp/src/fimp_console.c - 12.8KB - 444 lines
328: /* Set one entry to dir buffer */
329: strncpy(dir->d_name, fname, nlen);
330: dir->d_name[nlen] = '\0';
- t2ex_source/t2ex/fs/fimp/src/fimp_fat_enc.h - 7.0KB - 238 lines
62: */
63: #define fat_strncpy(dst,src,n) (UB*)strncpy((B*)(dst),(const B*)(src),(size_t)(n))
64: IMPORT W fat_strncasecmp(const UB *str1, const UB *str2, UW n);
- t2ex_source/t2ex/fs/fs/src/fs_root.c - 9.2KB - 312 lines
180:
181: strncpy(req->buf, root_con_name, sizeof(root_con_name));
182: return E_OK;
- More results from fs_root.c
- t2ex_source/t2ex/network/net/src/netmain/tkn_subr.c - 16.6KB - 662 lines
452: dev_num = tkn_nif_mng.nifm_nifmax;
453: strncpy((char*)tkn_dev_info[dev_num].nif_dev, devname, TKN_NIFNAMESIZE);
454:
- t2ex_source/t2ex/network/net/src/netmain/tkn_taskutil.c - 3.6KB - 131 lines
69: if (s)
70: strncpy((char*)exinf.c, s, sizeof(exinf.c));
71: else