Lines Matching refs:separators
905 int separators = (flags & PRINT_F_QUOTE);
943 if (separators) /* Get the number of group separators we'll print. */
944 separators = getnumsep(pos);
946 zpadlen = precision - pos - separators;
948 - separators /* Number of separators. */
986 if (separators > 0 && pos > 0 && pos % 3 == 0)
1018 int separators = (flags & PRINT_F_QUOTE);
1216 if (separators) /* Get the number of group separators we'll print. */
1217 separators = getnumsep(ipos);
1223 - separators /* Number of group separators. */
1255 if (separators > 0 && ipos > 0 && ipos % 3 == 0)
1302 int separators = (digits - ((digits % 3 == 0) ? 1 : 0)) / 3;
1311 separators *= strln;
1314 return separators;