/dports/emulators/mess/mame-mame0226/src/tools/imgtool/modules/ |
H A D | prodos.cpp | 182 CREATE_NONE, enumerator 1123 if (create == CREATE_NONE) in prodos_lookup_path() 1497 err = prodos_lookup_path(image, path, CREATE_NONE, NULL, &ent); in prodos_diskimage_beginenum() 1709 err = prodos_lookup_path(image, filename, CREATE_NONE, NULL, &ent); in prodos_diskimage_readfile() 1785 err = prodos_lookup_path(image, path, CREATE_NONE, &direnum, &ent); in prodos_diskimage_deletefile() 1818 err = prodos_lookup_path(image, path, CREATE_NONE, &direnum, &ent); in prodos_diskimage_listforks() 1905 err = prodos_lookup_path(image, path, CREATE_NONE, &direnum, &ent); in prodos_diskimage_deletedir() 1994 err = prodos_lookup_path(image, path, CREATE_NONE, NULL, &ent); in prodos_diskimage_getattrs() 2058 err = prodos_lookup_path(image, path, CREATE_NONE, &direnum, &ent); in prodos_diskimage_setattrs() 2127 err = prodos_lookup_path(image, path, CREATE_NONE, NULL, &ent); in prodos_diskimage_suggesttransfer() [all …]
|
H A D | rt11.cpp | 140 CREATE_NONE, enumerator 605 if (create == CREATE_NONE) in rt11_lookup_path() 642 err = rt11_lookup_path(image, filename, CREATE_NONE, NULL, &rt_ent); in rt11_image_readfile()
|
H A D | os9.cpp | 20 CREATE_NONE, enumerator 858 err = os9_lookup_path(image, path, CREATE_NONE, &os9enum->dir_info, NULL, NULL, NULL); in os9_diskimage_beginenum() 1002 err = os9_lookup_path(img, filename, CREATE_NONE, &file_info, NULL, NULL, NULL); in os9_diskimage_readfile() 1095 err = os9_lookup_path(image, path, CREATE_NONE, &file_info, NULL, &dirent_lsn, &dirent_index); in os9_diskimage_delete()
|
H A D | fat.cpp | 208 CREATE_NONE, enumerator 1815 err = fat_lookup_path(enumeration.partition(), path, CREATE_NONE, file); in fat_partition_beginenum() 1909 err = fat_lookup_path(partition, filename, CREATE_NONE, &file); in fat_partition_readfile() 1976 err = fat_lookup_path(partition, filename, CREATE_NONE, &file); in fat_partition_delete()
|
/dports/emulators/mame/mame-mame0226/src/tools/imgtool/modules/ |
H A D | prodos.cpp | 182 CREATE_NONE, enumerator 1123 if (create == CREATE_NONE) in prodos_lookup_path() 1497 err = prodos_lookup_path(image, path, CREATE_NONE, NULL, &ent); in prodos_diskimage_beginenum() 1709 err = prodos_lookup_path(image, filename, CREATE_NONE, NULL, &ent); in prodos_diskimage_readfile() 1785 err = prodos_lookup_path(image, path, CREATE_NONE, &direnum, &ent); in prodos_diskimage_deletefile() 1818 err = prodos_lookup_path(image, path, CREATE_NONE, &direnum, &ent); in prodos_diskimage_listforks() 1905 err = prodos_lookup_path(image, path, CREATE_NONE, &direnum, &ent); in prodos_diskimage_deletedir() 1994 err = prodos_lookup_path(image, path, CREATE_NONE, NULL, &ent); in prodos_diskimage_getattrs() 2058 err = prodos_lookup_path(image, path, CREATE_NONE, &direnum, &ent); in prodos_diskimage_setattrs() 2127 err = prodos_lookup_path(image, path, CREATE_NONE, NULL, &ent); in prodos_diskimage_suggesttransfer() [all …]
|
H A D | rt11.cpp | 140 CREATE_NONE, enumerator 605 if (create == CREATE_NONE) in rt11_lookup_path() 642 err = rt11_lookup_path(image, filename, CREATE_NONE, NULL, &rt_ent); in rt11_image_readfile()
|
H A D | os9.cpp | 20 CREATE_NONE, enumerator 858 err = os9_lookup_path(image, path, CREATE_NONE, &os9enum->dir_info, NULL, NULL, NULL); in os9_diskimage_beginenum() 1002 err = os9_lookup_path(img, filename, CREATE_NONE, &file_info, NULL, NULL, NULL); in os9_diskimage_readfile() 1095 err = os9_lookup_path(image, path, CREATE_NONE, &file_info, NULL, &dirent_lsn, &dirent_index); in os9_diskimage_delete()
|
H A D | fat.cpp | 208 CREATE_NONE, enumerator 1815 err = fat_lookup_path(enumeration.partition(), path, CREATE_NONE, file); in fat_partition_beginenum() 1909 err = fat_lookup_path(partition, filename, CREATE_NONE, &file); in fat_partition_readfile() 1976 err = fat_lookup_path(partition, filename, CREATE_NONE, &file); in fat_partition_delete()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/ |
H A D | section.hxx | 55 CREATE_NONE, // Do nothing. enumerator
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/docnode/ |
H A D | ndsect.cxx | 1256 …reateLink( pDoc->getIDocumentLayoutAccess().GetCurrentViewShell() ? CREATE_CONNECT : CREATE_NONE ); in MakeCopy() 1338 …reateLink( pDoc->getIDocumentLayoutAccess().GetCurrentViewShell() ? CREATE_CONNECT : CREATE_NONE ); in NodesArrChgd()
|
H A D | section.cxx | 1545 case CREATE_NONE: break; in CreateLink()
|