Search | Google it | Results 1 - 1 of 1 for funcall:strncpy from t2ex/t2ex_source/driver/tef_em1d/netdrv/src/misc.c (0.00 seconds) |
285: nm1 += (inf->devix >> 8) & 0x0f; /* Series name*/ 286: strncpy(inf->di.name, *nm1, L_NETPNAME); 287: n = strlen(*nm1); 290: nm2 += inf->devix & 0xff; /* individual name */ 291: strncpy(&inf->di.name[n], *nm2, L_NETPNAME - n); 292: }