|
ReactOS 0.4.17-dev-116-ga4b6fe9
|
#include <stdio.h>#include <stdarg.h>#include "ntstatus.h"#include "wine/test.h"#include "winnls.h"#include "winternl.h"
Go to the source code of this file.
Classes | |
| struct | testfile_s |
Macros | |
| #define | WIN32_NO_STATUS |
Variables | |
| static | ACCESS_MASK |
| static | POBJECT_ATTRIBUTES |
| static | PIO_STATUS_BLOCK |
| static | ULONG |
| static | HANDLE |
| static | PIO_APC_ROUTINE |
| static | PVOID |
| static | FILE_INFORMATION_CLASS |
| static | BOOLEAN |
| static | PUNICODE_STRING |
| static | LONG |
| static | LPCSTR |
| static PWSTR CURDIR *static | LPCWSTR |
| static DWORD | dstlen |
| static DWORD LPDWORD | reslen |
| static DWORD LPDWORD LPCSTR | src |
| static DWORD LPDWORD LPCSTR DWORD | srclen |
| static ULONG * | old_value |
| static struct testfile_s | testfiles [] |
| static const int | test_dir_count = ARRAY_SIZE(testfiles) |
| static const int | max_test_dir_size = ARRAY_SIZE(testfiles) + 5 |
| static const WCHAR | dummyW [] = {'d','u','m','m','y',0} |
| static const WCHAR | dotW [] = {'.',0} |
| static const WCHAR | dotdotW [] = {'.','.',0} |
| static const WCHAR | backslashW [] = {'\\',0} |
| #define WIN32_NO_STATUS |
Definition at line 34 of file directory.c.
|
static |
Definition at line 967 of file directory.c.
Referenced by test_redirection().
Definition at line 124 of file directory.c.
Referenced by test_flags_NtQueryDirectoryFile().
Definition at line 93 of file directory.c.
Referenced by test_NtQueryDirectoryFile().
Definition at line 872 of file directory.c.
Referenced by test_NtQueryDirectoryFile_case().
| START_TEST | ( | directory | ) |
Definition at line 1137 of file directory.c.
|
static |
Definition at line 160 of file directory.c.
Referenced by test_flags_NtQueryDirectoryFile().
Definition at line 133 of file directory.c.
Referenced by test_NtQueryDirectoryFile().
Definition at line 888 of file directory.c.
Referenced by test_NtQueryDirectoryFile_case().
Definition at line 269 of file directory.c.
Referenced by START_TEST(), and test_NtQueryDirectoryFile().
|
static |
Definition at line 184 of file directory.c.
Referenced by test_NtQueryDirectoryFile().
Definition at line 465 of file directory.c.
Referenced by START_TEST().
Definition at line 900 of file directory.c.
Referenced by START_TEST().
|
static |
Definition at line 347 of file directory.c.
Referenced by test_NtQueryDirectoryFile().
Definition at line 1001 of file directory.c.
Referenced by START_TEST().
Definition at line 41 of file directory.c.
Definition at line 90 of file directory.c.
Referenced by set_up_attribute_test(), and tear_down_attribute_test().
Definition at line 43 of file directory.c.
Definition at line 89 of file directory.c.
Referenced by fill_datafile(), fill_directory(), is_dir_data(), set_up_attribute_test(), tear_down_attribute_test(), test_CreateDirectoryW(), and test_directory_sort().
Definition at line 88 of file directory.c.
Referenced by fill_datafile(), fill_directory(), IPADDRESS_Draw(), is_dir_data(), is_local_machine(), is_local_machineW(), LISTBOX_Directory(), on_default_action(), set_up_attribute_test(), tear_down_attribute_test(), test_AddDllDirectory(), test_CreateDirectoryW(), test_directory_sort(), test_GetNumberFormatEx(), and test_IWbemPath_GetServer().
| DWORD dstlen |
Definition at line 51 of file directory.c.
Referenced by __crtLCMapStringA(), __crtLCMapStringW(), __MultiByteToWideChar(), __WideCharToMultiByte(), _strxfrm_l(), casemap_string(), expand_ligatures(), fnIMultiLanguage3_ConvertStringInIStream(), fold_digits(), fold_string(), FoldStringA(), FoldStringW(), get_object_dll_path(), get_sortkey(), icy2utf8(), IdnToAscii(), IdnToNameprepUnicode(), IdnToUnicode(), InternetCanonicalizeUrl_test(), lcmap_string(), LCMapStringA(), LCMapStringEx(), LCMapStringEx_wrapper(), LCMapStringW(), LCMapStringW_wrapper(), ldap_escape_filter_elementA(), ldap_escape_filter_elementW(), LdapUnicodeToUTF8(), LdapUTF8ToUnicode(), map_remove_ignored(), map_to_fullwidth(), map_to_halfwidth(), mbstowcs_codepage(), mbstowcs_cpsymbol(), mbstowcs_dbcs(), mbstowcs_dbcs_decompose(), mbstowcs_decompose(), mbstowcs_sbcs(), mbstowcs_sbcs_decompose(), mbstowcs_utf8(), MultiByteToWideChar(), put_sortkey(), put_utf16(), SHUnicodeToAnsiCP(), test_utf7_decoding(), test_utf7_encoding(), utf7_mbstowcs(), utf7_wcstombs(), utf7_write_c(), utf7_write_w(), Utf7ToWideChar(), utf8_mbstowcs_compose(), wcstombs_codepage(), wcstombs_cpsymbol(), wcstombs_dbcs(), wcstombs_dbcs_slow(), wcstombs_sbcs(), wcstombs_sbcs_slow(), wcstombs_utf7(), wcstombs_utf8(), WideCharToMultiByte(), WideCharToUtf7(), wine_cp_mbstowcs(), wine_cp_wcstombs(), wine_fold_string(), wine_get_sortkey(), wine_utf8_mbstowcs(), and wine_utf8_wcstombs().
Definition at line 87 of file directory.c.
Referenced by test_flags_NtQueryDirectoryFile(), test_GetFolder(), test_GetLocaleInfoEx(), test_NtQueryDirectoryFile(), test_process_params(), test_service(), test_settings(), and test_writeroutput().
Definition at line 43 of file directory.c.
Definition at line 42 of file directory.c.
Definition at line 44 of file directory.c.
Definition at line 46 of file directory.c.
Definition at line 48 of file directory.c.
|
static |
Definition at line 85 of file directory.c.
Referenced by test_flags_NtQueryDirectoryFile().
| ULONG* old_value |
Definition at line 54 of file directory.c.
Referenced by build_multi_string_value(), ITERATE_WriteRegistryValues(), wined3d_device_set_render_state(), wined3d_device_set_sampler_state(), wined3d_device_set_texture_stage_state(), Wow64DisableWow64FsRedirection(), and Wow64RevertWow64FsRedirection().
| PIO_APC_ROUTINE |
Definition at line 42 of file directory.c.
Definition at line 41 of file directory.c.
Definition at line 41 of file directory.c.
Definition at line 43 of file directory.c.
Definition at line 42 of file directory.c.
Definition at line 51 of file directory.c.
Referenced by build_argv(), find_substring(), find_version_resource(), IsCharAlphaA(), IsCharAlphaNumericA(), IsCharLowerA(), IsCharSpaceA(), IsCharUpperA(), mbstowcs_utf8(), ATL::CRegObject::resource_register(), resource_register(), test_GetCPInfo(), TLB_NEFile_Open(), and wcstombs_utf8().
Definition at line 52 of file directory.c.
Referenced by __crtLCMapStringA(), __crtLCMapStringW(), __MultiByteToWideChar(), __WideCharToMultiByte(), append_digit_weights(), append_hangul_weights(), append_weights(), casemap_string(), check_invalid_chars(), check_invalid_chars_dbcs(), check_invalid_chars_sbcs(), escape_filter_element(), expand_ligatures(), file_name_WtoA(), FilenameA2W_N(), FilenameW2A_N(), find_substring(), FindNLSString(), FindNLSStringEx(), fnIMultiLanguage3_ConvertStringInIStream(), fold_digits(), fold_string(), FoldStringA(), FoldStringW(), get_compression_weights(), get_escape_size(), get_length_dbcs(), get_length_mbs_utf8(), get_length_mbs_utf8_compose(), get_length_sbcs(), get_length_wcs_utf8(), get_sortkey(), get_surrogate_value(), get_utf16(), icy2utf8(), IdnToAscii(), IdnToNameprepUnicode(), IdnToUnicode(), init_sortkey_state(), lcmap_string(), LCMapStringA(), LCMapStringEx(), LCMapStringEx_wrapper(), LCMapStringW(), LCMapStringW_wrapper(), ldap_escape_filter_elementA(), ldap_escape_filter_elementW(), LdapUnicodeToUTF8(), LdapUTF8ToUnicode(), map_remove_ignored(), map_to_fullwidth(), map_to_halfwidth(), mbstowcs_codepage(), mbstowcs_cpsymbol(), mbstowcs_dbcs(), mbstowcs_dbcs_decompose(), mbstowcs_decompose(), mbstowcs_sbcs(), mbstowcs_sbcs_decompose(), mbstowcs_utf7(), mbstowcs_utf8(), MultiByteToWideChar(), test_utf7_decoding(), test_utf7_encoding(), utf7_mbstowcs(), utf7_wcstombs(), Utf7ToWideChar(), utf8_mbstowcs_compose(), wcsncat_s(), wcstombs_codepage(), wcstombs_cpsymbol(), wcstombs_dbcs(), wcstombs_dbcs_slow(), wcstombs_sbcs(), wcstombs_sbcs_slow(), wcstombs_utf7(), wcstombs_utf8(), WideCharToMultiByte(), WideCharToUtf7(), wine_cp_mbstowcs(), wine_cp_wcstombs(), wine_fold_string(), wine_get_sortkey(), wine_utf8_mbstowcs(), and wine_utf8_wcstombs().
|
static |
Definition at line 84 of file directory.c.
Referenced by reset_found_files(), set_up_attribute_test(), tally_test_file(), tear_down_attribute_test(), test_flags_NtQueryDirectoryFile(), and test_NtQueryDirectoryFile().
|
static |
Referenced by reset_found_files(), set_up_attribute_test(), tally_test_file(), tear_down_attribute_test(), test_flags_NtQueryDirectoryFile(), and test_NtQueryDirectoryFile().
Definition at line 41 of file directory.c.