Home
last modified time | relevance | path

Searched refs:agree (Results 1 – 25 of 110) sorted by relevance

12345

/titanic_41/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 == 3 ||
[all …]
/titanic_41/usr/src/lib/libc/port/i18n/
H A Dwstod.c194 int i, agree; in wstring_to_decimal() local
303 agree = 1; in wstring_to_decimal()
304 while (agree <= 7 && in wstring_to_decimal()
305 UCASE(current) == (wchar_t)infstring[agree]) { in wstring_to_decimal()
307 agree++; in wstring_to_decimal()
309 if (agree >= 3) { in wstring_to_decimal()
313 good = (agree < 8)? cp + 2 - agree : cp - 1; in wstring_to_decimal()
322 agree = 1; in wstring_to_decimal()
323 while (agree <= 2 && in wstring_to_decimal()
324 UCASE(current) == (wchar_t)nanstring[agree]) { in wstring_to_decimal()
[all …]
/titanic_41/usr/src/cmd/sendmail/cf/feature/
H A Dvirtuser_entire_domain.m46 # By using this file, you agree to the terms and conditions set
H A Dgenerics_entire_domain.m46 # By using this file, you agree to the terms and conditions set
H A Daccept_unresolvable_domains.m46 # By using this file, you agree to the terms and conditions set
H A Dloose_relay_check.m46 # By using this file, you agree to the terms and conditions set
H A Daccept_unqualified_senders.m46 # By using this file, you agree to the terms and conditions set
H A Dno_default_msa.m46 # By using this file, you agree to the terms and conditions set
H A Dpreserve_local_plus_detail.m46 # By using this file, you agree to the terms and conditions set
H A Drelay_entire_domain.m46 # By using this file, you agree to the terms and conditions set
H A Drelay_hosts_only.m46 # By using this file, you agree to the terms and conditions set
H A Drequire_rdns.m46 # By using this file, you agree to the terms and conditions set
H A Dblacklist_recipients.m46 # By using this file, you agree to the terms and conditions set
H A Dblock_bad_helo.m46 # By using this file, you agree to the terms and conditions set
H A Drelay_based_on_MX.m46 # By using this file, you agree to the terms and conditions set
H A Dlocal_no_masquerade.m46 # By using this file, you agree to the terms and conditions set
H A Dpreserve_luser_host.m46 # By using this file, you agree to the terms and conditions set
H A Duse_client_ptr.m46 # By using this file, you agree to the terms and conditions set
H A Dmasquerade_entire_domain.m49 # By using this file, you agree to the terms and conditions set
H A Dmasquerade_envelope.m49 # By using this file, you agree to the terms and conditions set
H A Dlimited_masquerade.m49 # By using this file, you agree to the terms and conditions set
H A Dlookupdotdomain.m46 # By using this file, you agree to the terms and conditions set
H A Dstickyhost.m49 # By using this file, you agree to the terms and conditions set
H A Dbadmx.m46 # By using this file, you agree to the terms and conditions set
/titanic_41/usr/src/cmd/sendmail/cf/m4/
H A Dversion.m49 # By using this file, you agree to the terms and conditions set

12345