gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:strlen from tkernel_2 (0.02 seconds)
tkernel_2
monitor/cmdsvc/src/boot.c - 3.9KB - 126 lines
100:                 /* Length of the device name without the partition number */
101:                 i = strlen(devnm);
102:                 c = devnm[i - 1];
monitor/cmdsvc/src/console.c - 8.9KB - 293 lines
230:                         } else {
231:                                 i = hp < 0 ? 0 : (strlen(&hist[hp]) + hp + 1);
232:                                 if (hist[i] == '\0') continue;
More results from console.c
monitor/hwdepend/tef_em1d/src/diskio.c - 7.4KB - 250 lines
85:         if ( name[L_DEVNM] != '\0' ) return E_PAR;
86:         i = strlen(name);
87:         if ( i <= 0 ) return E_PAR;