Symbol: check
bin/rm/rm.c
521
check(char *path, char *name, struct stat *sp, const char *dowhat)
games/hunt/huntd/draw.c
263
check(PLAYER *pp, int y, int x)
lib/libc/gdtoa/test/dt.c
161
check(d) U *d;
lib/libc/gen/nlist_ecoff.c
62
#define check(off, size) \
lib/libc/gen/nlist_elf32.c
72
#define check(off, size) (off + size > mappedsize)
sys/arch/sgimips/stand/haudfw/haudfw.c
85
check(bool constraint, const char *format, ...)
sys/crypto/nist_hash_drbg/nist_hash_drbg.c
1021
check(unsigned katno, const char *name, const uint8_t *actual,
tests/crypto/libcrypto/t_sha512trunc.c
47
check(const struct testcase *C, size_t n, size_t digestlen, const EVP_MD *md)
tests/lib/libc/regex/main.c
439
check(char *str, regmatch_t sub, char *should)
tests/lib/libc/stdlib/t_strtoi.c
60
check(struct test *t, intmax_t rv, char *end, int rstatus)
tests/lib/libc/stdlib/t_strtol.c
50
check(struct test *t, long int li, long long int lli, intmax_t ji, char *end)
tests/lib/libc/string/t_memset.c
258
check(char *buf, size_t len, char x)
tests/lib/libc/sys/t_issetugid.c
45
check(int (*fuid)(uid_t), int (*fgid)(gid_t))
tests/lib/libcurses/director/testlang_parse.y
1266
check(void)
tests/lib/libm/t_next.c
76
check(const double *x, unsigned n)
usr.bin/colrm/colrm.c
124
check(FILE *stream)
usr.bin/diff/diffreg.c
687
check(FILE *f1, FILE *f2, int flags)
usr.bin/mail/list.c
923
check(int mesg, int f)
usr.bin/pathchk/pathchk.c
91
check(const char *path)
usr.bin/printf/printf.c
127
#define check(c, a) (c) >= (a) && (c) <= (a) + 5 ? (c) - (a) + 10
usr.sbin/kvm_mkdb/nlist_coff.c
73
#define check(off, size) ((off < 0) || (off + size > mappedsize))
usr.sbin/kvm_mkdb/nlist_ecoff.c
73
#define check(off, size) ((off < 0) || (off + size > mappedsize))
usr.sbin/kvm_mkdb/nlist_elf32.c
86
#define check(off, size) ((off < 0) || (off + size > mappedsize))
usr.sbin/mdsetimage/exec_aout.c
45
#define check(off, size) ((off < 0) || (off + size > mappedsize))
usr.sbin/mdsetimage/exec_coff.c
48
#define check(off, size) ((off < 0) || (off + size > mappedsize))
usr.sbin/mdsetimage/exec_ecoff.c
45
#define check(off, size) ((off < 0) || (off + size > mappedsize))
usr.sbin/mdsetimage/exec_elf32.c
53
#define check(off, size) ((off < 0) || (off + size > mappedsize))
usr.sbin/sysinst/checkrc.c
81
check(const char *varname, int filetocheck)