Searched refs:numlo (Results 1 – 1 of 1) sorted by relevance
130 unsigned long numlo; in dotted_num() local143 numlo = num % 1000000000; in dotted_num()147 sprintf(*buf, "%.*lu%09lu", size-9, numhi, numlo); in dotted_num()149 sprintf(*buf, "%.*lu", size, numlo); in dotted_num()