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

/osnet-11/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...]
/osnet-11/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...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A DLocal.pm249 These routines are quite efficient and yet are always guaranteed to agree
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DTemp.pm1714 does not always agree, with C<stat(FH)> being more accurate than
1776 returned by stat() does not always agree, with C<stat(FH)> being more
/osnet-11/usr/src/cmd/sendmail/src/
H A Dsendmail.h8 * By using this file, you agree to the terms and conditions set
148 ERROR README: -DSASL (SASL) does not agree with the version of the CYRUS_SASL library (SASL_VERSION)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm3940 I agree (with the first alternative), don't add the '+' on positive

Completed in 93 milliseconds