Searched refs:REQUIRE (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/lib/libresolv2/common/isc/ |
H A D | ctl_clnt.c | 293 REQUIRE(ctx->state == connecting || ctx->state == connected); in start_write() 342 REQUIRE(ctx->wrID.opaque == NULL); in destroy() 343 REQUIRE(EMPTY(ctx->tran)); in destroy() 354 REQUIRE(ctx->coID.opaque == NULL); in destroy() 384 REQUIRE(ctx->state != destroyed); in error() 459 REQUIRE(ctx->state == connecting || ctx->state == connected); in start_read() 460 REQUIRE(ctx->rdID.opaque == NULL); in start_read() 473 REQUIRE(ctx->coID.opaque == NULL); in stop_read() 474 REQUIRE(ctx->rdID.opaque != NULL); in stop_read() 489 REQUIRE(ctx != NULL); in readable() [all …]
|
H A D | ctl_srvr.c | 306 REQUIRE(sess->state == initializing || in ctl_response() 310 REQUIRE(sess->wrtiID.opaque == NULL); in ctl_response() 311 REQUIRE(sess->wrID.opaque == NULL); in ctl_response() 482 REQUIRE(sess->state == initializing || in ctl_close() 488 REQUIRE(sess->sock != -1); in ctl_close() 520 REQUIRE(sess->state == initializing || in ctl_start_read() 524 REQUIRE(sess->rdtiID.opaque == NULL); in ctl_start_read() 525 REQUIRE(sess->rdID.opaque == NULL); in ctl_start_read() 549 REQUIRE(sess->state == reading || sess->state == reading_data); in ctl_stop_read() 550 REQUIRE(sess->rdID.opaque != NULL); in ctl_stop_read() [all …]
|
H A D | ctl_p.c | 77 REQUIRE(!allocated_p(*buf) && buf->used == 0U); in ctl_bufget() 90 REQUIRE(allocated_p(*buf)); in ctl_bufput()
|
H A D | logging.c | 206 REQUIRE(lc != NULL); in log_check_channel() 240 REQUIRE(lc != NULL); in log_check() 284 REQUIRE(lc != NULL); in log_vwrite() 469 REQUIRE(lc != NULL); in log_free_context() 686 REQUIRE(chan != NULL); in log_get_channel_type()
|
H A D | ev_connects.c | 287 REQUIRE((evmask & EV_READ) != 0); in listener()
|
H A D | memcluster.c | 382 REQUIRE(freelists != NULL); in __memput_record()
|
/illumos-gate/usr/src/lib/libc/port/regex/ |
H A D | regcomp.c | 177 #define REQUIRE(co, e) ((co) || seterr(p, e)) macro 178 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e)) 179 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e)) 180 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e)) 370 (void) REQUIRE(MORE(), REG_EPAREN); in p_ere_exp() 427 (void) REQUIRE(MORE(), REG_EESCAPE); in p_ere_exp() 457 (void) REQUIRE(MORE2() && \ in p_ere_exp() 461 (void) REQUIRE(!wascaret, REG_BADRPT); in p_ere_exp() 488 (void) REQUIRE(count <= count2, REG_BADBR); in p_ere_exp() 497 (void) REQUIRE(MORE(), REG_EBRACE); in p_ere_exp() [all …]
|
/illumos-gate/usr/src/lib/libresolv2/include/isc/ |
H A D | assertions.h | 68 #define REQUIRE(cond) \ macro 77 #define REQUIRE(cond) ((void) (cond)) macro
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | make.probe | 2200 do echo CC.REQUIRE.$f =`cat req.$f`
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | libld.msg | 1645 @ MSG_MAPKW_REQUIRE "REQUIRE"
|