| /xsrc/external/mit/libX11/dist/nls/ |
| H A D | Makefile.am | 6 EXTRA_DIST = locale.alias.pre compose.dir.pre locale.dir.pre \ 9 x11locale_DATA = locale.alias locale.dir compose.dir 12 locale.alias locale.alias.l1 locale.alias.l2 \ 14 locale.dir locale.dir.l1 locale [all...] |
| H A D | Makefile.in | 540 CLEANFILES = locale.alias locale.alias.l1 locale.alias.l2 compose.dir \ 541 compose.dir.l1 compose.dir.l2 locale.dir locale.dir.l1 \ 542 locale.dir.l2 XLC_LOCALE $(nobase_x11locale_DATA) 544 EXTRA_DIST = locale.alias.pre compose.dir.pre locale.dir.pre \ 546 x11locale_DATA = locale.alias locale [all...] |
| /xsrc/external/mit/libX11/dist/include/X11/ |
| H A D | Xlocale.h | 35 #include <locale.h>
|
| /xsrc/external/mit/luit/dist/ |
| H A D | parser.h | 27 #define LOCALE_ALIAS_FILE "/usr/X11R6/lib/X11/locale/locale.alias" 38 char *resolveLocale(const char *locale);
|
| H A D | configure.ac | 45 [The locale alias file (default: ${datadir}/X11/locale/locale.alias)]), 47 [LOCALEALIASFILE=${datadir}/X11/locale/locale.alias]) 53 # We don't link against libX11, just use its locale.alias data file 55 [AC_MSG_WARN([libX11 not found. luit may not be able to find locale aliases without it.])])
|
| H A D | charset.h | 71 int getLocaleState(const char *locale, const char *charset,
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | uxterm | 35 # wrapper script to setup xterm with UTF-8 locale 41 # Check if there is a workable locale program. If there is not, we will read 44 locale=`sh -c "LC_ALL=C LC_CTYPE=C LANG=C locale >/dev/null" 2>&1` 81 # has a UTF-8 locale installed (and there appears to be no trivial/portable way 83 # user's shell does not reset unknown locale specifiers, but not all shells do. 102 value=`locale -a | awk -v "expect=$expect" 'BEGIN { 129 if test -z "$locale" ; then 130 # The 'locale' program tries to do a sanity check. 131 check=`sh -c "locale >/de [all...] |
| H A D | koi8rxterm | 34 # This is a wrapper script to set up xterm with a KOI8-R locale; based on 41 # Check if there is a workable locale program. If there is not, we will read 44 locale=`sh -c "LC_ALL=C LC_CTYPE=C LANG=C locale >/dev/null" 2>&1` 73 # locale; try to muddle through anyway. 82 # has a KOI8-R locale installed (and there appears to be no trivial/portable 84 # user's shell does not reset unknown locale specifiers, but not all shells do. 95 if test -z "$locale" ; then 96 # The 'locale' program tries to do a sanity check. 97 check=`sh -c "locale >/de [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | WMProps.c | 89 char *locale; local in function:XSetWMProperties 133 locale = setlocale(LC_CTYPE, (char *)NULL); 134 if (locale) 137 (unsigned char *)locale, (int) strlen(locale));
|
| /xsrc/external/mit/libXfont/dist/src/util/ |
| H A D | fontxlfd.c | 47 #include <locale.h> 71 static struct lconv *locale = 0; variable in typeref:struct:lconv * 81 /* Figure out what symbols apply in this locale */ 83 if (!locale) 85 locale = localeconv(); 86 if (locale->decimal_point && *locale->decimal_point) 87 radix = locale->decimal_point; 88 if (locale->positive_sign && *locale [all...] |
| /xsrc/external/mit/libXfont2/dist/src/util/ |
| H A D | fontxlfd.c | 45 #include <locale.h> 68 static struct lconv *locale = 0; variable in typeref:struct:lconv * 76 /* Figure out what symbols apply in this locale */ 78 if (!locale) 80 locale = localeconv(); 81 if (locale->decimal_point && *locale->decimal_point) 82 radix = locale->decimal_point; 83 if (locale->positive_sign && *locale [all...] |
| /xsrc/external/mit/libX11/dist/modules/im/ximcp/ |
| H A D | imInsClbk.c | 60 MakeLocale( XLCd lcd, char locale[] ) argument 67 strcpy( locale, language ); 69 strcat( locale, "_" ); 70 strcat( locale, territory ); 73 strcat( locale, "." ); 74 strcat( locale, codeset ); 237 char locale[XIM_MAXLCNAMELEN]; local in function:_XimUnRegisterIMInstantiateCallback 243 MakeLocale( lcd, locale ); 246 if( !strcmp( locale, icb->name ) && 285 char locale[XIM_MAXLCNAMELE local in function:_XimResetIMInstantiateCallback [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | strtod.c | 30 #include <locale.h> 57 * Wrapper around strtod which uses the "C" locale so the decimal 72 * Wrapper around strtof which uses the "C" locale so the decimal
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | strtod.c | 30 #include <locale.h> 57 * Wrapper around strtod which uses the "C" locale so the decimal 72 * Wrapper around strtof which uses the "C" locale so the decimal
|
| /xsrc/external/mit/libX11/dist/specs/i18n/compose/ |
| H A D | compose-chart.pl | 26 # Make a DocBook chart showing compose combinations for a locale 49 'locale=s' => \$locale_name, 344 --locale=<locale> name of locale to display in chart 357 If not specified, attempts to guess from the locale name, else default to 360 =item B<--locale>=I<locale> 362 Specify the locale name to use in the chart titles and introductory text. 370 Generate an index of the listed locale chart [all...] |
| /xsrc/external/mit/xterm/dist/vttests/ |
| H A D | 256colors2.pl | 143 if ( open( FP, "locale 2>/dev/null |" ) ) { 144 my (@locale) = <FP>; 145 chomp @locale; 147 for my $n ( 0 .. $#locale ) { 148 if ( $locale[$n] =~ /^LC_CTYPE=/ ) { 149 binmode( STDOUT, ":utf8" ) if ( $locale[$n] =~ /utf.?8/i );
|
| H A D | 88colors2.pl | 144 if ( open( FP, "locale 2>/dev/null |" ) ) { 145 my (@locale) = <FP>; 146 chomp @locale; 148 for my $n ( 0 .. $#locale ) { 149 if ( $locale[$n] =~ /^LC_CTYPE=/ ) { 150 binmode( STDOUT, ":utf8" ) if ( $locale[$n] =~ /utf.?8/i );
|
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| H A D | XKBCvt.c | 204 * be used for is to determine the encoding-name for the locale. ??? 234 char *locale; local in function:_XkbGetCharset 239 locale = setlocale(LC_CTYPE, NULL); 241 if (locale == NULL) 244 if (strlen(locale) >= sizeof(lang)) 247 for (tmp = lang; *tmp = *locale++; tmp++) {
|
| /xsrc/external/mit/xhost/dist/ |
| H A D | configure.ac | 52 [Path to install message files in (default: datadir/locale)]), 53 [LOCALEDIR=${withval}], [LOCALEDIR=${datadir}/locale])
|
| /xsrc/external/mit/libX11/dist/ |
| H A D | configure.ac | 286 [Disable Xlib locale implementation *EXPERIMENTAL*]), 358 # Yes, it would be nice to put the locale data in 359 # /usr/share, but the locale stuff includes loadable 361 # as the other locale data, so for now, everything lives 365 X11_LOCALEDATADIR="${X11_DATADIR}/locale" 366 AX_DEFINE_DIR(XLOCALEDATADIR, X11_LOCALEDATADIR, [Location of libX11 locale data]) 369 AC_ARG_WITH(locale-lib-dir, AS_HELP_STRING([--with-locale-lib-dir=DIR], 370 [Directory where locale libraries files are installed (default: $libdir/X11/locale)]), [all...] |
| /xsrc/external/mit/libXpm/dist/cxpm/ |
| H A D | cxpm.c | 41 #include <locale.h>
|
| /xsrc/external/mit/fontconfig/dist/fc-conflist/ |
| H A D | fc-conflist.c | 43 #include <locale.h>
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ci/ |
| H A D | create-rootfs.sh | 41 rm -rf /usr/share/locale/* 143 # TODO: only remaining locale is actually "C". Should we really remove it? 144 rm -rf usr/lib/locale/*
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/ |
| H A D | create-rootfs.sh | 124 rm -rf /usr/share/locale/* 125 rm -rf /usr/share/X11/locale/* 230 # TODO: only remaining locale is actually "C". Should we really remove it? 231 rm -rf usr/lib/locale/*
|
| /xsrc/external/mit/setxkbmap/dist/ |
| H A D | setxkbmap.c | 32 #include <locale.h> 104 setting_t locale; /* Machine's locale */ member in struct:settings 122 { "locale", NULL, UNDEFINED }, 192 static XkbRF_RulesPtr tryLoadRules(char *name, char *locale, Bool wantDesc, Bool wantRules); 821 tryLoadRules(char *name, char *locale, Bool wantDesc, Bool wantRules) argument 825 rules = XkbRF_Load(name, locale, wantDesc, wantRules); 869 rules = tryLoadRules(rfName, settings.locale.value, True, True); 884 rules = tryLoadRules(buf, settings.locale.value, True, True); 1135 settings.locale [all...] |