Searched refs:total_num_digits (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dinit.c290 int total_num_digits; local
304 for ( temp = value, total_num_digits=0 ; temp ; total_num_digits++ )
307 total_num_digits += minus;
310 buf[ total_num_digits - i - 1 ]= (char)(value%10 + '0');

Completed in 218 milliseconds