| /OK3568_Linux_fs/buildroot/package/coremark-pro/ |
| H A D | coremark-pro.sh.in | 21 …LC_ALL=C perl /usr/share/coremark-pro/util/perl/results_parser.pl $wld-$contype-result.log $wld.ru… 26 …LC_ALL=C perl /usr/share/coremark-pro/util/perl/results_parser.pl $wld-$contype-result.log $wld.ru… 29 …LC_ALL=C perl /usr/share/coremark-pro/util/perl/cert_median.pl $wld-$contype-result.log $contype >… 33 LC_ALL=C perl /usr/share/coremark-pro/util/perl/cert_mark.pl -i result.log -s coremarkpro > result.…
|
| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | generate-gitlab-ci-yml | 31 defconfigs=( $(cd configs; LC_ALL=C ls -1 *_defconfig) ) 35 | LC_ALL=C sort) 41 defconfigs=( $(cd configs; LC_ALL=C ls -1 qemu_*_defconfig) ) 79 | LC_ALL=C sort \
|
| /OK3568_Linux_fs/buildroot/package/flashrom/ |
| H A D | 0001-Makefile-Fix-building-on-AArch64-NixOS.patch | 52 -debug_shell = $(shell export LC_ALL=C ; { echo 'exec: export LC_ALL=C ; { $(1) ; }' >&2; { $(1) ;… 53 +debug_shell = $(shell export LC_ALL=C ; { echo 'exec: export LC_ALL=C ; { $(subst ','\'',$(1)) ; }…
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/quilt/quilt/ |
| H A D | Makefile | 10 @LANG=C; LC_ALL=C; \ 11 export LANG LC_ALL; \
|
| /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/include/bits/types/ |
| H A D | __locale_t.h | 30 /* Note: LC_ALL is not a valid index into this array. */ 38 /* Note: LC_ALL is not a valid index into this array. */
|
| /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/include/bits/types/ |
| H A D | __locale_t.h | 30 /* Note: LC_ALL is not a valid index into this array. */ 38 /* Note: LC_ALL is not a valid index into this array. */
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/indent/indent/ |
| H A D | 0001-src-indent.c-correct-the-check-for-locale.h.patch | 12 | setlocale(LC_ALL, ""); 16 | ../../indent-2.2.12/src/indent.c:1062:15: error: 'LC_ALL' undeclared (first use in this function)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | locale.h | 16 #define LC_ALL 0 macro 28 #define LC_ALL_MASK (1 << LC_ALL)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | locale.h | 16 #define LC_ALL 0 macro 28 #define LC_ALL_MASK (1 << LC_ALL)
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | build-whitelist.sh | 11 export LC_ALL=C LC_COLLATE=C 62 unset LC_ALL LC_COLLATE
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | mkcompile_h | 18 LC_ALL=C 19 export LC_ALL
|
| H A D | lld-version.sh | 24 set -- $(LC_ALL=C "$@" --version)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/gettext/gettext-minimal-0.21/ |
| H A D | Makefile.in.in | 176 if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \ 177 …LC_ALL=C find -L $(top_srcdir) -maxdepth 1 -type f -size -10000000c -exec grep -i 'GNU @PACKAGE@' … 179 LC_ALL=C grep -i 'GNU @PACKAGE@' $(top_srcdir)/* 2>/dev/null; \ 295 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu… 296 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ 343 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu… 344 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/winclipboard/ |
| H A D | xwinclip.c | 118 if (!setlocale (LC_ALL, "")) in main() 128 setlocale(LC_ALL, "C"); in main()
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | Makefile | 23 unexport LC_ALL 1388 echo \#define CC_VERSION_STRING \"$$(LC_ALL=C $(CC) --version | head -n 1)\"; \ 1389 echo \#define LD_VERSION_STRING \"$$(LC_ALL=C $(LD) --version | head -n 1)\"; ) 1395 echo \#define CC_VERSION_STRING \"$$(LC_ALL=C $(CC) --version | head -n 1)\"; \ 1396 echo \#define LD_VERSION_STRING \"$$(LC_ALL=C $(LD) --version | head -n 1)\"; ) 1412 LC_ALL=C $${DATE} -u -d "$${SOURCE_DATE}" +'#define U_BOOT_DATE "%b %d %C%y"'; \ 1413 LC_ALL=C $${DATE} -u -d "$${SOURCE_DATE}" +'#define U_BOOT_TIME "%T"'; \ 1414 LC_ALL=C $${DATE} -u -d "$${SOURCE_DATE}" +'#define U_BOOT_TZ "%z"'; \ 1415 LC_ALL=C $${DATE} -u -d "$${SOURCE_DATE}" +'#define U_BOOT_DMI_DATE "%m/%d/%Y"'; \ 1416 LC_ALL=C $${DATE} -u -d "$${SOURCE_DATE}" +'#define U_BOOT_BUILD_DATE 0x%Y%m%d'; \ [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | terminal.py | 64 # clearing the LC_ALL environment variable so it uses the locale. 66 if os.getenv('LC_ALL'): os.putenv('LC_ALL','')
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/libxml/libxml2/ |
| H A D | run-ptest | 3 export LC_ALL=en_US.UTF-8
|
| /OK3568_Linux_fs/buildroot/package/metacity/ |
| H A D | Xsession | 4 export LC_ALL="en_US.UTF-8"
|
| /OK3568_Linux_fs/kernel/arch/sh/tools/ |
| H A D | Makefile | 16 $(Q)LC_ALL=C $(AWK) -f $^ > $@
|
| /OK3568_Linux_fs/kernel/arch/nds32/kernel/vdso/ |
| H A D | gen_vdso_offsets.sh | 13 LC_ALL=C
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/vdso/ |
| H A D | gen_vdso_offsets.sh | 14 LC_ALL=C
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/gawk/gawk/ |
| H A D | run-ptest | 5 #LC_ALL=${GAWKLOCALE:-C} LANG=${GAWKLOCALE:-C}
|
| /OK3568_Linux_fs/app/forlinx/matrix-browser/ |
| H A D | S99matrix-browser | 12 export LC_ALL='zh_CN.utf8'
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | locale.h | 19 LC_ALL
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | locale.h | 19 LC_ALL
|