Home
last modified time | relevance | path

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

12345

/illumos-gate/usr/src/lib/libc/port/fp/
H A Dchar_to_decimal.h101 int i, agree; variable
248 agree = 1;
249 while (agree <= 7 &&
250 UCASE(current) == infstring[agree]) {
252 agree++;
254 if (agree < 3)
260 if (agree < 8) {
261 good = (current == EOF)? cp + 3 - agree :
262 cp + 2 - agree;
272 if (fortran_conventions >= 2 && (agree == 3 ||
[all …]
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwstod.c192 int i, agree; in wstring_to_decimal() local
301 agree = 1; in wstring_to_decimal()
302 while (agree <= 7 && in wstring_to_decimal()
303 UCASE(current) == (wchar_t)infstring[agree]) { in wstring_to_decimal()
305 agree++; in wstring_to_decimal()
307 if (agree >= 3) { in wstring_to_decimal()
311 good = (agree < 8)? cp + 2 - agree : cp - 1; in wstring_to_decimal()
320 agree = 1; in wstring_to_decimal()
321 while (agree <= 2 && in wstring_to_decimal()
322 UCASE(current) == (wchar_t)nanstring[agree]) { in wstring_to_decimal()
[all …]
/illumos-gate/usr/src/cmd/sendmail/cf/feature/
H A Dgenerics_entire_domain.m46 # By using this file, you agree to the terms and conditions set
H A Dvirtuser_entire_domain.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 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 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 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 Drelay_based_on_MX.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 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 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
/illumos-gate/usr/src/lib/libkmf/
H A Dcdsa_license.txt2 downloading, copying, installing or using the software you agree to
3 this license. If you do not agree to this license, do not download,
/illumos-gate/usr/src/uts/common/io/ipw/fw-ipw2100/
H A DLICENSE5 the following terms and conditions. By loading or using the Software, you agree
6 to the terms of this Agreement. If you do not wish to so agree, do not install
67 attachments, and other encumbrances. You agree not to remove any proprietary
143 agree to the terms of this Agreement. If you do not wish to so agree, do not
151 Software except as provided in this Agreement, and you agree to prevent
/illumos-gate/usr/src/cmd/sendmail/cf/m4/
H A Dversion.m49 # By using this file, you agree to the terms and conditions set

12345