Searched refs:LOCALE (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/device/rockchip/common/scripts/ |
| H A D | post-locale.sh | 5 LOCALE="$TARGET_DIR/etc/default/locale" 18 if [ -e "$LOCALE" ]; then 19 sed -i "/\<LANG\>/d" "$LOCALE" 20 echo "LANG=$CUSTOM_LANG" >> "$LOCALE"
|
| /OK3568_Linux_fs/device/rockchip/common/post-hooks/ |
| H A D | 50-locale.sh | 5 LOCALE="$TARGET_DIR/etc/default/locale" 18 if [ -e "$LOCALE" ]; then 19 sed -i "/\<LANG\>/d" "$LOCALE" 20 echo "LANG=$CUSTOM_LANG" >> "$LOCALE"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/xmlto/xmlto-0.0.28/ |
| H A D | configure.in-drop-the-test-of-xmllint-and-xsltproc.patch | 15 @@ -42,10 +42,10 @@ AC_ARG_VAR([LOCALE], [Name and path of the `locale' program.]) 16 AC_PATH_PROG([LOCALE], [locale], [locale])
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/vim/ |
| H A D | vim.inc | 56 for LOCALE in cs fr ko pl sk zh_CN zh_TW;do 57 echo -n > src/po/${LOCALE}.po
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/buildperf/ |
| H A D | base.py | 70 return re.sub(r'(\W+)', '-', string, flags=re.LOCALE)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0013-eglibc-Forward-port-cross-locale-generation-support.patch | 95 @@ -230,7 +230,7 @@ __libc_tsd_define (extern, locale_t, LOCALE)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-3 | 5662 -- Function: char * setlocale (int CATEGORY, const char *LOCALE) 5669 CATEGORY to LOCALE. 5676 passing a null pointer as the LOCALE argument. In this case, 5690 string is passed in as LOCALE parameter. 5703 When the LOCALE argument is not a null pointer, the string returned 5706 If you specify an empty string for LOCALE, this means to read the 5710 If a nonempty string is given for LOCALE, then the locale of that
|
| H A D | libc.info-4 | 3309 DIR_NAME/LOCALE/LC_CATEGORY/DOMAIN_NAME.mo 3333 The LOCALE component is computed based on the category used. Just
|
| H A D | libc.info-13 | 16448 ‘char * setlocale (int CATEGORY, const char *LOCALE)’
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-3 | 5662 -- Function: char * setlocale (int CATEGORY, const char *LOCALE) 5669 CATEGORY to LOCALE. 5676 passing a null pointer as the LOCALE argument. In this case, 5690 string is passed in as LOCALE parameter. 5703 When the LOCALE argument is not a null pointer, the string returned 5706 If you specify an empty string for LOCALE, this means to read the 5710 If a nonempty string is given for LOCALE, then the locale of that
|
| H A D | libc.info-4 | 3309 DIR_NAME/LOCALE/LC_CATEGORY/DOMAIN_NAME.mo 3333 The LOCALE component is computed based on the category used. Just
|
| H A D | libc.info-13 | 16448 ‘char * setlocale (int CATEGORY, const char *LOCALE)’
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/ |
| H A D | autotools-update.patch | 2472 - /* LOCALE can consist of up to four recognized parts for the XPG syntax:
|