Searched refs:REQUIRE (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/lib/libresolv2/common/isc/ |
H A D | ctl_clnt.c | 299 REQUIRE(ctx->state == connecting || ctx->state == connected); in start_write() 348 REQUIRE(ctx->wrID.opaque == NULL); in destroy() 349 REQUIRE(EMPTY(ctx->tran)); in destroy() 360 REQUIRE(ctx->coID.opaque == NULL); in destroy() 390 REQUIRE(ctx->state != destroyed); in error() 465 REQUIRE(ctx->state == connecting || ctx->state == connected); in start_read() 466 REQUIRE(ctx->rdID.opaque == NULL); in start_read() 479 REQUIRE(ctx->coID.opaque == NULL); in stop_read() 480 REQUIRE(ctx->rdID.opaque != NULL); in stop_read() 495 REQUIRE(ctx != NULL); in readable() [all …]
|
H A D | ctl_srvr.c | 312 REQUIRE(sess->state == initializing || in ctl_response() 316 REQUIRE(sess->wrtiID.opaque == NULL); in ctl_response() 317 REQUIRE(sess->wrID.opaque == NULL); in ctl_response() 488 REQUIRE(sess->state == initializing || in ctl_close() 494 REQUIRE(sess->sock != -1); in ctl_close() 526 REQUIRE(sess->state == initializing || in ctl_start_read() 530 REQUIRE(sess->rdtiID.opaque == NULL); in ctl_start_read() 531 REQUIRE(sess->rdID.opaque == NULL); in ctl_start_read() 555 REQUIRE(sess->state == reading || sess->state == reading_data); in ctl_stop_read() 556 REQUIRE(sess->rdID.opaque != NULL); in ctl_stop_read() [all …]
|
H A D | ctl_p.c | 81 REQUIRE(!allocated_p(*buf) && buf->used == 0U); in ctl_bufget() 94 REQUIRE(allocated_p(*buf)); in ctl_bufput()
|
H A D | logging.c | 210 REQUIRE(lc != NULL); in log_check_channel() 244 REQUIRE(lc != NULL); in log_check() 288 REQUIRE(lc != NULL); in log_vwrite() 473 REQUIRE(lc != NULL); in log_free_context() 690 REQUIRE(chan != NULL); in log_get_channel_type()
|
H A D | ev_connects.c | 293 REQUIRE((evmask & EV_READ) != 0); in listener()
|
H A D | memcluster.c | 387 REQUIRE(freelists != NULL); in __memput_record()
|
/titanic_50/usr/src/lib/libc/port/locale/ |
H A D | regcomp.c | 144 #define REQUIRE(co, e) ((co) || seterr(p, e)) macro 145 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e)) 146 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e)) 147 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e)) 293 (void) REQUIRE(HERE() != conc, REG_BADPAT); in p_ere() 339 (void) REQUIRE(MORE(), REG_EPAREN); in p_ere_exp() 395 (void) REQUIRE(MORE(), REG_EESCAPE); in p_ere_exp() 410 (void) REQUIRE(!MORE() || !isdigit((uch)PEEK()), REG_BADRPT); in p_ere_exp() 428 (void) REQUIRE(!wascaret, REG_BADRPT); in p_ere_exp() 455 (void) REQUIRE(count <= count2, REG_BADBR); in p_ere_exp() [all …]
|
/titanic_50/usr/src/lib/libresolv2/include/isc/ |
H A D | assertions.h | 68 #define REQUIRE(cond) \ macro 77 #define REQUIRE(cond) ((void) (cond)) macro
|
/titanic_50/usr/src/cmd/sgs/libld/common/ |
H A D | libld.msg | 1578 @ MSG_MAPKW_REQUIRE "REQUIRE"
|