Home
last modified time | relevance | path

Searched defs:envp (Results 1 – 11 of 11) sorted by relevance

/reactos/sdk/lib/ucrt/exec/
H A Dcenvarg.cpp86 _In_opt_z_ Character const* const* const envp, in construct_environment_block()
237 _In_opt_z_ Character const* const* const envp, in common_pack_argv_and_envp()
259 char const* const* const envp, in __acrt_pack_narrow_command_line_and_environment()
269 wchar_t const* const* const envp, in __acrt_pack_wide_command_line_and_environment()
/reactos/modules/rostests/winetests/msvcrt/
H A Denviron.c80 char **argv, **envp = NULL; in test__environ() local
146 char **argv, **envp = NULL; in test__wenviron() local
H A Ddata.c135 char **argv, **new_argv, **envp; in test___getmainargs() local
/reactos/sdk/lib/crt/process/
H A Dprocess.c196 do_spawnT(int mode, const _TCHAR* cmdname, const _TCHAR* args, const _TCHAR* envp) in do_spawnT()
424 …_t _tspawnve(int mode, const _TCHAR *cmdname, const _TCHAR* const* argv, const _TCHAR* const* envp) in _tspawnve()
522 …t _tspawnvpe(int mode, const _TCHAR* cmdname, const _TCHAR* const* argv, const _TCHAR* const* envp) in _tspawnvpe()
601 intptr_t _texecve(const _TCHAR* cmdname, const _TCHAR* const* argv, const _TCHAR* const* envp) in _texecve()
679 intptr_t _texecvpe(const _TCHAR* cmdname, const _TCHAR* const* argv, const _TCHAR* const* envp) in _texecvpe()
/reactos/subsystems/csr/csrss/
H A Dcsrss.c41 char *envp[], in _main()
/reactos/dll/win32/msvcrt20/
H A Dmsvcrt20.c160 void CDECL MSVCRT20__getmainargs( int *argc, char** *argv, char** *envp, in MSVCRT20__getmainargs()
/reactos/sdk/lib/crt/startup/
H A Dcrtexe.c67 static wchar_t **envp; variable
70 static char **envp; variable
/reactos/sdk/lib/nt/
H A Dentry_point.c70 PCHAR *envp; in NtProcessStartup() local
/reactos/dll/win32/crtdll/
H A Ddllmain.c160 void __GetMainArgs( int *argc, char ***argv, char ***envp, int expand_wildcards ) in __GetMainArgs()
/reactos/base/system/smss/
H A Dsmss.c434 IN PCHAR envp[], in _main()
/reactos/base/system/autochk/
H A Dautochk.c527 IN PCHAR envp[], in _main()