Symbol: REQUIRE
lib/libc/regex/regcomp.c
1011
(void)REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);
lib/libc/regex/regcomp.c
1116
(void)REQUIRE(MORE(), REG_EBRACK);
lib/libc/regex/regcomp.c
1118
(void)REQUIRE(c != '-' && c != ']', REG_ECTYPE);
lib/libc/regex/regcomp.c
1120
(void)REQUIRE(MORE(), REG_EBRACK);
lib/libc/regex/regcomp.c
1121
(void)REQUIRE(EATTWO(':', ']'), REG_ECTYPE);
lib/libc/regex/regcomp.c
1125
(void)REQUIRE(MORE(), REG_EBRACK);
lib/libc/regex/regcomp.c
1127
(void)REQUIRE(c != '-' && c != ']', REG_ECOLLATE);
lib/libc/regex/regcomp.c
1129
(void)REQUIRE(MORE(), REG_EBRACK);
lib/libc/regex/regcomp.c
1130
(void)REQUIRE(EATTWO('=', ']'), REG_ECOLLATE);
lib/libc/regex/regcomp.c
1151
(void)REQUIRE(start <= finish, REG_ERANGE);
lib/libc/regex/regcomp.c
1154
(void)REQUIRE(p_range_cmp(start, finish) <= 0, REG_ERANGE);
lib/libc/regex/regcomp.c
1264
(void)REQUIRE(MORE(), REG_EBRACK);
lib/libc/regex/regcomp.c
1270
(void)REQUIRE(EATTWO('.', ']'), REG_ECOLLATE);
lib/libc/regex/regcomp.c
187
#define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e))
lib/libc/regex/regcomp.c
188
#define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e))
lib/libc/regex/regcomp.c
189
#define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e))
lib/libc/regex/regcomp.c
412
(void)REQUIRE(MORE(), REG_EPAREN);
lib/libc/regex/regcomp.c
471
(void)REQUIRE(MORE(), REG_EESCAPE);
lib/libc/regex/regcomp.c
543
(void)REQUIRE(!MORE() || !isdigit((uch)PEEK()), REG_BADRPT);
lib/libc/regex/regcomp.c
569
(void)REQUIRE(MORE2() && \
lib/libc/regex/regcomp.c
574
(void)REQUIRE(!wascaret, REG_BADRPT);
lib/libc/regex/regcomp.c
601
(void)REQUIRE(count <= count2, REG_BADBR);
lib/libc/regex/regcomp.c
610
(void)REQUIRE(MORE(), REG_EBRACE);
lib/libc/regex/regcomp.c
633
(void)REQUIRE(MORE(), REG_EMPTY);
lib/libc/regex/regcomp.c
795
(void) REQUIRE(p->gnuext || HERE() != bc.start, REG_EMPTY);
lib/libc/regex/regcomp.c
842
(void)REQUIRE(MORE(), REG_EESCAPE);
lib/libc/regex/regcomp.c
907
(void)REQUIRE(EATTWO('\\', ')'), REG_EPAREN);
lib/libc/regex/regcomp.c
944
(void)REQUIRE(bc->nchain == 0, REG_BADRPT);
lib/libc/regex/regcomp.c
978
(void)REQUIRE(count <= count2, REG_BADBR);
lib/libc/regex/regcomp.c
987
(void)REQUIRE(MORE(), REG_EBRACE);
lib/msun/tests/test-utils.h
209
#define REQUIRE_FP_EXCEPTIONS(excepts, exceptmask) _fp_exceptions(REQUIRE, excepts, exceptmask)
lib/msun/tests/test-utils.h
210
#define REQUIRE_FP_EXCEPTIONS_MSG(excepts, exceptmask, fmt, ...) _fp_exceptions_msg(REQUIRE, excepts, exceptmask, fmt, __VA_ARGS__)
lib/msun/tests/test-utils.h
211
#define REQUIRE_CFPEQUAL_TOL(x, y, tol, flags) _cfpequal_tol(REQUIRE, x, y, tol, flags)
lib/msun/tests/test-utils.h
212
#define REQUIRE_CFPEQUAL_CS(x, y, checksign) _cfpequal_cs(REQUIRE, x, y, checksign)
lib/msun/tests/test-utils.h
213
#define REQUIRE_FPEQUAL(x, y) _fpequal_cs(REQUIRE, x, y, true)
lib/msun/tests/test-utils.h
214
#define REQUIRE_FPEQUAL_TOL(x, y, tol, flags) _fpequal_tol(REQUIRE, x, y, tol, flags)
sbin/dhclient/clparse.c
246
case REQUIRE:
sbin/dhclient/conflex.c
464
return (REQUIRE);
sbin/route/route.c
1720
REQUIRE(struct if_msghdr);
sbin/route/route.c
1740
REQUIRE(struct ifa_msghdr);
sbin/route/route.c
1749
REQUIRE(struct ifma_msghdr);
sbin/route/route.c
1755
REQUIRE(struct if_announcemsghdr);
tests/sys/kern/fdgrowtable_test.c
191
REQUIRE(child == 0);
tests/sys/kern/fdgrowtable_test.c
193
REQUIRE((kd = kvm_open(NULL, NULL, NULL, O_RDONLY, NULL)) != NULL);
tests/sys/kern/fdgrowtable_test.c
194
REQUIRE(pthread_create(&thread, NULL, exec_thread, NULL) == 0);
tests/sys/kern/fdgrowtable_test.c
199
REQUIRE(kp->ki_numthreads > 1);
tests/sys/kern/fdgrowtable_test.c
200
REQUIRE(old_tables(kd,kp) > 1);
tests/sys/kern/fdgrowtable_test.c
202
REQUIRE(pthread_cancel(thread) == 0);
tests/sys/kern/fdgrowtable_test.c
203
REQUIRE(pthread_join(thread, NULL) == 0);
tests/sys/netinet/libalias/util.c
106
REQUIRE(p->ip_hl == 5);
tests/sys/netinet/libalias/util.c
117
REQUIRE(payload >= (int)sizeof(*u));
tests/sys/netinet/libalias/util.c
96
REQUIRE(len >= 64 && len <= IP_MAXPACKET);
tests/sys/netinet/libalias/util.c
99
REQUIRE(p != NULL);
tools/regression/security/cap_test/cap_test.h
119
REQUIRE(to = cap_new(from, rights)); \
tools/regression/security/cap_test/cap_test_capabilities.c
125
REQUIRE(fstatfs(filefd, &sf));
tools/regression/security/cap_test/cap_test_capabilities.c
128
REQUIRE(fd_cap = cap_new(filefd, rights));
tools/regression/security/cap_test/cap_test_capabilities.c
131
REQUIRE(fd_capcap = cap_new(fd_cap, rights));
tools/regression/security/cap_test/cap_test_capabilities.c
135
REQUIRE(dfd_cap = cap_new(dirfd, rights));
tools/regression/security/cap_test/cap_test_capmode.c
72
REQUIRE(fd_file = open("/tmp/cap_capmode", O_RDWR|O_CREAT, 0644));
tools/regression/security/cap_test/cap_test_capmode.c
73
REQUIRE(fd_close = open("/dev/null", O_RDWR));
tools/regression/security/cap_test/cap_test_capmode.c
74
REQUIRE(fd_dir = open("/tmp", O_RDONLY));
tools/regression/security/cap_test/cap_test_capmode.c
75
REQUIRE(fd_socket = socket(PF_INET, SOCK_DGRAM, 0));
tools/regression/security/cap_test/cap_test_capmode.c
78
REQUIRE(cap_enter());
tools/regression/security/cap_test/cap_test_fcntl.c
105
REQUIRE(cap = cap_new(f.f_fd, CAP_READ));
tools/regression/security/cap_test/cap_test_fcntl.c
74
REQUIRE(files[0].f_fd);
tools/regression/security/cap_test/cap_test_fcntl.c
75
REQUIRE(files[1].f_fd);
tools/regression/security/cap_test/cap_test_fcntl.c
76
REQUIRE(files[2].f_fd);
tools/regression/security/cap_test/cap_test_fcntl.c
83
REQUIRE(caps[0].f_fd);
tools/regression/security/cap_test/cap_test_fcntl.c
84
REQUIRE(caps[1].f_fd);
tools/regression/security/cap_test/cap_test_fcntl.c
85
REQUIRE(caps[2].f_fd);
tools/regression/security/cap_test/cap_test_fcntl.c
94
REQUIRE(cap_enter());
tools/regression/security/cap_test/cap_test_pdfork.c
84
REQUIRE(fstat(pd, &stat));
tools/regression/security/cap_test/cap_test_relative.c
100
REQUIRE(fd = openat(etc_cap_base, "passwd", O_RDONLY));
tools/regression/security/cap_test/cap_test_relative.c
107
REQUIRE(cap_enter());
tools/regression/security/cap_test/cap_test_relative.c
136
REQUIRE(fd = openat(etc, "passwd", O_RDONLY));
tools/regression/security/cap_test/cap_test_relative.c
142
REQUIRE(fd = openat(etc_cap_base, "passwd", O_RDONLY));
tools/regression/security/cap_test/cap_test_relative.c
58
REQUIRE(etc = open("/etc/", O_RDONLY));