Searched refs:otherpathbuf (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.81.4/tests/ |
| H A D | kqueue_file_tests.c | 823 char otherpathbuf[50]; in run_note_write_tests() local 862 makepath(otherpathbuf, DIR1, FILE2); in run_note_write_tests() 867 init_action(&test.t_helpthreadact, SLEEP, RENAME, 2, (void*)pathbuf, (void*)otherpathbuf); in run_note_write_tests() 868 init_action(&test.t_cleanup_actions[0], NOSLEEP, UNLINK, 2, (void*)otherpathbuf, (void*)NULL); in run_note_write_tests() 932 makepath(otherpathbuf, DIR1, FILE2); in run_note_write_tests() 937 init_action(&(test.t_prep_actions[2]), NOSLEEP, CREAT, 2, (void*)otherpathbuf, (void*)NULL); in run_note_write_tests() 938 init_action(&test.t_helpthreadact, SLEEP, EXCHANGEDATA, 2, (void*)pathbuf, (void*)otherpathbuf); in run_note_write_tests() 940 init_action(&test.t_cleanup_actions[1], NOSLEEP, UNLINK, 2, (void*)otherpathbuf, (void*)NULL); in run_note_write_tests() 1318 char otherpathbuf[50]; in run_note_link_tests() local 1364 makepath(otherpathbuf, DIR1, DIR1); in run_note_link_tests() [all …]
|