HomeSort by relevance Sort by last modified time
    Searched refs:getenv (Results 226 - 250 of 1314) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/e2fsck/
mtrace.c 34 extern char *getenv ();
143 mallfile = getenv (mallenv);
  /external/e2fsprogs/lib/ss/
pager.c 42 extern char *getenv PROTOTYPE((const char *));
63 return getenv(arg);
  /external/google-breakpad/src/processor/
exploitability_unittest.cc 50 return string(getenv("srcdir") ? getenv("srcdir") : ".") +
  /external/lisa/tests/lisa/
test_wlgen.py 78 os.getenv('LISA_HOME'), 'results',
84 tools_path = os.path.join(os.getenv('LISA_HOME'),
  /external/ltp/lib/
tst_resource.c 43 const char *ltproot = getenv("LTPROOT");
114 const char *ltproot = getenv("LTPROOT");
  /external/ltp/testcases/kernel/io/ltp-aiodio/
dio_append.c 115 getenv("TMP") ? getenv("TMP") : "/tmp");
  /external/ltp/testcases/kernel/syscalls/clone/
clone06.c 87 parent_env = getenv("TERM") ? : "";
129 if ((sprintf(var, "%s", getenv("TERM") ? : "")) < 0)
  /external/python/cpython2/Launcher/
launcher_main.cpp 59 const char *unbuffered_env = getenv("PYTHONUNBUFFERED");
78 char *warnings_env = getenv("PYTHONWARNINGS");
  /external/python/cpython3/Mac/IDLE/IDLE.app/Contents/MacOS/
IDLE 16 pypath = os.getenv("PYTHONPATH", "")
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
logging.cc 92 const char* tf_env_var_val = getenv("TF_CPP_MIN_LOG_LEVEL");
97 const char* tf_env_var_val = getenv("TF_CPP_MIN_VLOG_LEVEL");
  /external/toybox/toys/pending/
