Searched defs:agree (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/fp/
H A Dchar_to_decimal.h103 int i, agree; variable
250 agree = 1;
251 while (agree <= 7 &&
252 UCASE(current) == infstring[agree]) {
254 agree++;
256 if (agree < 3)
262 if (agree < 8) {
263 good = (current == EOF)? cp + 3 - agree :
264 cp + 2 - agree;
274 if (fortran_conventions >= 2 && (agree
[all...]
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwstod.c194 int i, agree; local
303 agree = 1;
304 while (agree <= 7 &&
305 UCASE(current) == (wchar_t)infstring[agree]) {
307 agree++;
309 if (agree >= 3) {
313 good = (agree < 8)? cp + 2 - agree : cp - 1;
322 agree = 1;
323 while (agree <
[all...]

Completed in 59 milliseconds