Searched refs:locale (Results 1 - 25 of 26) sorted by relevance

12

/seL4-refos-master/libs/libmuslc/src/string/
H A Dwcscasecmp_l.c3 int wcscasecmp_l(const wchar_t *l, const wchar_t *r, locale_t locale) argument
H A Dwcsncasecmp_l.c3 int wcsncasecmp_l(const wchar_t *l, const wchar_t *r, size_t n, locale_t locale) argument
/seL4-refos-master/libs/libmuslc/src/locale/
H A Duselocale.c8 locale_t old = self->locale;
11 if (new) self->locale = new == LC_GLOBAL_LOCALE ? global : new;
H A Dwcscoll.c2 #include <locale.h>
7 int __wcscoll_l(const wchar_t *l, const wchar_t *r, locale_t locale) argument
H A D__lctrans.c1 #include <locale.h>
H A Dstrcoll.c2 #include <locale.h>
H A Dstrxfrm.c2 #include <locale.h>
H A Dlocaleconv.c1 #include <locale.h>
H A Dwcsxfrm.c2 #include <locale.h>
H A Dlanginfo.c1 #include <locale.h>
H A Dsetlocale.c1 #include <locale.h>
H A Dlocale_map.c1 #include <locale.h>
97 /* If no locale definition was found, make a locale map
/seL4-refos-master/libs/libmuslc/src/stdio/
H A Dfwide.c8 if (!f->locale) f->locale = MB_CUR_MAX==1
H A Dfputws.c14 *ploc = f->locale;
H A Dungetwc.c17 *ploc = f->locale;
H A Dfgetwc.c45 *ploc = f->locale;
H A Dfputwc.c14 *ploc = f->locale;
/seL4-refos-master/libs/libmuslc/src/internal/
H A Dlocale_impl.h4 #include <locale.h>
33 #define CURRENT_LOCALE (__pthread_self()->locale)
35 #define CURRENT_UTF8 (!!__pthread_self()->locale->cat[LC_CTYPE])
H A Dstdio_impl.h50 struct __locale_struct *locale; member in struct:_IO_FILE
H A Dpthread_impl.h41 locale_t locale; member in struct:pthread
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dmkmaze.c82 extend_spine(locale, wall_there, dx, dy)
83 int locale[3][3];
93 if (locale[ 1][0] && locale[ 1][2] && /* EW are wall/stone */
94 locale[nx][0] && locale[nx][2]) { /* diag are wall/stone */
100 if (locale[0][ 1] && locale[2][ 1] && /* NS are wall/stone */
101 locale[0][ny] && locale[
128 int locale[3][3]; /* rock or wall status surrounding positions */ local
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dmkmaze.c82 extend_spine(locale, wall_there, dx, dy)
83 int locale[3][3];
93 if (locale[ 1][0] && locale[ 1][2] && /* EW are wall/stone */
94 locale[nx][0] && locale[nx][2]) { /* diag are wall/stone */
100 if (locale[0][ 1] && locale[2][ 1] && /* NS are wall/stone */
101 locale[0][ny] && locale[
128 int locale[3][3]; /* rock or wall status surrounding positions */ local
[all...]
/seL4-refos-master/libs/libmuslc/src/time/
H A Dwcsftime.c3 #include <locale.h>
H A Dstrftime.c5 #include <locale.h>
/seL4-refos-master/libs/libmuslc/src/env/
H A D__init_tls.c19 td->locale = &libc.global_locale;

Completed in 169 milliseconds

12