|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <corecrt_internal.h>#include <errno.h>#include <corecrt_internal_traits.h>#include <stdarg.h>#include <stdio.h>#include <stdlib.h>#include <string.h>
Go to the source code of this file.
Variables | |
| _In_z_ Character const *const | first_argument |
| char ** __acrt_capture_narrow_argv | ( | va_list *const | arglist, |
| char const *const | first_argument, | ||
| char **const | caller_array, | ||
| size_t const | caller_array_count | ||
| ) |
Definition at line 351 of file cenvarg.cpp.
| wchar_t ** __acrt_capture_wide_argv | ( | va_list *const | arglist, |
| wchar_t const *const | first_argument, | ||
| wchar_t **const | caller_array, | ||
| size_t const | caller_array_count | ||
| ) |
Definition at line 361 of file cenvarg.cpp.
| int __cdecl __acrt_pack_narrow_command_line_and_environment | ( | char const *const *const | argv, |
| char const *const *const | envp, | ||
| char **const | command_line_result, | ||
| char **const | environment_block_result | ||
| ) |
Definition at line 257 of file cenvarg.cpp.
| int __cdecl __acrt_pack_wide_command_line_and_environment | ( | wchar_t const *const *const | argv, |
| wchar_t const *const *const | envp, | ||
| wchar_t **const | command_line_result, | ||
| wchar_t **const | environment_block_result | ||
| ) |
Definition at line 267 of file cenvarg.cpp.
|
static | ||||||||||||||||||||||||||||
Definition at line 235 of file cenvarg.cpp.
Referenced by __acrt_pack_narrow_command_line_and_environment(), and __acrt_pack_wide_command_line_and_environment().
|
static | ||||||||||||||||||||
Definition at line 24 of file cenvarg.cpp.
Referenced by common_pack_argv_and_envp().
|
static | ||||||||||||||||||||
Definition at line 85 of file cenvarg.cpp.
Referenced by common_pack_argv_and_envp().
Definition at line 293 of file cenvarg.cpp.
Definition at line 289 of file cenvarg.cpp.
Referenced by __acrt_capture_narrow_argv(), __acrt_capture_wide_argv(), common_configure_argv(), and throw().