Lines Matching refs:otherpathbuf

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()
1369 init_action(&(test.t_prep_actions[2]), NOSLEEP, MKDIR, 2, (void*)otherpathbuf, (void*)NULL); in run_note_link_tests()
1370 init_action(&test.t_helpthreadact, SLEEP, RENAME, 2, (void*)pathbuf, (void*)otherpathbuf); in run_note_link_tests()
1371 init_action(&test.t_cleanup_actions[0], NOSLEEP, RMDIR, 2, (void*)otherpathbuf, NULL); in run_note_link_tests()
1423 makepath(otherpathbuf, DIR1, FILE2); in run_note_link_tests()
1428 init_action(&test.t_helpthreadact, SLEEP, RENAME, 2, (void*)pathbuf, (void*)otherpathbuf); in run_note_link_tests()
1429 init_action(&test.t_cleanup_actions[0], NOSLEEP, UNLINK, 2, (void*)otherpathbuf, NULL); in run_note_link_tests()