gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:strncpy from tkernel_2 (0.00 seconds)
tkernel_2
monitor/cmdsvc/src/boot.c - 3.9KB - 126 lines
105:                 /* Set boot information */
106:                 strncpy(bootInfo.devnm, devnm, L_DEVNM);
107:                 bootInfo.devnm[i] = '\0'; /* erase partition number */
monitor/hwdepend/tef_em1d/src/diskio.c - 7.4KB - 250 lines
83:         /* checking device name */
84:         strncpy(name, devnm, L_DEVNM + 1);
85:         if ( name[L_DEVNM] != '\0' ) return E_PAR;