Searched refs:addcount (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/usr.bin/env/
H A Denvopts.c168 int addcount, bq_destlen, copychar, found_sep, in_arg, in_dq, in_sq; local
191 addcount = 0;
338 addcount++;
376 *origc += addcount;
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dtsig.c1185 isc_uint16_t addcount, id; local
1379 memmove(&addcount, &header[DNS_MESSAGE_HEADERLEN - 2], 2);
1380 addcount = htons((isc_uint16_t)(ntohs(addcount) - 1));
1381 memmove(&header[DNS_MESSAGE_HEADERLEN - 2], &addcount, 2);
1501 isc_uint16_t addcount, id; local
1619 memmove(&addcount, &header[DNS_MESSAGE_HEADERLEN - 2], 2);
1620 addcount = htons((isc_uint16_t)(ntohs(addcount) - 1));
1621 memmove(&header[DNS_MESSAGE_HEADERLEN - 2], &addcount,
[all...]
H A Ddnssec.c972 isc_uint16_t addcount; local
1048 memmove(&addcount, &header[DNS_MESSAGE_HEADERLEN - 2], 2);
1049 addcount = htons((isc_uint16_t)(ntohs(addcount) - 1));
1050 memmove(&header[DNS_MESSAGE_HEADERLEN - 2], &addcount, 2);

Completed in 94 milliseconds