OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getenv
(Results
976 - 1000
of
1930
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h
216
#define SDL_getenv
getenv
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
BaseBuilder.java
67
System.
getenv
("ANDROID_BUILD_DEBUG")); //$NON-NLS-1$
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/
AttributeInfoTest.java
292
String sdkPath = System.
getenv
("ADT_SDK_SOURCE_PATH");
/system/core/adb/
transport_local.c
118
const char *host =
getenv
("ADBHOST");
/system/core/liblinenoise/
linenoise.c
97
char *term =
getenv
("TERM");
/build/tools/releasetools/
common.py
628
self.editor = os.
getenv
("EDITOR", None)
629
self.pwfile = os.
getenv
("ANDROID_PW_FILE", None)
/external/chromium_org/base/
file_util_posix.cc
452
const char* tmp =
getenv
("TMPDIR");
492
const char* home_dir =
getenv
("HOME");
/external/chromium_org/tools/valgrind/
chrome_tests.py
234
if (os.
getenv
("LD_LIBRARY_PATH")):
235
os.putenv("LD_LIBRARY_PATH", "%s:%s" % (os.
getenv
("LD_LIBRARY_PATH"),
/external/chromium_org/tools/valgrind/tsan/
suppressions.txt
253
fun:
getenv
443
fun:
getenv
/external/e2fsprogs/intl/
dcigettext.c
707
const char *logfilename =
getenv
("GETTEXT_LOG_UNTRANSLATED");
1139
language =
getenv
("LANGUAGE");
[
all
...]
/external/libyuv/files/source/
scale_argb.cc
15
#include <stdlib.h> // For
getenv
()
[
all
...]
/external/linux-tools-perf/
builtin-top.c
123
char *s =
getenv
("LINES");
127
s =
getenv
("COLUMNS");
/external/openssh/
sftp-server.c
1455
if ((cp =
getenv
("SSH_CONNECTION")) != NULL) {
1459
getenv
("SSH_CONNECTION"));
[
all
...]
ssh-agent.c
1203
shell =
getenv
("SHELL");
1211
pidstr =
getenv
(SSH_AGENTPID_ENV_NAME);
[
all
...]
/external/qemu/android/
main-common.c
1017
char* out =
getenv
("ANDROID_PRODUCT_OUT");
1029
android_build_root =
getenv
("ANDROID_BUILD_TOP");
[
all
...]
/external/valgrind/main/coregrind/
m_libcfile.c
434
wd = VG_(
getenv
)( envvar );
648
tmpdir = VG_(
getenv
)("TMPDIR");
[
all
...]
m_libcproc.c
77
/* We do
getenv
without libc's help by snooping around in
79
Char *VG_(
getenv
)(Char *varname)
function
/ndk/sources/host-tools/sed-4.2.1/lib/
getopt.c
106
extern char *
getenv
();
242
d->__posixly_correct = posixly_correct || !!
getenv
("POSIXLY_CORRECT");
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libmudflap.so
libmudflap.so.0
libmudflap.so.0.0.0
libmudflapth.so
libmudflapth.so.0
libmudflapth.so.0.0.0
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tempfile.py
185
dirname = os.
getenv
(envname)
192
dirname = os.
getenv
(envname)
Completed in 960 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>