Searched refs:file_list_name (Results 1 – 4 of 4) sorted by relevance
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/cmake/ |
H A D | ListFilterEmacsBackups.cmake | 2 macro(list_filter_emacs_backups file_list_name) 3 foreach(fl_item ${${file_list_name}}) 5 #message("Removing ${fl_item} from ${file_list_name}") 6 list(REMOVE_ITEM ${file_list_name} ${fl_item})
|
/dports/databases/pgbarman/barman-release-2.17/tests/ |
H A D | test_copy_controller.py | 391 def file_list_name(label, kind): function 403 file_list=file_list_name("tbs1", "safe"), 410 file_list=file_list_name("tbs1", "check"), 417 file_list=file_list_name("tbs2", "safe"), 424 file_list=file_list_name("tbs2", "check"), 431 file_list=file_list_name("pgdata", "safe"), 438 file_list=file_list_name("pgdata", "check"),
|
/dports/archivers/gtar/tar-1.34/src/ |
H A D | names.c | 895 file_list_name (void) in file_list_name() function 914 reading_from = file_list_name (); in add_file_id()
|
/dports/archivers/gtar/tar-1.34/ |
H A D | ChangeLog | 3048 * src/names.c (file_list_name): Properly prototype. 3067 * src/names.c (file_list_name): New static function.
|