HomeSort by: relevance | last modified time | path
    Searched defs:__env (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
localename.cc 51 char* __env = std::getenv("LC_ALL"); local
53 if (__env && std::strcmp(__env, "") != 0)
55 if (std::strcmp(__env, "C") == 0
56 || std::strcmp(__env, "POSIX") == 0)
59 _M_impl = new _Impl(__env, 1);
65 __env = std::getenv("LANG");
66 if (!__env || std::strcmp(__env, "") == 0
67 || std::strcmp(__env, "C") ==
    [all...]
localename.cc 51 char* __env = std::getenv("LC_ALL"); local
53 if (__env && std::strcmp(__env, "") != 0)
55 if (std::strcmp(__env, "C") == 0
56 || std::strcmp(__env, "POSIX") == 0)
59 _M_impl = new _Impl(__env, 1);
65 __env = std::getenv("LANG");
66 if (!__env || std::strcmp(__env, "") == 0
67 || std::strcmp(__env, "C") ==
    [all...]
localename.cc 51 char* __env = std::getenv("LC_ALL"); local
53 if (__env && std::strcmp(__env, "") != 0)
55 if (std::strcmp(__env, "C") == 0
56 || std::strcmp(__env, "POSIX") == 0)
59 _M_impl = new _Impl(__env, 1);
65 __env = std::getenv("LANG");
66 if (!__env || std::strcmp(__env, "") == 0
67 || std::strcmp(__env, "C") ==
    [all...]
  /src/sys/arch/mips/include/
fenv.h 182 fenv_t __env; local
184 __env = __rfs();
185 *__envp = __env;
186 __env &= ~(FE_ALL_EXCEPT | _ENABLE_MASK);
187 __wfs(__env);
fenv.h 182 fenv_t __env; local
184 __env = __rfs();
185 *__envp = __env;
186 __env &= ~(FE_ALL_EXCEPT | _ENABLE_MASK);
187 __wfs(__env);
fenv.h 182 fenv_t __env; local
184 __env = __rfs();
185 *__envp = __env;
186 __env &= ~(FE_ALL_EXCEPT | _ENABLE_MASK);
187 __wfs(__env);

Completed in 80 milliseconds