HomeSort by relevance Sort by last modified time
    Searched refs:_wenviron (Results 1 - 5 of 5) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 204 #ifndef _wenviron
206 extern wchar_t **_wenviron;
208 extern wchar_t *** __MINGW_IMP_SYMBOL(_wenviron);
209 #define _wenviron (* __MINGW_IMP_SYMBOL(_wenviron)) macro
tchar.h 133 #define _tenviron _wenviron
  /external/llvm/unittests/Support/
ProgramTest.cpp 69 _wgetenv(L"TMP"); // Populate _wenviron, initially is null
70 return _wenviron;
  /system/core/adb/
sysdeps_win32.cpp     [all...]
  /external/python/cpython3/Modules/
posixmodule.c 1240 /* _wenviron must be initialized in this way if the program is started
1243 if (_wenviron == NULL)
1246 for (e = _wenviron; *e != NULL; e++) {
    [all...]

Completed in 355 milliseconds