Home
last modified time | relevance | path

Searched refs:CREATE_NONE (Results 1 – 11 of 11) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/tools/imgtool/modules/
H A Dprodos.cpp182 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 Drt11.cpp140 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 Dos9.cpp20 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 Dfat.cpp208 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 Dprodos.cpp182 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 Drt11.cpp140 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 Dos9.cpp20 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 Dfat.cpp208 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 Dsection.hxx55 CREATE_NONE, // Do nothing. enumerator
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/docnode/
H A Dndsect.cxx1256 …reateLink( pDoc->getIDocumentLayoutAccess().GetCurrentViewShell() ? CREATE_CONNECT : CREATE_NONE ); in MakeCopy()
1338 …reateLink( pDoc->getIDocumentLayoutAccess().GetCurrentViewShell() ? CREATE_CONNECT : CREATE_NONE ); in NodesArrChgd()
H A Dsection.cxx1545 case CREATE_NONE: break; in CreateLink()