| /xsrc/external/mit/libX11/dist/include/X11/ |
| Xlocale.h | 35 #include <locale.h>
|
| /xsrc/external/mit/luit/dist/ |
| parser.h | 27 #define LOCALE_ALIAS_FILE "/usr/X11R6/lib/X11/locale/locale.alias" 38 char *resolveLocale(const char *locale);
|
| charset.h | 71 int getLocaleState(const char *locale, const char *charset,
|
| /xsrc/external/mit/xterm/dist/ |
| 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 >/dev/null" 2>&1 [all...] |
| 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 >/dev/null" 2>&1 [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| WMProps.c | 89 char *locale; local 133 locale = setlocale(LC_CTYPE, (char *)NULL); 134 if (locale) 137 (unsigned char *)locale, (int) strlen(locale));
|
| /xsrc/external/mit/libXfont/dist/src/util/ |
| 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->positive_sign [all...] |
| /xsrc/external/mit/libXfont2/dist/src/util/ |
| 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->positive_sign [all...] |
| /xsrc/external/mit/libX11/dist/modules/im/ximcp/ |
| imInsClbk.c | 60 MakeLocale( XLCd lcd, char locale[] ) 67 strcpy( locale, language ); 69 strcat( locale, "_" ); 70 strcat( locale, territory ); 73 strcat( locale, "." ); 74 strcat( locale, codeset ); 237 char locale[XIM_MAXLCNAMELEN]; local 243 MakeLocale( lcd, locale ); 246 if( !strcmp( locale, icb->name ) && 285 char locale[XIM_MAXLCNAMELEN] local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| 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.old/dist/src/util/ |
| 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/xterm/dist/vttests/ |
| 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 );
|
| 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/specs/i18n/compose/ |
| 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 charts instead of a chart for [all...] |
| docbook-nl.am | 27 --locale="$(@:.xml=)" --output="$@" $<
|
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| XKBCvt.c | 204 * be used for is to determine the encoding-name for the locale. ??? 234 char *locale; local 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/MesaLib/dist/.gitlab-ci/container/ |
| 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/MesaLib.old/dist/src/gallium/drivers/panfrost/ci/ |
| 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/fontconfig/dist/fc-conflist/ |
| fc-conflist.c | 43 #include <locale.h>
|
| /xsrc/external/mit/libXpm/dist/cxpm/ |
| cxpm.c | 41 #include <locale.h>
|
| /xsrc/external/mit/setxkbmap/dist/ |
| 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) 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.value = setlocale(LC_ALL, settings.locale.value) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| imports.c | 54 #include <locale.h>
|
| /xsrc/external/mit/fontconfig/dist/fc-pattern/ |
| fc-pattern.c | 38 #include <locale.h>
|
| /xsrc/external/mit/fontconfig/dist/fc-query/ |
| fc-query.c | 41 #include <locale.h>
|
| /xsrc/external/mit/brotli/dist/ |
| configure-cmake | 123 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
|