Searched defs:expect (Results 101 - 118 of 118) sorted by relevance

12345

/freebsd-10-stable/contrib/netbsd-tests/lib/libc/string/
H A Dt_memmem.c64 #define expect(b) \ macro
[all...]
/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/sys/dev/ppbus/
H A Dpps.c88 ppstry(device_t ppbus, int send, int expect) argument
/freebsd-10-stable/usr.bin/rpcgen/
H A Drpc_scan.c75 scan(tok_kind expect, token *tokp) argument
137 peekscan(tok_kind expect, token *tokp) argument
/freebsd-10-stable/contrib/gdb/gdb/
H A Dremote-st.c118 expect (char *string, int discard) function
H A Dremote-e7000.c254 expect (char *string) function
[all...]
/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/usr.bin/at/
H A Dparsetime.c274 expect(int desired) function
[all...]
/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/netbsd-tests/fs/vfs/
H A Dt_vnops.c857 struct flock expect[4]; local
[all...]
/freebsd-10-stable/contrib/atf/atf-c/
H A Dtc.c67 enum expect_type expect; member in struct:context
[all...]
/freebsd-10-stable/contrib/ldns/
H A Dresolver.c677 int8_t expect; local
[all...]
/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/usr.sbin/ppp/
H A Dbundle.c1361 int niov, expect, f; local
1381 int niov, expect, f, *fd, nfd, onfd; local
1548 int niov, f, expect, newsid, fd[SEND_MAXFD], nfd, reply[2]; local
[all...]
/freebsd-10-stable/usr.bin/chat/
H A Dchat.c764 char *expect; local
[all...]
/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/contrib/ntp/sntp/libevent/
H A Dhttp.c2111 const char *expect; local

Completed in 237 milliseconds

12345