Lines Matching refs:pathbuf
822 char pathbuf[50]; in run_note_write_tests() local
834 makepath(pathbuf, DIR1, FILE1); in run_note_write_tests()
838 init_action(&test.t_helpthreadact, SLEEP, CREAT, 2, (void*)pathbuf, NULL); in run_note_write_tests()
839 init_action(&test.t_cleanup_actions[0], NOSLEEP, UNLINK, 2, (void*)pathbuf, (void*)NULL); in run_note_write_tests()
843 makepath(pathbuf, DIR1, FILE1); in run_note_write_tests()
847 init_action(&test.t_helpthreadact, SLEEP, OPEN, 2, (void*)pathbuf, NULL); in run_note_write_tests()
848 init_action(&test.t_cleanup_actions[0], NOSLEEP, UNLINK, 2, (void*)pathbuf, (void*)NULL); in run_note_write_tests()
852 makepath(pathbuf, DIR1, FILE1); in run_note_write_tests()
856 init_action(&(test.t_prep_actions[1]), NOSLEEP, CREAT, 2, (void*)pathbuf, (void*)NULL); in run_note_write_tests()
857 init_action(&test.t_helpthreadact, SLEEP, UNLINK, 2, (void*)pathbuf, NULL); in run_note_write_tests()
861 makepath(pathbuf, DIR1, FILE1); in run_note_write_tests()
866 init_action(&(test.t_prep_actions[1]), NOSLEEP, CREAT, 2, (void*)pathbuf, (void*)NULL); in run_note_write_tests()
867 init_action(&test.t_helpthreadact, SLEEP, RENAME, 2, (void*)pathbuf, (void*)otherpathbuf); in run_note_write_tests()
872 makepath(pathbuf, DIR1, FILE1); in run_note_write_tests()
876 init_action(&(test.t_prep_actions[1]), NOSLEEP, CREAT, 2, (void*)pathbuf, (void*)NULL); in run_note_write_tests()
877 init_action(&test.t_helpthreadact, SLEEP, RENAME, 2, (void*)pathbuf, (void*)FILE1); in run_note_write_tests()
882 makepath(pathbuf, DIR1, FILE1); in run_note_write_tests()
887 init_action(&test.t_helpthreadact, SLEEP, RENAME, 2, (void*)FILE1, (void*)pathbuf); in run_note_write_tests()
888 init_action(&test.t_cleanup_actions[0], NOSLEEP, UNLINK, 2, (void*)pathbuf, (void*)NULL); in run_note_write_tests()
892 makepath(pathbuf, DIR1, FILE1); in run_note_write_tests()
896 init_action(&(test.t_prep_actions[1]), NOSLEEP, MKFIFO, 2, (void*)pathbuf, (void*)NULL); in run_note_write_tests()
897 init_action(&test.t_helpthreadact, SLEEP, UNLINK, 2, (void*)pathbuf, NULL); in run_note_write_tests()
901 makepath(pathbuf, DIR1, FILE1); in run_note_write_tests()
905 init_action(&test.t_helpthreadact, SLEEP, SYMLINK, 2, (void*)DOTDOT, (void*)pathbuf); in run_note_write_tests()
906 init_action(&test.t_cleanup_actions[0], NOSLEEP, UNLINK, 2, (void*)pathbuf, (void*)NULL); in run_note_write_tests()
919 makepath(pathbuf, DIR1, FILE1); in run_note_write_tests()
923 init_action(&(test.t_prep_actions[1]), NOSLEEP, SYMLINK, 2, (void*)DOTDOT, (void*)pathbuf); in run_note_write_tests()
924 init_action(&test.t_helpthreadact, SLEEP, UNLINK, 2, (void*)pathbuf, (void*)FILE1); in run_note_write_tests()
931 makepath(pathbuf, DIR1, FILE1); in run_note_write_tests()
936 init_action(&(test.t_prep_actions[1]), NOSLEEP, CREAT, 2, (void*)pathbuf, (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()
939 init_action(&test.t_cleanup_actions[0], NOSLEEP, UNLINK, 2, (void*)pathbuf, (void*)NULL); in run_note_write_tests()
1041 char pathbuf[50]; in run_note_extend_tests() local
1151 char pathbuf[50]; in run_note_attrib_tests() local
1258 makepath(pathbuf, DIR1, FILE1); in run_note_attrib_tests()
1260 init_action(&test.t_helpthreadact, SLEEP, CREAT, 2, (void*)pathbuf, (void*)NULL); in run_note_attrib_tests()
1261 init_action(&test.t_cleanup_actions[0], NOSLEEP, UNLINK, 2, (void*)pathbuf, (void*)NULL); in run_note_attrib_tests()
1267 makepath(pathbuf, DIR1, DIR2); in run_note_attrib_tests()
1269 init_action(&test.t_helpthreadact, SLEEP, MKDIR, 2, (void*)pathbuf, (void*)NULL); in run_note_attrib_tests()
1270 init_action(&test.t_cleanup_actions[0], NOSLEEP, RMDIR, 2, (void*)pathbuf, (void*)NULL); in run_note_attrib_tests()
1276 makepath(pathbuf, DIR1, FILE1); in run_note_attrib_tests()
1278 init_action(&test.t_helpthreadact, SLEEP, SYMLINK, 2, (void*)DOTDOT, (void*)pathbuf); in run_note_attrib_tests()
1279 init_action(&test.t_cleanup_actions[0], NOSLEEP, UNLINK, 2, (void*)pathbuf, (void*)NULL); in run_note_attrib_tests()
1285 makepath(pathbuf, DIR1, FILE1); in run_note_attrib_tests()
1288 init_action(&test.t_helpthreadact, SLEEP, RENAME, 2, (void*)FILE1, (void*)pathbuf); in run_note_attrib_tests()
1289 init_action(&test.t_cleanup_actions[0], NOSLEEP, UNLINK, 2, (void*)pathbuf, (void*)NULL); in run_note_attrib_tests()
1295 makepath(pathbuf, DIR1, FILE1); in run_note_attrib_tests()
1297 init_action(&(test.t_prep_actions[1]), NOSLEEP, CREAT, 2, (void*)pathbuf, (void*)NULL); in run_note_attrib_tests()
1298 init_action(&test.t_helpthreadact, SLEEP, UNLINK, 2, (void*)pathbuf, (void*)NULL); in run_note_attrib_tests()
1304 makepath(pathbuf, DIR1, FILE1); in run_note_attrib_tests()
1306 init_action(&test.t_helpthreadact, SLEEP, MKFIFO, 1, (void*)pathbuf); in run_note_attrib_tests()
1307 init_action(&test.t_cleanup_actions[0], NOSLEEP, UNLINK, 2, (void*)pathbuf, (void*)NULL); in run_note_attrib_tests()
1317 char pathbuf[50]; in run_note_link_tests() local
1345 makepath(pathbuf, DIR1, DIR2); in run_note_link_tests()
1349 init_action(&test.t_helpthreadact, SLEEP, MKDIR, 2, (void*)pathbuf, (void*)NULL); in run_note_link_tests()
1350 init_action(&test.t_cleanup_actions[0], NOSLEEP, RMDIR, 2, (void*)pathbuf, NULL); in run_note_link_tests()
1354 makepath(pathbuf, DIR1, DIR2); in run_note_link_tests()
1358 init_action(&(test.t_prep_actions[1]), NOSLEEP, MKDIR, 2, (void*)pathbuf, (void*)NULL); in run_note_link_tests()
1359 init_action(&test.t_helpthreadact, SLEEP, RMDIR, 2, (void*)pathbuf, (void*)NULL); in run_note_link_tests()
1363 makepath(pathbuf, DIR1, DIR2); in run_note_link_tests()
1368 init_action(&(test.t_prep_actions[1]), NOSLEEP, MKDIR, 2, (void*)pathbuf, (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()
1376 makepath(pathbuf, DIR1, DIR2); in run_note_link_tests()
1381 init_action(&test.t_helpthreadact, SLEEP, RENAME, 2, (void*)DIR2, (void*)pathbuf); in run_note_link_tests()
1382 init_action(&test.t_cleanup_actions[0], NOSLEEP, RMDIR, 2, (void*)pathbuf, NULL); in run_note_link_tests()
1387 makepath(pathbuf, DIR1, DIR2); in run_note_link_tests()
1391 init_action(&(test.t_prep_actions[1]), NOSLEEP, MKDIR, 2, (void*)pathbuf, (void*)NULL); in run_note_link_tests()
1392 init_action(&test.t_helpthreadact, SLEEP, RENAME, 2, (void*)pathbuf, (void*)DIR2); in run_note_link_tests()
1404 makepath(pathbuf, DIR1, FILE1); in run_note_link_tests()
1408 init_action(&test.t_helpthreadact, SLEEP, CREAT, 2, (void*)pathbuf, (void*)NULL); in run_note_link_tests()
1409 init_action(&test.t_cleanup_actions[0], NOSLEEP, UNLINK, 2, (void*)pathbuf, NULL); in run_note_link_tests()
1413 makepath(pathbuf, DIR1, FILE1); in run_note_link_tests()
1417 init_action(&(test.t_prep_actions[1]), NOSLEEP, CREAT, 2, (void*)pathbuf, (void*)NULL); in run_note_link_tests()
1418 init_action(&test.t_helpthreadact, SLEEP, UNLINK, 2, (void*)pathbuf, (void*)NULL); in run_note_link_tests()
1422 makepath(pathbuf, DIR1, FILE1); in run_note_link_tests()
1427 init_action(&(test.t_prep_actions[1]), NOSLEEP, CREAT, 2, (void*)pathbuf, (void*)NULL); in run_note_link_tests()
1428 init_action(&test.t_helpthreadact, SLEEP, RENAME, 2, (void*)pathbuf, (void*)otherpathbuf); in run_note_link_tests()
1433 makepath(pathbuf, DIR1, FILE1); in run_note_link_tests()
1438 init_action(&test.t_helpthreadact, SLEEP, RENAME, 2, (void*)FILE1, (void*)pathbuf); in run_note_link_tests()
1439 init_action(&test.t_cleanup_actions[0], NOSLEEP, UNLINK, 2, (void*)pathbuf, NULL); in run_note_link_tests()
1443 makepath(pathbuf, DIR1, FILE1); in run_note_link_tests()
1447 init_action(&test.t_helpthreadact, SLEEP, SYMLINK, 2, (void*)DOTDOT, (void*)pathbuf); in run_note_link_tests()
1448 init_action(&test.t_cleanup_actions[0], NOSLEEP, UNLINK, 2, (void*)pathbuf, NULL); in run_note_link_tests()