OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__newlocale
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
c++locale_internal.h
53
extern "C" __typeof(newlocale)
__newlocale
;
c_locale.cc
135
__cloc =
__newlocale
(1 << LC_ALL, __s, __old);
163
__c_locale __changed =
__newlocale
(LC_CTYPE_MASK, __s, __dup);
165
__c_locale __changed =
__newlocale
(1 << LC_CTYPE, __s, __dup);
/src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
c++locale_internal.h
53
extern "C" __typeof(newlocale)
__newlocale
;
c_locale.cc
135
__cloc =
__newlocale
(1 << LC_ALL, __s, __old);
163
__c_locale __changed =
__newlocale
(LC_CTYPE_MASK, __s, __dup);
165
__c_locale __changed =
__newlocale
(1 << LC_CTYPE, __s, __dup);
Completed in 23 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026