Searched defs:any (Results 1 - 6 of 6) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/
H A Dstrtoul.c5 * Permission to use, copy, modify, and/or distribute this software for any
75 int neg = 0, any, cutlim; local
98 for (acc = 0, any = 0;; c = *s++) {
109 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
110 any = -1;
112 any = 1;
117 if (any < 0) {
123 DE_CONST(any ? s - 1 : nptr, *endptr);
/bind-9.6-ESV-R11/lib/lwres/
H A Dstrtoul.c5 * Permission to use, copy, modify, and/or distribute this software for any
81 int neg = 0, any, cutlim; local
104 for (acc = 0, any = 0;; c = *s++) {
115 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
116 any = -1;
118 any = 1;
123 if (any < 0) {
129 DE_CONST(any ? s - 1 : nptr, *endptr);
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dsocket.c5 * Permission to use, copy, modify, and/or distribute this software for any
1563 * This function will verify tht the socket is no longer in use in any way,
2170 * Take the data we received in our private buffer, and if any recv() calls on
3425 isc_sockaddr_t any; local
3427 isc_sockaddr_anyofpf(&any, isc_sockaddr_pf(addr));
3428 if (bind(sock->fd, &any.type.sa, any.length) < 0) {
3610 * o Reset any state needed.
/bind-9.6-ESV-R11/bin/dig/
H A Ddighost.c5 * Permission to use, copy, modify, and/or distribute this software for any
1063 else { /* No search list. Use the domain name if any */
1458 printf(" isn't a subdomain of any Trusted Keys"
3022 isc_sockaddr_t any; local
3025 isc_sockaddr_any(&any);
3027 isc_sockaddr_any6(&any);
3034 if ((!isc_sockaddr_eqaddr(&query->sockaddr, &any) &&
/bind-9.6-ESV-R11/bin/named/
H A Dserver.c5 * Permission to use, copy, modify, and/or distribute this software for any
690 isc_sockaddr_t any; local
695 isc_sockaddr_any(&any);
698 isc_sockaddr_any6(&any);
701 if (isc_sockaddr_equal(&sa, &any))
3000 * the port is 'any' (the fourth arg is TRUE): if the port is
3883 * Do this after changing UID to make sure that any log
4655 "any newly configured zones are now loaded");
4708 * if any. If a zone is specified, point '*zonep' at it, otherwise
/bind-9.6-ESV-R11/lib/dns/
H A Dzone.c5 * Permission to use, copy, modify, and/or distribute this software for any
272 * is not on any such list, statelist is NULL.
1329 * master file (if any) is written by the server, rather than being
2622 * Apply update log, if any, on initial load.
3478 * If it will change then kill off any current refresh in progress
3516 * If count == 0, don't allocate any space for masters, mastersok or
3837 * Delete expired RRsigs and any RRsigs we are about to re-sign.
4806 * Ignore any NSEC3PARAM removals.
5982 * Commit the changes if any key has been marked as offline.
6749 isc_sockaddr_t any; local
[all...]

Completed in 2141 milliseconds