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

  /src/external/gpl3/gcc/dist/libgfortran/io/
unit.c 124 locale_t c_locale; variable
625 c_locale = newlocale (0, "C", 0);
842 freelocale (c_locale);
io.h 64 extern locale_t c_locale;
65 internal_proto(c_locale); variable
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
unit.c 118 locale_t c_locale; variable
589 c_locale = newlocale (0, "C", 0);
806 freelocale (c_locale);
io.h 61 extern locale_t c_locale;
62 internal_proto(c_locale); variable
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
locale_init.cc 91 fake_locale c_locale; member in namespace:__anon14842
277 // identical to the static c_locale.
319 return *(const locale*)c_locale;
335 new (&c_locale) locale(_S_classic);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
locale_init.cc 91 fake_locale c_locale; member in namespace:__anon17268
277 // identical to the static c_locale.
319 return *(const locale*)c_locale;
335 new (&c_locale) locale(_S_classic);

Completed in 20 milliseconds