Lines Matching defs:last
300 /* Get the last possible inode in the filesystem */
1202 int last, shift_left_factor = 0, _res;
1210 last = strlen(value) - 1;
1211 if (value[last] == 'K' || value[last] == 'k') {
1213 value[last] = '\0';
1215 if (value[last] == 'M' || value[last] == 'm') {
1217 value[last] = '\0';
1219 if (value[last] == 'G' || value[last] == 'g') {
1221 value[last] = '\0';