Search | Google it | Results 1 - 2 of 2 for funcall:strncpy (0.00 seconds) |
105: /* Set boot information */ 106: strncpy(bootInfo.devnm, devnm, L_DEVNM); 107: bootInfo.devnm[i] = '\0'; /* erase partition number */
51: IFNET_FOREACH(ifp) { 52: (void)strncpy(ifr.ifr_name, ifp->if_xname, 53: sizeof(ifr.ifr_name));