Searched refs:Environment (Results 1 - 14 of 14) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/ |
H A D | ShellEnvVar.h | 182 @param[in] Environment Points to a NULL-terminated array of environment 195 IN CONST CHAR16 **Environment
|
H A D | ShellEnvVar.c | 280 @param Environment Points to a NULL-terminated array of environment 293 IN CONST CHAR16 **Environment 304 if (Environment == NULL) { 315 CurrentString = Environment[CurrentCount];
|
H A D | ShellProtocol.h | 475 @param Environment Points to a NULL-terminated array of environment 493 IN CONST CHAR16 **Environment OPTIONAL, 501 command (CommandLine) with the specified environment (Environment). Upon return, 504 If Environment is NULL, then the current environment is used and all changes made 506 Environment is non-NULL, then the changes made will be discarded. 516 @param Environment Points to a NULL-terminated array of environment 533 IN CHAR16 **Environment OPTIONAL,
|
H A D | ShellProtocol.c | 1410 @param Environment Points to a NULL-terminated array of environment 1428 IN CONST CHAR16 **Environment OPTIONAL, 1482 if (Environment != NULL) { 1485 Status = SetEnvironmentVariables(Environment); 1538 command (CommandLine) with the specified environment (Environment). Upon return, 1541 If Environment is NULL, then the current environment is used and all changes made 1543 Environment is non-NULL, then the changes made will be discarded. 1553 @param Environment Points to a NULL-terminated array of environment 1573 IN CHAR16 **Environment OPTIONAL, 1607 (CONST CHAR16**)Environment, [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Protocol/ |
H A D | EfiShell.h | 167 command (CommandLine) with the specified environment (Environment). Upon return, 170 If Environment is NULL, then the current environment is used and all changes made 172 Environment is non-NULL, then the changes made will be discarded. 182 @param[in] Environment Points to a NULL-terminated array of environment 199 IN CHAR16 **Environment OPTIONAL,
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | depcomp | 43 Environment variables:
|
/vbox/src/libs/xpcom18a4/nsprpub/pkg/linux/ |
H A D | sun-nspr.spec | 7 Group: System Environment/Base
|
/vbox/ |
H A D | configure.vbs | 128 if g_objShell.Environment("PROCESS")("PROCESSOR_ARCHITEW6432") <> "" then
354 EnvGet = g_objShell.Environment("PROCESS")(strName)
361 g_objShell.Environment("PROCESS")(strName) = strValue
370 str = g_objShell.Environment("PROCESS")(strName)
371 g_objShell.Environment("PROCESS")(strName) = str & strValue
380 str = g_objShell.Environment("PROCESS")(strName)
381 g_objShell.Environment("PROCESS")(strName) = strValue & str
388 EnvGetFirst = g_objShell.Environment("PROCESS")(strName1)
390 EnvGetFirst = g_objShell.Environment("PROCESS")(strName2)
634 LogPrint "# Environment [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/ |
H A D | os2misc.c | 210 /* It seems that the Environment parameter of DosStartSession() and/or 455 startData.Environment = envBlock;
|
/vbox/src/libs/xpcom18a4/xpcom/MoreFiles/ |
H A D | MoreFilesX.h | 1296 #pragma mark ----- Shared Environment Routines -----
|
H A D | MoreFilesX.c | 2103 #pragma mark ----- Shared Environment Routines -----
|
/vbox/include/iprt/nt/ |
H A D | nt.h | 621 /** @name Process And Thread Environment Blocks 2127 PWSTR Environment; member in struct:_RTL_USER_PROCESS_PARAMETERS 2165 PUNICODE_STRING CommandLine, PUNICODE_STRING Environment,
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | winternl.h | 175 PWSTR Environment; member in struct:_RTL_USER_PROCESS_PARAMETERS
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | winternl.h | 175 PWSTR Environment; member in struct:_RTL_USER_PROCESS_PARAMETERS
|
Completed in 482 milliseconds