sulogin.c 115 if ((shell = getenv("SUSHELL")) || (shell = getenv("sushell"))
  /external/e2fsprogs/intl/
localcharset.c 284 /* On old systems which lack it, use setlocale or getenv. */
296 locale = getenv ("LC_ALL");
299 locale = getenv ("LC_CTYPE");
301 locale = getenv ("LANG");
329 locale = getenv ("LC_ALL");
332 locale = getenv ("LC_CTYPE");
334 locale = getenv ("LANG");
  /external/ltp/testcases/kernel/controllers/cpuctl/
cpuctl_test02.c 122 group_num_p = getenv("GROUP_NUM");
123 mygroup_p = getenv("MYGROUP");
124 script_pid_p = getenv("SCRIPT_PID");
125 num_cpus_p = getenv("NUM_CPUS");
126 test_num_p = getenv("TEST_NUM");
127 task_num_p = getenv("TASK_NUM");
  /toolchain/binutils/binutils-2.27/intl/
localcharset.c 285 /* On old systems which lack it, use setlocale or getenv. */
297 locale = getenv ("LC_ALL");
300 locale = getenv ("LC_CTYPE");
302 locale = getenv ("LANG");
330 locale = getenv ("LC_ALL");
333 locale = getenv ("LC_CTYPE");
335 locale = getenv ("LANG");
  /external/libcups/cups/
usersys.c 905 if ((geteuid() == getuid() || !getuid()) && getegid() == getgid() && (home = getenv("HOME")) != NULL)
907 if (getuid() && (home = getenv("HOME")) != NULL)
909 if ((home = getenv("HOME")) != NULL)
1038 if ((value = getenv("CUPS_TRUSTFIRST")) != NULL)
1041 if ((value = getenv("CUPS_ANYROOT")) != NULL)
1044 if ((value = getenv("CUPS_ENCRYPTION")) != NULL)
1047 if ((value = getenv("CUPS_EXPIREDCERTS")) != NULL)
1051 if ((value = getenv("CUPS_GSSSERVICENAME")) != NULL)
1055 if ((value = getenv("CUPS_SERVER")) != NULL)
1058 if ((value = getenv("CUPS_USER")) != NULL
    [all...]
  /hardware/intel/img/psb_video/src/x11/
psb_x11.c 276 if (getenv("PSB_VIDEO_EXTEND_FULLSCREEN"))
279 if (getenv("PSB_VIDEO_PUTSURFACE_X11")) {
303 if (getenv("PSB_VIDEO_EXTEND_FULLSCREEN")) {
308 if (getenv("PSB_VIDEO_NOTRD") || IS_MRST(driver_data)) {
323 if (getenv("PSB_VIDEO_TEXTURE") && output->textured_portID) {
328 if (getenv("PSB_VIDEO_OVERLAY") && output->overlay_portID) {
333 if (getenv("PSB_VIDEO_CTEXTURE")) {
338 if (getenv("PSB_VIDEO_COVERLAY")) {
358 if (getenv("PSB_VIDEO_PUTSURFACE_X11"))
  /external/mesa3d/src/mesa/x86/
common_x86.c 227 if (getenv( "MESA_NO_ASM")) {
310 if ( getenv( "MESA_NO_MMX" ) == 0 ) {
321 if ( getenv( "MESA_NO_3DNOW" ) == 0 ) {
332 if ( getenv( "MESA_NO_SSE" ) == 0 ) {
335 if ( getenv( "MESA_FORCE_SSE" ) == 0 ) {
  /external/python/cpython2/Tools/nuget/
make_zip.py 114 if os.getenv('DOC_FILENAME'):
115 FULL_LAYOUT.append(('Doc/', 'Doc/build/htmlhelp', os.getenv('DOC_FILENAME'), None))
116 if os.getenv('VCREDIST_PATH'):
117 FULL_LAYOUT.append(('/', os.getenv('VCREDIST_PATH'), 'vcruntime*.dll', None))
118 EMBED_LAYOUT.append(('/', os.getenv('VCREDIST_PATH'), 'vcruntime*.dll', None))
  /external/conscrypt/openjdk/src/main/java/org/conscrypt/
HostProperties.java 117 f = toDirectory(System.getenv("TEMP"));
122 String userprofile = System.getenv("USERPROFILE");
135 f = toDirectory(System.getenv("TMPDIR"));
  /external/google-benchmark/src/
commandlineflags.cc 97 const char* const string_value = getenv(env_var.c_str());
107 const char* const string_value = getenv(env_var.c_str());
127 const char* const value = getenv(env_var.c_str());
  /external/libcxx/utils/google-benchmark/src/
commandlineflags.cc 97 const char* const string_value = getenv(env_var.c_str());
107 const char* const string_value = getenv(env_var.c_str());
127 const char* const value = getenv(env_var.c_str());
  /external/ltp/tools/apicmds/
ltpapicmd.c 292 TCID = getenv("TCID");
293 tst_total = getenv("TST_TOTAL");
294 tst_cntstr = getenv("TST_COUNT");
  /external/mesa3d/src/glx/apple/
apple_visual.c 85 bool use_core_profile = getenv("LIBGL_PROFILE_CORE");
93 else if (getenv("LIBGL_ALWAYS_SOFTWARE") != NULL) {
99 else if (getenv("LIBGL_ALLOW_SOFTWARE") != NULL) {
  /external/tensorflow/tensorflow/core/platform/posix/
env.cc 140 getenv("TEST_TMPDIR"),
143 getenv("TMPDIR"),
144 getenv("TMP"),
  /external/turbine/javatests/com/google/turbine/lower/
LowerIntegrationTest.java 305 String testShardIndex = System.getenv("TEST_SHARD_INDEX");
306 String testTotalShards = System.getenv("TEST_TOTAL_SHARDS");
310 String shardFile = System.getenv("TEST_SHARD_STATUS_FILE");

Completed in 866 milliseconds

1 2 3 4 5 6 7 8 91011>>