ReactOS 0.4.16-dev-1020-gf135cab
|
#include <direct.h>
#include <corecrt_internal_traits.h>
#include <io.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
Functions | |
template<typename Character > | |
static errno_t __cdecl | common_searchenv_s (_In_z_ Character const *const file_name, _In_z_ Character const *const environment_variable, _Out_writes_z_(result_count) Character *const result_buffer, _In_ size_t const result_count) throw () |
errno_t __cdecl | _searchenv_s (char const *const file_name, char const *const environment_variable, char *const result_buffer, size_t const result_count) |
errno_t __cdecl | _wsearchenv_s (wchar_t const *const file_name, wchar_t const *const environment_variable, wchar_t *const result_buffer, size_t const result_count) |
void __cdecl | _searchenv (char const *const file_name, char const *const environment_variable, char *const result_buffer) |
void __cdecl | _wsearchenv (wchar_t const *const file_name, wchar_t const *const environment_variable, wchar_t *const result_buffer) |
void __cdecl _searchenv | ( | char const *const | file_name, |
char const *const | environment_variable, | ||
char *const | result_buffer | ||
) |
Definition at line 199 of file searchenv.cpp.
errno_t __cdecl _searchenv_s | ( | char const *const | file_name, |
char const *const | environment_variable, | ||
char *const | result_buffer, | ||
size_t const | result_count | ||
) |
Definition at line 177 of file searchenv.cpp.
void __cdecl _wsearchenv | ( | wchar_t const *const | file_name, |
wchar_t const *const | environment_variable, | ||
wchar_t *const | result_buffer | ||
) |
Definition at line 208 of file searchenv.cpp.
errno_t __cdecl _wsearchenv_s | ( | wchar_t const *const | file_name, |
wchar_t const *const | environment_variable, | ||
wchar_t *const | result_buffer, | ||
size_t const | result_count | ||
) |
Definition at line 187 of file searchenv.cpp.
|
static |
Definition at line 27 of file searchenv.cpp.
Referenced by _searchenv(), _searchenv_s(), _wsearchenv(), and _wsearchenv_s().