Home
last modified time | relevance | path

Searched refs:TEST_STRING (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.101.4/tests/
H A Dkqueue_file_tests.c47 #define TEST_STRING "Some text!!! Yes indeed, some of that very structure which has passed on m… macro
330 res = write(tmpfd, TEST_STRING, strlen(TEST_STRING)); in execute_action()
331 if (res == strlen(TEST_STRING)) { in execute_action()
339 res = write((int)act->act_fd, TEST_STRING, strlen(TEST_STRING)); in execute_action()
340 if (res == strlen(TEST_STRING)) { in execute_action()
1578 …init_test(&test, "8.1.2: block, then write to file", FILE1, 2, 1, EVFILT_READ, strlen(TEST_STRING)… in run_evfilt_read_tests()
1592 …test(&test, "8.1.4: block, then seek to beginning", FILE1, 2, 1, EVFILT_READ, strlen(TEST_STRING)); in run_evfilt_read_tests()
1601 …init_test(&test, "8.1.5: block, then write to fifo", FILE1, 1, 1, EVFILT_READ, strlen(TEST_STRING)… in run_evfilt_read_tests()
1634 init_action(&test.t_helpthreadact, SLEEP, LSEEK, 1, (void*)strlen(TEST_STRING)); in run_evfilt_read_tests()
1680 …uch space in slightly written fifo?", FILE1, 1, 1, EVFILT_WRITE, FIFO_SPACE - strlen(TEST_STRING)); in run_evfilt_write_tests()