Search | Google it | Results 1 - 3 of 3 for funcall:strlen from tkernel_2 (0.00 seconds) |
100: /* Length of the device name without the partition number */ 101: i = strlen(devnm); 102: c = devnm[i - 1];
230: } else { 231: i = hp < 0 ? 0 : (strlen(&hist[hp]) + hp + 1); 232: if (hist[i] == '\0') continue;
85: if ( name[L_DEVNM] != '\0' ) return E_PAR; 86: i = strlen(name); 87: if ( i <= 0 ) return E_PAR;