Searched defs:expect (Results 1 - 25 of 118) sorted by path

12345

/freebsd-10-stable/contrib/apr-util/test/
H A Dtestbuckets.c498 const char *expect = "123456789abcdefghij"; local
94 flatten_match(abts_case *tc, const char *ctx, apr_bucket_brigade *bb, const char *expect) argument
H A Dtestmemcache.c388 apr_uint32_t expect; local
/freebsd-10-stable/contrib/atf/atf-c/
H A Dtc.c67 enum expect_type expect; member in struct:context
[all...]
/freebsd-10-stable/contrib/gcc/
H A Dgenflags.c101 gen_macro (const char *name, int real, int expect) argument
/freebsd-10-stable/contrib/gcclibs/libiberty/testsuite/
H A Dtest-demangle.c180 struct line expect; local
[all...]
/freebsd-10-stable/contrib/gdb/gdb/gdbserver/
H A Dgdbreplay.c76 sync_error (FILE *fp, char *desc, int expect, int got) argument
243 expect (FILE *fp) function
/freebsd-10-stable/contrib/gdb/gdb/
H A Dremote-e7000.c254 expect (char *string) function
[all...]
H A Dremote-st.c118 expect (char *string, int discard) function
/freebsd-10-stable/contrib/ldns/
H A Dresolver.c677 int8_t expect; local
[all...]
/freebsd-10-stable/contrib/netbsd-tests/fs/vfs/
H A Dt_vnops.c857 struct flock expect[4]; local
[all...]
/freebsd-10-stable/contrib/netbsd-tests/games/
H A Dt_factor.sh28 expect() { function
/freebsd-10-stable/contrib/netbsd-tests/lib/libbluetooth/
H A Dt_sdp_put.c61 const uint8_t expect[] = { local
95 const uint8_t expect[] = { local
147 const uint8_t expect[] = { local
179 const uint8_t expect[] = { local
204 const uint8_t expect[] = { local
238 const uint8_t expect[] = { local
268 const uint8_t expect[] = { local
301 const uint8_t expect[] = { local
340 const uint8_t expect[] = { local
369 const uint8_t expect[] = { local
401 const uint8_t expect[] = { local
440 const uint8_t expect[] = { local
496 const uint8_t expect[] = { local
549 const uint8_t expect[] = { local
580 const uint8_t expect[] = { local
615 const uint8_t expect[] = { local
661 const uint8_t expect[] = { local
718 const uint8_t expect[] = { local
752 const uint8_t expect[] = { local
788 const uint8_t expect[] = { local
830 const uint8_t expect[] = { local
[all...]
H A Dt_sdp_set.c130 const uint8_t expect[] = { local
210 const uint8_t expect[] = { local
275 const uint8_t expect[] = { local
333 const uint8_t expect[] = { local
[all...]
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/string/
H A Dt_memmem.c64 #define expect(b) \ macro
[all...]
H A Dt_stresep.c38 #define expect(a) \ macro
/freebsd-10-stable/contrib/netbsd-tests/rump/rumpkern/
H A Dt_kern.c54 locktest(const atf_tc_t *tc, enum locktest lt, int needld, const char *expect) argument
/freebsd-10-stable/contrib/ntp/lib/isc/
H A Dlex.c796 isc_lex_getmastertoken(isc_lex_t *lex, isc_token_t *token, isc_tokentype_t expect, isc_boolean_t eol) argument
/freebsd-10-stable/contrib/ntp/sntp/libevent/
H A Dhttp.c2111 const char *expect; local
/freebsd-10-stable/contrib/pjdfstest/tests/
H A Dmisc.sh16 expect() function
[all...]
/freebsd-10-stable/sbin/hastd/
H A Dlzf.c79 # define expect(expr,value) __builtin_expect ((expr),(value)) macro
82 # define expect(expr,value) (expr) macro
/freebsd-10-stable/sys/cddl/boot/zfs/
H A Dlz4.c114 #define expect(expr, value) (__builtin_expect((expr), (value))) macro
116 #define expect(expr, value) (expr) macro
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dlz4.c253 #define expect(expr, value) (__builtin_expect((expr), (value))) macro
/freebsd-10-stable/sys/dev/ppbus/
H A Dpps.c88 ppstry(device_t ppbus, int send, int expect) argument
/freebsd-10-stable/sys/i386/include/
H A Datomic.h320 atomic_cmpset_64_i386(volatile uint64_t *dst, uint64_t expect, uint64_t src) argument
410 atomic_cmpset_64_i586(volatile uint64_t *dst, uint64_t expect, uint64_t src) argument
477 atomic_cmpset_64(volatile uint64_t *dst, uint64_t expect, uint64_t src) argument
568 atomic_cmpset_long(volatile u_long *dst, u_long expect, u_long src) argument
[all...]
/freebsd-10-stable/tools/regression/bpf/bpf_filter/tests/
H A Dtest0001.h28 u_int expect = 0; variable

Completed in 260 milliseconds

12345