Searched refs:totaldigits (Results 1 – 1 of 1) sorted by relevance
363 int c, old_c, totaldigits, ndigits, nchunks, nbits; in __bitmap_parse() local369 nchunks = nbits = totaldigits = c = 0; in __bitmap_parse()372 ndigits = totaldigits; in __bitmap_parse()392 if (totaldigits && c && isspace(old_c)) in __bitmap_parse()411 totaldigits++; in __bitmap_parse()413 if (ndigits == totaldigits) in __bitmap_parse()510 int c, old_c, totaldigits, ndigits; in __bitmap_parselist() local514 totaldigits = c = 0; in __bitmap_parselist()520 ndigits = totaldigits; in __bitmap_parselist()546 if ((totaldigits != ndigits) && isspace(old_c)) in __bitmap_parselist()[all …]