Searched +defs:test +defs:expect (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/netbsd-tests/lib/libbluetooth/ |
H A D | t_sdp_put.c | 49 sdp_data_t test = { buf, buf + sizeof(buf) }; in ATF_TC_BODY() local 61 const uint8_t expect[] = { in ATF_TC_BODY() local 82 sdp_data_t test = { buf, buf + sizeof(buf) }; in ATF_TC_BODY() local 95 const uint8_t expect[] = { in ATF_TC_BODY() local 115 sdp_data_t test = { buf, buf + sizeof(buf) }; in ATF_TC_BODY() local 147 const uint8_t expect[] = { in ATF_TC_BODY() local 173 sdp_data_t test = { buf, buf + sizeof(buf) }; in ATF_TC_BODY() local 179 const uint8_t expect[] = { in ATF_TC_BODY() local 198 sdp_data_t test = { buf, buf + sizeof(buf) }; in ATF_TC_BODY() local 204 const uint8_t expect[] = { in ATF_TC_BODY() local [all …]
|
H A D | t_sdp_set.c | 53 sdp_data_t test = { data, data + sizeof(data) }; in ATF_TC_BODY() local 97 sdp_data_t test = { data, data + sizeof(data) }; in ATF_TC_BODY() local 130 const uint8_t expect[] = { in ATF_TC_BODY() local 177 sdp_data_t test = { data, data + sizeof(data) }; in ATF_TC_BODY() local 210 const uint8_t expect[] = { in ATF_TC_BODY() local 250 sdp_data_t test = { data, data + sizeof(data) }; in ATF_TC_BODY() local 275 const uint8_t expect[] = { in ATF_TC_BODY() local 309 sdp_data_t test = { data, data + sizeof(data) }; in ATF_TC_BODY() local 333 const uint8_t expect[] = { in ATF_TC_BODY() local
|
/freebsd/tools/regression/netinet/ipdivert/ |
H A D | ipdivert.c | 50 ok(const char *test) in ok() 57 fail(const char *test, const char *note) in fail() 65 failx(const char *test, const char *note) in failx() 73 ipdivert_create(const char *test) in ipdivert_create() 84 ipdivert_close(const char *test, int s) in ipdivert_close() 92 ipdivert_bind(const char *test, int s, u_short port, int expect) in ipdivert_bind() 117 const char *test; in main() local
|
/freebsd/tools/regression/priv/ |
H A D | main.c | 365 expect(const char *test, int error, int expected_error, int expected_errno) in expect() function 385 setup_dir(const char *test, char *dpathp, uid_t uid, gid_t gid, mode_t mode) in setup_dir() 401 setup_file(const char *test, char *fpathp, uid_t uid, gid_t gid, mode_t mode) in setup_file() 424 set_creds(const char *test, uid_t uid, gid_t gid) in set_creds() 437 enter_jail(const char *test) in enter_jail() 462 run_child(struct test *test, int asroot, int injail) in run_child() 481 run(struct test *test, int asroot, int injail) in run()
|
/freebsd/contrib/ncurses/progs/ |
H A D | tic.c | 1335 char *test = (strchr) (list, ch); in keypad_index() local 1598 long test; in check_keypad() local 2251 TParams expect; in check_1_infotocap() local 2636 char *test; in check_sgr() local 2833 const char *test = table[k].xcurses; in check_conflict() local 2867 check_exit_attribute(const char *name, char *test, char *trimmed, char *untrimmed) in check_exit_attribute() 2916 char *test = tgoto(value, 0, 0); in check_sgr_param() local 3085 isValidString(const char *value, const char *expect) in isValidString() 3096 isValidEscape(const char *value, const char *expect) in isValidEscape()
|