Searched
full:getenv (Results
926 -
950 of
1930) sorted by null
<<31323334353637383940>>
/external/compiler-rt/lib/asan/ |
asan_mac.cc | 149 const_cast<char*>(GetEnv(kDyldInsertLibraries));
|
/external/e2fsprogs/e2fsck/ |
message.c | 221 time_str = getenv("TZ");
|
/external/e2fsprogs/lib/ext2fs/ |
test_io.c | 175 return getenv(arg);
|
/external/gtest/include/gtest/internal/ |
gtest-port.h | 181 // GetEnv() - gets the value of an environment variable. [all...] |
/external/gtest/test/ |
gtest-filepath_test.cc | 539 const char* temp_dir = posix::GetEnv("TEMP");
|
/external/icu4c/common/ |
rbbirb.cpp | 54 fDebugEnv = getenv("U_RBBIDEBUG");
|
/external/iproute2/tc/ |
tc_util.c | 35 lib_dir = getenv("TC_LIB_DIR");
|
/external/libffi/src/ |
closures.c | 227 const char *value = getenv (envvar);
|
/external/liblzf/ |
lzf.c | 456 p = getenv ("LZF_BLOCKSIZE");
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
scilab.php | 109 'getd', 'getdate', 'getenv', 'getf', 'getfield', 'getfont', 'gethistory', 'getio', 'getlinestyle',
|
visualfoxpro.php | 109 'Getcp','Getdir','Getenv','Getexpr','Getfile','Getfldstate',
|
/external/linux-tools-perf/ |
perf.c | 88 path = getenv(PERF_DEBUGFS_ENVIRONMENT);
|
/external/llvm/docs/ |
SystemLibrary.rst | 94 operating system calls: ``getenv``, ``fork``, ``execve``, and ``wait``. The
|
/external/llvm/lib/MC/ |
MCContext.cpp | 53 SecureLogFile = getenv("AS_SECURE_LOG_FILE");
|
/external/llvm/lib/Support/Unix/ |
Program.inc | 67 const char *PathStr = getenv("PATH");
|
Signals.inc | 338 if (getenv("LLVM_DISABLE_CRASH_REPORT")) {
|
/external/llvm/lib/Support/Windows/ |
Signals.inc | 229 if (getenv("LLVM_DISABLE_CRASH_REPORT")) {
|
/external/llvm/utils/KillTheDoctor/ |
KillTheDoctor.cpp | 229 SplitString(std::getenv("PATHEXT"), pathext, ";");
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-port.h | 182 // GetEnv() - gets the value of an environment variable. [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_print.cpp | 61 if (getenv("NV50_PROG_DEBUG_NO_COLORS") != NULL)
|
/external/mesa3d/src/gbm/backends/dri/ |
gbm_dri.c | 178 search_paths = getenv("GBM_DRIVERS_PATH");
|
/external/mesa3d/src/getopt/ |
getopt_long.c | 292 posixly_correct = (getenv("POSIXLY_CORRECT") != NULL);
|
/external/mesa3d/src/glx/apple/ |
apple_glx_context.c | 183 if (getenv("LIBGL_DIAGNOSTIC"))
|
/external/mesa3d/src/glx/ |
dri2.c | 284 prime = getenv("DRI_PRIME");
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
gtest-port.h | 181 // GetEnv() - gets the value of an environment variable. [all...] |
Completed in 789 milliseconds
<<31323334353637383940>>