Searched defs:check (Results 151 - 175 of 506) sorted by relevance

1234567891011>>

/netbsd-current/usr.sbin/mdsetimage/
H A Dexec_aout.c45 #define check(off, size) ((off < 0) || (off + size > mappedsize)) macro
H A Dexec_coff.c48 #define check(off, size) ((off < 0) || (off + size > mappedsize)) macro
H A Dexec_ecoff.c45 #define check(off, size) ((off < 0) || (off + size > mappedsize)) macro
H A Dexec_elf32.c53 #define check(off, size) ((off < 0) || (off + size > mappedsize)) macro
57 ELFNAMEEND(check)(const char *mappedfile, size_t mappedsize) function
/netbsd-current/external/gpl2/dtc/dist/tests/
H A Dutilfdt_test.c22 static void check(const char *fmt, int expect_type, int expect_size) function
/netbsd-current/usr.sbin/sysinst/
H A Dcheckrc.c81 check(const char *varname, int filetocheck) function
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtconst_log2.c28 check (mpfr_prec_t p0, mpfr_prec_t p1) function
H A Dtset_z.c54 check (long i, mpfr_rnd_t rnd) function
H A Dtset_q.c28 check (long int n, long int d, mpfr_rnd_t rnd, const char *ys) function
[all...]
H A Dtout_str.c31 #define check(d,r,b) check4(d,r,b,53) macro
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/
H A Dformat_pieces-selftests.c30 check (const char *str, const std::vector<format_piece> &expected_pieces, function
/netbsd-current/crypto/external/bsd/openssl.old/dist/util/
H A Dfind-doc-nits154 sub check() subroutine
/netbsd-current/tests/bin/sh/
H A Dt_patterns.sh64 check() function
[all...]
H A Dt_fsplit.sh45 check() function
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-convert.cc122 tree check = ubsan_instrument_float_cast (loc, type, expr); local
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/
H A Dformat_pieces-selftests.c36 check (const char *str, const std::vector<format_piece> &expected_pieces, function
/netbsd-current/external/mpl/bind/dist/bin/tests/system/rndc/
H A Dgencheck.c28 check(const char *buf, ssize_t count, size_t *start) { function
/netbsd-current/external/gpl2/lvm2/dist/scripts/
H A Dfsadm.sh346 check() { function
/netbsd-current/lib/libc/gdtoa/test/
H A Ddt.c161 check(d) U *d; function
/netbsd-current/lib/libc/gen/
H A Dnlist_ecoff.c61 #define check(off, size) \ macro
/netbsd-current/share/misc/
H A DNetBSD.el[all...]
/netbsd-current/tests/lib/libc/string/
H A Dt_memset.c227 check(char *buf, size_t len, char x) function
/netbsd-current/external/public-domain/xz/dist/src/liblzma/check/
H A Dcheck.h141 lzma_sha256_init(lzma_check_state *check) argument
148 lzma_sha256_update(const uint8_t *buf, size_t size, lzma_check_state *check) argument
165 lzma_sha256_finish(lzma_check_state *check) argument
[all...]
/netbsd-current/tests/lib/libc/stdlib/
H A Dt_strtol.c51 check(struct test *t, long int li, long long int lli, char *end) function
/netbsd-current/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-instrument.c131 check (void) function

Completed in 304 milliseconds

1234567891011>>