Searched refs:totaldigits (Results 1 – 1 of 1) sorted by relevance
364 int c, old_c, totaldigits, ndigits, nchunks, nbits; in __bitmap_parse() local370 nchunks = nbits = totaldigits = c = 0; in __bitmap_parse()373 ndigits = totaldigits; in __bitmap_parse()393 if (totaldigits && c && isspace(old_c)) in __bitmap_parse()412 totaldigits++; in __bitmap_parse()414 if (ndigits == totaldigits) in __bitmap_parse()517 int c, old_c, totaldigits, ndigits; in __bitmap_parselist() local521 totaldigits = c = 0; in __bitmap_parselist()530 ndigits = totaldigits; in __bitmap_parselist()556 if ((totaldigits != ndigits) && isspace(old_c)) in __bitmap_parselist()[all …]