ReactOS 0.4.16-dev-736-g28b802b
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
DWORD WINAPI DECLSPEC_HOTPATCH | GetEnvironmentVariableA (IN LPCSTR lpName, IN LPSTR lpBuffer, IN DWORD nSize) |
DWORD WINAPI DECLSPEC_HOTPATCH | GetEnvironmentVariableW (IN LPCWSTR lpName, IN LPWSTR lpBuffer, IN DWORD nSize) |
BOOL WINAPI DECLSPEC_HOTPATCH | SetEnvironmentVariableA (IN LPCSTR lpName, IN LPCSTR lpValue) |
BOOL WINAPI DECLSPEC_HOTPATCH | SetEnvironmentVariableW (IN LPCWSTR lpName, IN LPCWSTR lpValue) |
LPSTR WINAPI | GetEnvironmentStringsA (VOID) |
LPWSTR WINAPI | GetEnvironmentStringsW (VOID) |
BOOL WINAPI | FreeEnvironmentStringsA (IN LPSTR EnvironmentStrings) |
BOOL WINAPI | FreeEnvironmentStringsW (IN LPWSTR EnvironmentStrings) |
DWORD WINAPI | ExpandEnvironmentStringsA (IN LPCSTR lpSrc, IN LPSTR lpDst, IN DWORD nSize) |
DWORD WINAPI | ExpandEnvironmentStringsW (IN LPCWSTR lpSrc, IN LPWSTR lpDst, IN DWORD nSize) |
BOOL WINAPI | SetEnvironmentStringsA (IN LPCH NewEnvironment) |
BOOL WINAPI | SetEnvironmentStringsW (IN LPWCH NewEnvironment) |
Definition at line 399 of file environ.c.
Referenced by create_test_entries(), DoEnvironmentSubstA(), DosCreateProcess(), HCR_RegGetIconA(), install_from_registered_dir(), RegGetValueA(), SHQueryValueExA(), test_appsearch_reglocator(), TEST_AssocQueryStringA(), test_DoEnvironmentSubst(), test_ExpandEnvironmentStringsA(), test_get_profiles_dir(), test_GetVolumePathNameA(), TEST_Start(), and WsNpInitialize().
Definition at line 519 of file environ.c.
Referenced by _SHExpandEnvironmentStrings(), _tryLoadProvider(), AddNewTopicEx(), AddSfcNotification(), AddUserProfile(), AppendSystemPostfix(), BackupIniFile(), BuildCommandLine(), Control_LoadApplet(), convert_reg_value(), CClassNode::ConvertResourceDescriptorToString(), CopySystemProfile(), CreateShortcut(), CreateTempDir(), CreateUserProfileExW(), CryptAcquireContextW(), DeleteProfileW(), DoEnvironmentSubstW(), DoLoadIcons(), CShellLink::DoOpen(), DoWriteSoundEvents(), EditTypeDlg_OnChangeIcon(), EditTypeDlg_OnInitDialog(), EditTypeDlg_UpdateEntryIcon(), CACListISF::Expand(), expand_environment(), ExpandEnvStrings(), FileQueryFiles(), get_object_dll_path(), GetAllUsersProfileDirectoryW(), CInstalledApplicationInfo::GetApplicationRegString(), GetDefaultUserProfileDirectoryW(), GetDesktopPath(), CQueryAssociations::GetExecutable(), GetExpandedFilePathName(), GetFileTypeIconsEx(), getIconLocationForDrive(), getIconLocationForFolder(), GetLayoutName(), GetProfilesDirectoryW(), GetProgramsPath(), GetServiceMainFunctions(), GetUserProfileDirectoryW(), RunOnceExSection::HandleValue(), HCR_RegGetIconW(), ICO_ExtractIconExW(), ImportSoundLabel(), init_envvars_map(), init_filedlg_infoW(), CLayerUIPropPage::InitFile(), InitializeProfiles(), InitializeProgramFilesDir(), CFileDefExt::InitOpensWithField(), LaunchProcess(), load_mapi_provider(), LoadIniFile(), LoadLogFile(), MyFileExists(), CNewMenu::NewItemByCommand(), OpenHostsFile(), PathEnvSubstIsDirectory(), PickIconDlg(), PlaySound_ExpandEnvironmentStrings(), ProcessRunKeys(), ProcessUnattendSection(), query_reg_path(), RegGetValueW(), CControlPanelEnum::RegisterRegistryCPanelApps(), RegLoadMUIStringW(), resolve_filename(), runCmd(), RunCommand(), RunDlgProc(), RunSetupThreadProc(), ScmConvertToBootPathName(), ScmReadString(), search_reg(), SetUserWallpaper(), SHGetShellStyleHInstance(), SHLoadIndirectString(), SHPropertyBag_OnIniFile(), SHPropertyBag_SHSetIniStringW(), SHQueryValueExW(), SockLoadHelperDll(), START_TEST(), StartProcess(), TEST_AssocQueryStringW(), test_checklinkpath(), test_DoEnvironmentSubst(), test_iconlocation(), Test_ProtectedFiles(), TEST_Start(), TRASH_PlayEmptyRecycleBinSound(), variant_from_registry_value(), ViewTree_LoadTree(), WelcomeDlgProc(), WlxActivateUserShell(), WriteIniFile(), and WshShell3_ExpandEnvironmentStrings().
Definition at line 379 of file environ.c.
Referenced by BlockEnvToEnvironA(), doChild(), and test_Environment().
Definition at line 389 of file environ.c.
Referenced by BlockEnvToEnvironW(), anonymous_namespace{get_environment_from_os.cpp}::environment_strings_traits::close(), doChild(), service_main(), SHELL_BuildEnvW(), and Test_ApphelpCheckRunApp().
Definition at line 293 of file environ.c.
Definition at line 344 of file environ.c.
Referenced by __dcrt_get_narrow_environment_from_os(), __dcrt_get_wide_environment_from_os(), BlockEnvToEnvironW(), doChild(), service_main(), SHELL_BuildEnvW(), Test_ApphelpCheckRunApp(), and wmain().
DWORD WINAPI DECLSPEC_HOTPATCH GetEnvironmentVariableA | ( | IN LPCSTR | lpName, |
IN LPSTR | lpBuffer, | ||
IN DWORD | nSize | ||
) |
Definition at line 28 of file environ.c.
DWORD WINAPI DECLSPEC_HOTPATCH GetEnvironmentVariableW | ( | IN LPCWSTR | lpName, |
IN LPWSTR | lpBuffer, | ||
IN DWORD | nSize | ||
) |
Definition at line 163 of file environ.c.
Definition at line 218 of file environ.c.
Referenced by create_environ(), create_test_entries(), init_test(), process1(), silence_debug_output(), START_TEST(), Test_ApphelpCheckRunApp(), test_create_env(), test_ExpandEnvironmentStringsA(), test_FileTimeToLocalFileTime(), test_fileurls(), test_formatrecord(), test_formatrecord2(), test_formatrecord_tables(), Test_GetMatchingExe(), test_GetSetEnvironmentVariableA(), test_GetTempPath(), test_GetTimeZoneInformation(), test_GetVolumeInformationA(), test_GetVolumePathNameA(), test_Installer_RegistryValue(), test_LoadImage_working_directory(), test_mode_generic(), test_NeedCurrentDirectoryForExePathA(), test_NeedCurrentDirectoryForExePathW(), test_PathUnExpandEnvStrings(), Test_repeatlayer(), test_search_path(), and test_urls().
Definition at line 259 of file environ.c.
Referenced by _tchdir(), CreateStandardProfile(), DoEntry(), RegenerateUserEnvironment(), set_environment(), SetEnv(), START_TEST(), test_GetSetEnvironmentVariableW(), TestMain_PathResolve(), and TestShellLink().