ReactOS 0.4.16-dev-303-g11d5cb8
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
UINT WINAPI | GetTempFileNameA (IN LPCSTR lpPathName, IN LPCSTR lpPrefixString, IN UINT uUnique, OUT LPSTR lpTempFileName) |
UINT WINAPI | GetTempFileNameW (IN LPCWSTR lpPathName, IN LPCWSTR lpPrefixString, IN UINT uUnique, OUT LPWSTR lpTempFileName) |
BOOL WINAPI | SetFileShortNameW (HANDLE hFile, LPCWSTR lpShortName) |
BOOL WINAPI | SetFileShortNameA (HANDLE hFile, LPCSTR lpShortName) |
BOOL WINAPI | CheckNameLegalDOS8Dot3W (LPCWSTR lpName, LPSTR lpOemName OPTIONAL, DWORD OemNameSize OPTIONAL, PBOOL pbNameContainsSpaces OPTIONAL, PBOOL pbNameLegal) |
BOOL WINAPI | CheckNameLegalDOS8Dot3A (LPCSTR lpName, LPSTR lpOemName OPTIONAL, DWORD OemNameSize OPTIONAL, PBOOL pbNameContainsSpaces OPTIONAL, PBOOL pbNameLegal) |
#define NDEBUG |
Definition at line 15 of file filename.c.
BOOL WINAPI CheckNameLegalDOS8Dot3A | ( | LPCSTR | lpName, |
LPSTR lpOemName | OPTIONAL, | ||
DWORD OemNameSize | OPTIONAL, | ||
PBOOL pbNameContainsSpaces | OPTIONAL, | ||
PBOOL | pbNameLegal | ||
) |
Definition at line 365 of file filename.c.
Referenced by init_pointers().
BOOL WINAPI CheckNameLegalDOS8Dot3W | ( | LPCWSTR | lpName, |
LPSTR lpOemName | OPTIONAL, | ||
DWORD OemNameSize | OPTIONAL, | ||
PBOOL pbNameContainsSpaces | OPTIONAL, | ||
PBOOL | pbNameLegal | ||
) |
Definition at line 321 of file filename.c.
Referenced by init_pointers().
UINT WINAPI GetTempFileNameA | ( | IN LPCSTR | lpPathName, |
IN LPCSTR | lpPrefixString, | ||
IN UINT | uUnique, | ||
OUT LPSTR | lpTempFileName | ||
) |
Definition at line 26 of file filename.c.
Referenced by _tempnam(), append_file_test(), apply_patch(), copy_dll_file(), create_avi_file(), create_bitmap(), create_temp_file(), create_test_dll(), create_test_dll_sections(), create_test_file(), create_test_typelib(), DosInt21h(), extract2(), find_tempfile(), get_file_name(), get_temp_file(), get_temp_filename(), init_test(), load_resource(), make_tmp_file(), print_something(), START_TEST(), test_abort_proc(), test_calchash(), test_catalog_properties(), test_CopyFileA(), test_CopyFileEx(), test_CopyMetaFile(), test_create_typelib_lcid(), test_CreateFile(), test_CreateFileA(), test_CreateFileMapping_protection(), test_CreateScalableFontResource(), test_CreateTypeLib(), test_CryptCATAdminAddRemoveCatalog(), test_CryptCATOpen(), test_deferred_action(), test_DeleteFileA(), test_dep(), test_dib_bits_access(), test_DuplicateHandle(), test_ExitProcess(), test_ffcn_directory_overlap(), test_fgetwc_locale(), test_fgetwc_unicode(), test_file_access(), test_file_disposition_information(), test_file_security(), test_filemap_security(), test_filemodeT(), test_FileSecurity(), test_find_file(), test_FindFirstChangeNotification(), test_FindFirstFileA(), test_flush_buffers_file(), test_fputwc(), test_GetFileInformationByHandleEx(), test_GetFinalPathNameByHandleA(), test_GetMappedFileName(), test_GetNamedSecurityInfoA(), test_GetPrivateProfileString(), test_GetTempFileNameA(), test_import_resolution(), test_inffilelist(), test_inffilelistA(), test_InitPathA(), test_invalid_callbackA(), test_invalid_parametersA(), test_iocp_callback(), test_LoadLibraryEx_search_flags(), test_mapping(), test_MoveFileA(), test_offset_in_overlapped_structure(), test_ok(), test_OleLoadPicturePath(), test_OpenFileById(), test_query_object(), test_query_recyclebin(), test_read_write(), test_ReplaceFileA(), test_ResolveDelayLoadedAPI(), test_section_access(), test_SetDocString(), test_SetFileInformationByHandle(), test_SetFileValidData(), test_SetFuncAndParamNames(), test_SetSearchPathMode(), test_settargetpath(), test_SetTypeDescAlias(), test_SetupAddInstallSectionToDiskSpaceListA(), test_SetupAddSectionToDiskSpaceListA(), test_SetupDecompressOrCopyFile(), test_SetupGetFileCompressionInfo(), test_SetupGetFileCompressionInfoEx(), test_SetVarHelpContext(), test_simple_enumerationA(), test_SIPRetrieveSubjectGUID(), test_stub(), test_WriteFileGather(), test_WritePrivateProfileString(), VerInstallFileA(), and write_tmp_file().
UINT WINAPI GetTempFileNameW | ( | IN LPCWSTR | lpPathName, |
IN LPCWSTR | lpPrefixString, | ||
IN UINT | uUnique, | ||
OUT LPWSTR | lpTempFileName | ||
) |
Definition at line 84 of file filename.c.
Referenced by _wtempnam(), copy_install_file(), TmpFile::Create(), create_file(), create_storagefile(), create_temp_dir(), create_temp_file(), create_tmp_file(), CAppScrnshotPreview::DisplayImage(), do_file_copyW(), DoEntry(), download_proc(), ExtractTTFFile(), get_temp_ini_path(), get_temp_path(), GetTempFileNameA(), GetVersionFromFileExW(), init_paths(), install_cab_file(), msi_create_temp_file(), msi_get_temp_file_name(), OLECONVERT_GetOLE20FromOLE10(), OLECONVERT_WriteOLE20ToBuffer(), open_file_test(), OpenMailer(), processFile(), save_profile(), START_TEST(), test_AddDllDirectory(), test_CopyFile2(), test_CopyFileW(), test_CreateFile2(), test_CreateFileW(), Test_EmptyFile(), test_file_link_information(), test_file_rename_information(), test_filesourcefilter(), test_GetFinalPathNameByHandleW(), test_invalid_callbackW(), test_invalid_parametersW(), test_junction_points(), test_LoadIconWithScaleDown(), test_MoveFileW(), test_NtCreateFile(), Test_RawSize(), test_readonly(), test_ReplaceFileW(), Test_SectionContents(), test_SHCreateStreamOnFileEx_CopyTo(), test_simple_enumerationW(), Test_Truncate(), testAddCertificateLink(), testCodepage(), testCollectionStore(), testFileNameStore(), testFileStore(), testPropsHelper(), unpack_avi_file(), and write_raw_resources().
Definition at line 291 of file filename.c.
Definition at line 235 of file filename.c.
Referenced by SetFileShortNameA().