/external/oprofile/libpopt/ |
system.h | 78 #define getenv(_s) __secure_getenv(_s) macro
|
/bionic/libc/stdlib/ |
getenv.c | 1 /* $OpenBSD: getenv.c,v 1.8 2005/08/08 08:05:36 espie Exp $ */ 71 * getenv -- 75 getenv(const char *name) function
|
/external/chromium_org/third_party/libusb/src/msvc/ |
missing.c | 30 /* Workaround getenv not being available on WinCE. 32 char *getenv(const char *name) function 52 usbi_dbg("Failed to open registry key for getenv with error %d", rc); 62 usbi_dbg("Failed to read registry key value for getenv with error %d", rc);
|
/external/e2fsprogs/intl/ |
os2compat.h | 42 /* We have our own getenv() which works even if library is compiled as DLL */ 43 #define getenv _nl_getenv macro
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
prwin16.h | 109 void * (PR_CALLBACK *getenv)( const char *name); member in struct:PRMethodCallbackStr
|
/external/linux-tools-perf/util/ |
setup.py | 4 from os import getenv namespace 7 cflags += getenv('CFLAGS', '').split()
|
/system/core/sh/bltin/ |
bltin.h | 77 #define getenv(p) bltinlookup((p),0) macro
|
/external/chromium_org/third_party/skia/src/xml/ |
SkJS.cpp | 53 char *getenv(const char *varname) { function 115 path = getenv("PATH");
|
/external/skia/src/xml/ |
SkJS.cpp | 53 char *getenv(const char *varname) { function 115 path = getenv("PATH");
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
ProcessBuilderTest.java | 101 assertEquals(System.getenv(), env);
|
/external/chromium_org/tools/telemetry/telemetry/unittest/ |
system_stub.py | 201 def getenv(self, name): member in class:OsModuleStub 210 raise Exception('Unsupported getenv')
|
/libcore/luni/src/main/java/java/lang/ |
System.java | 206 public static String getenv(String name) { method in class:System 210 return Libcore.os.getenv(name); 216 public static Map<String, String> getenv() { method in class:System 274 String javaHome = getenv("JAVA_HOME"); 284 String ldLibraryPath = getenv("LD_LIBRARY_PATH"); 645 * The unmodifiable environment variables map. System.getenv() specifies
|
/external/valgrind/main/coregrind/ |
m_libcproc.c | 77 /* We do getenv without libc's help by snooping around in 79 Char *VG_(getenv)(Char *varname) function
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
os.py | 409 # On RISC OS, all env access goes through getenv and putenv 510 def getenv(key, default=None): function 514 __all__.append("getenv")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
os.py | 409 # On RISC OS, all env access goes through getenv and putenv 510 def getenv(key, default=None): function 514 __all__.append("getenv")
|
/libcore/luni/src/main/java/libcore/io/ |
Os.java | 56 public String getenv(String name); method in interface:Os
|
Posix.java | 59 public native String getenv(String name); method in class:Posix
|
ForwardingOs.java | 65 public String getenv(String name) { return os.getenv(name); } method in class:ForwardingOs
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
_macos.h | 575 #define getenv PR_GetEnv macro
|
/external/llvm/include/llvm/Target/ |
TargetLibraryInfo.h | 305 /// char *getenv(const char *name); 306 getenv, enumerator in enum:llvm::LibFunc::Func
|
/external/chromium_org/third_party/jemalloc/chromium/ |
jemalloc.c | 259 /* Implement getenv without using malloc */ 262 #define getenv xgetenv macro 264 getenv(const char *name) function [all...] |
/external/chromium_org/third_party/jemalloc/vendor/ |
jemalloc.c | 252 /* Implement getenv without using malloc */ 255 #define getenv xgetenv macro 257 getenv(const char *name) function [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
mandreel.js | 3865 function getenv(sp) function [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.osgi_3.6.1.R36x_v20100806.jar | |
org.eclipse.osgi_3.6.2.R36x_v20101103.jar | |