Searched refs:allocated_p (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/bsd/libbind/dist/isc/
H A Dctl_p.h15 #define allocated_p(Buf) ((Buf).text != NULL) macro
H A Dctl_p.c83 REQUIRE(!allocated_p(*buf) && buf->used == 0U);
85 if (!allocated_p(*buf)) {
96 REQUIRE(allocated_p(*buf));
H A Dctl_clnt.c375 if (allocated_p(ctx->inbuf))
379 if (allocated_p(this->outbuf))
503 if (!allocated_p(ctx->inbuf) &&
560 if (allocated_p(ctx->inbuf))
H A Dctl_srvr.c323 if (!allocated_p(sess->outbuf) &&
511 if (allocated_p(sess->inbuf))
513 if (allocated_p(sess->outbuf))
583 if (!allocated_p(sess->inbuf) &&
687 REQUIRE(allocated_p(sess->inbuf));
745 INSIST(allocated_p(sess->outbuf));
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dira-int.h1630 ira_subloop_allocnos_can_differ_p (ira_allocno_t a, bool allocated_p = true,
1648 if (allocated_p)

Completed in 85 milliseconds