Searched refs:REQUIRE (Results 76 - 100 of 110) sorted by relevance

12345

/freebsd-12-stable/contrib/ntp/libntp/
H A Datolfp.c43 REQUIRE(str != NULL);
H A Dsocket.c81 REQUIRE((int)fd >= 0);
H A Dntp_intres.c253 REQUIRE(NULL != node);
255 REQUIRE(0 == hints->ai_addrlen);
256 REQUIRE(NULL == hints->ai_addr);
257 REQUIRE(NULL == hints->ai_canonname);
258 REQUIRE(NULL == hints->ai_next);
655 REQUIRE(hostoctets);
656 REQUIRE(hostoctets + servoctets < 1024);
720 REQUIRE(octets < sizeof(host));
H A Drecvbuff.c372 REQUIRE((NULL == pf->phead && NULL == pf->pptail) ||
382 REQUIRE(NULL == pf->pptail || pptail == pf->pptail);
/freebsd-12-stable/tools/regression/security/cap_test/
H A Dcap_test_pdfork.c89 REQUIRE(fstat(pd, &stat));
H A Dcap_test_capabilities.c128 REQUIRE(fstatfs(filefd, &sf));
131 REQUIRE(fd_cap = cap_new(filefd, rights));
134 REQUIRE(fd_capcap = cap_new(fd_cap, rights));
138 REQUIRE(dfd_cap = cap_new(dirfd, rights));
/freebsd-12-stable/sbin/dhclient/
H A Ddhctoken.h100 #define REQUIRE 300 macro
/freebsd-12-stable/contrib/ntp/lib/isc/
H A Dradix.c54 REQUIRE(target != NULL);
101 REQUIRE(target != NULL && *target == NULL);
143 REQUIRE(target != NULL && *target == NULL);
168 REQUIRE(radix != NULL);
214 REQUIRE(radix != NULL);
228 REQUIRE(func != NULL);
247 REQUIRE(radix != NULL);
248 REQUIRE(prefix != NULL);
249 REQUIRE(target != NULL && *target == NULL);
311 REQUIRE(radi
[all...]
H A Dnetaddr.c38 REQUIRE(a != NULL && b != NULL);
78 REQUIRE(a != NULL && b != NULL);
136 REQUIRE(netaddr != NULL);
324 REQUIRE(netaddr->family == AF_INET6);
428 REQUIRE(s->family == AF_INET6);
429 REQUIRE(IN6_IS_ADDR_V4MAPPED(&src->type.in6));
H A Dbacktrace.c69 * Validate the arguments: intentionally avoid using REQUIRE().
217 REQUIRE(addrp != NULL && *addrp == NULL);
218 REQUIRE(symbolp != NULL && *symbolp == NULL);
262 * Validate the arguments: intentionally avoid using REQUIRE().
H A Dsha2.c89 REQUIRE(context != (isc_sha224_t *)0 && data != (isc_uint8_t*)0);
97 REQUIRE(context != (isc_sha224_t *)0);
128 REQUIRE(context != (isc_sha256_t *)0 && data != (isc_uint8_t*)0);
136 REQUIRE(context != (isc_sha256_t *)0);
166 REQUIRE(context != (isc_sha512_t *)0 && data != (isc_uint8_t*)0);
173 REQUIRE(context != (isc_sha512_t *)0);
204 REQUIRE(context != (isc_sha512_t *)0 && data != (isc_uint8_t*)0);
212 REQUIRE(context != (isc_sha384_t *)0);
796 REQUIRE(context != (isc_sha256_t *)0 && data != (isc_uint8_t*)0);
848 REQUIRE(contex
[all...]
H A Dhmacmd5.c146 REQUIRE(len <= ISC_MD5_DIGESTLENGTH);
H A Dprint.c215 REQUIRE(p != NULL);
220 REQUIRE(p != NULL);
225 REQUIRE(p != NULL);
419 REQUIRE(cp != NULL);
H A Dhttpd.c264 REQUIRE(mctx != NULL);
265 REQUIRE(sock != NULL);
266 REQUIRE(task != NULL);
267 REQUIRE(tmgr != NULL);
268 REQUIRE(httpdp != NULL && *httpdp == NULL);
H A Dsockaddr.c53 REQUIRE(a != NULL && b != NULL);
121 REQUIRE(sockaddr != NULL);
213 REQUIRE(sockaddr != NULL);
/freebsd-12-stable/contrib/ntp/lib/isc/unix/
H A Dentropy.c257 REQUIRE(VALID_ENTROPY(ent));
282 REQUIRE(!blocking);
496 REQUIRE(VALID_ENTROPY(ent));
497 REQUIRE(fname != NULL);
H A Difiter_ioctl.c315 REQUIRE(mctx != NULL);
316 REQUIRE(iterp != NULL);
317 REQUIRE(*iterp == NULL);
462 REQUIRE(VALID_IFITER(iter));
689 REQUIRE(VALID_IFITER(iter));
692 REQUIRE(iter->pos6 < (unsigned int) iter->lifc.lifc_len);
949 REQUIRE(iter->pos6 < (unsigned int) iter->lifc.lifc_len);
H A Dresource.c94 REQUIRE(resource >= isc_resource_coresize &&
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_restrict.c509 REQUIRE(NULL != r4a);
618 REQUIRE(NULL == resmask);
619 REQUIRE(RESTRICT_FLAGS == op);
657 REQUIRE(0);
759 REQUIRE(AF_INET == AF(addr) || AF_INET6 == AF(addr));
H A Dntp_monitor.c328 REQUIRE(rbufp != NULL);
/freebsd-12-stable/contrib/ntp/lib/isc/win32/
H A Dstrerror.c66 REQUIRE(buf != NULL);
H A Dfsaccess.c68 REQUIRE(filename != NULL);
H A Dnet.c301 REQUIRE(low != NULL && high != NULL);
/freebsd-12-stable/contrib/ntp/lib/isc/include/isc/
H A Dutil.h213 #define REQUIRE(e) ISC_REQUIRE(e) macro
/freebsd-12-stable/sbin/route/
H A Droute.c1652 #define REQUIRE(x) do { \ macro
1661 REQUIRE(struct if_msghdr);
1681 REQUIRE(struct ifa_msghdr);
1690 REQUIRE(struct ifma_msghdr);
1696 REQUIRE(struct if_announcemsghdr);
1728 #undef REQUIRE macro

Completed in 241 milliseconds

12345