Home
last modified time | relevance | path

Searched refs:nrem (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dname.c1066 unsigned int tlen, nrem, nused, digits = 0, labels, tused; in dns_name_fromtext() local
1111 nrem = isc_buffer_availablelength(target); in dns_name_fromtext()
1112 if (nrem > 255) { in dns_name_fromtext()
1113 nrem = 255; in dns_name_fromtext()
1120 while (nrem > 0 && tlen > 0 && !done) { in dns_name_fromtext()
1136 nrem--; in dns_name_fromtext()
1150 nrem--; in dns_name_fromtext()
1158 if (nrem == 0) { in dns_name_fromtext()
1174 nrem--; in dns_name_fromtext()
1191 nrem--; in dns_name_fromtext()
[all …]
H A Drdata.c1551 unsigned int n, nrem; in commatxt_fromtext() local
1561 nrem = tregion.length; in commatxt_fromtext()
1562 if (nrem < 1) { in commatxt_fromtext()
1568 nrem--; in commatxt_fromtext()
1573 if (nrem > 255) { in commatxt_fromtext()
1574 nrem = 255; in commatxt_fromtext()
1625 if (nrem == 0) { in commatxt_fromtext()
1630 nrem--; in commatxt_fromtext()
1763 unsigned int n, nrem; in multitxt_fromtext() local
1776 nrem = tregion.length; in multitxt_fromtext()
[all …]
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dname.c779 unsigned int tlen, nrem, nused, digits = 0, labels, tused; in dns_name_rdatacompare()
824 nrem = isc_buffer_availablelength(target); in dns_name_issubdomain()
825 if (nrem > DNS_NAME_MAXWIRE) { in dns_name_issubdomain()
826 nrem = DNS_NAME_MAXWIRE; in dns_name_issubdomain()
833 while (nrem > 0 && tlen > 0 && !done) { in dns_name_issubdomain()
849 nrem--; in dns_name_matcheswildcard()
863 nrem--; in dns_name_matcheswildcard()
871 if (nrem == 0) { in dns_name_countlabels()
887 nrem--; in dns_name_getlabel()
903 nrem in dns_name_getlabel()
1066 unsigned int tlen, nrem, nused, digits = 0, labels, tused; dns_name_fromtext() local
2040 unsigned int nrem, labels, prefix_length, length; dns_name_concatenate() local
[all...]
H A Drdata.c1753 unsigned int n, nrem; in multitxt_totext()
1763 nrem = tregion.length; in multitxt_fromtext()
1764 if (nrem < 1) { in multitxt_fromtext()
1770 nrem--; in multitxt_fromtext()
1775 if (nrem > 255) { in multitxt_fromtext()
1776 nrem = 255; in multitxt_fromtext()
1827 if (nrem == 0) { in multitxt_fromtext()
1832 nrem--; in name_prefix()
1970 unsigned int n, nrem; in name_tobuffer()
1983 nrem in uint32_fromregion()
1553 unsigned int n, nrem; commatxt_fromtext() local
1765 unsigned int n, nrem; multitxt_fromtext() local
[all...]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfgloopmanip.cc306 int i, nrem, n_bord_bbs; in remove_path() local
344 nrem = find_path (e, &rem_bbs); in remove_path()
352 for (i = 0; i < nrem; i++) in remove_path()
364 for (i = 0; i < nrem; i++) in remove_path()
384 for (i = 0; i < nrem; i++) in remove_path()
388 remove_bbs (rem_bbs, nrem); in remove_path()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfgloopmanip.c307 int i, nrem, n_bord_bbs; in remove_path() local
345 nrem = find_path (e, &rem_bbs); in remove_path()
353 for (i = 0; i < nrem; i++) in remove_path()
365 for (i = 0; i < nrem; i++) in remove_path()
385 for (i = 0; i < nrem; i++) in remove_path()
389 remove_bbs (rem_bbs, nrem); in remove_path()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dtransfer.c1206 size_t nrem; in unformatted_write() local
1227 nrem = nelems; in unformatted_write()
1231 if (size * nrem > BSWAP_BUFSZ) in unformatted_write()
1234 nc = nrem; in unformatted_write()
1239 nrem -= nc; in unformatted_write()
1241 while (nrem > 0); in unformatted_write()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dtransfer.c1276 size_t nrem; in unformatted_write() local
1309 nrem = nelems; in unformatted_write()
1313 if (size * nrem > BSWAP_BUFSZ) in unformatted_write()
1316 nc = nrem; in unformatted_write()
1367 nrem -= nc; in unformatted_write()
1369 while (nrem > 0); in unformatted_write()