Searched refs:LC_ALL (Results 1 - 11 of 11) sorted by relevance

/openwrt/scripts/
H A Dget_source_date_epoch.sh3 export LC_ALL=C
14 SOURCE_DATE_EPOCH="$(./scripts/portable_date.sh "$(LC_ALL=C svn info | sed -ne 's/^Last Changed Date: //p')" +%s)"
H A Dgetver.sh3 export LC_ALL=C
H A Dconfig.rpath634 LC_ALL=C sed -e 's/^\([a-zA-Z0-9_]*\)=/acl_cv_\1=/' <<EOF
/openwrt/target/sdk/files/
H A DMakefile10 LC_ALL:=C macro
13 export TOPDIR LC_ALL LANG SDK
/openwrt/
H A DMakefile10 LC_ALL:=C macro
13 export TOPDIR LC_ALL LANG TZ
/openwrt/target/imagebuilder/files/
H A DMakefile10 LC_ALL:=C macro
12 export TOPDIR LC_ALL LANG
/openwrt/target/sdk/
H A DMakefile38 BASE_FEED:=$(if $(BASE_FEED),$(BASE_FEED),$(shell cd $(TOPDIR); LC_ALL=C git svn info 2>/dev/null | sed -ne 's/^URL: /src-gitsvn base /p'))
39 BASE_FEED:=$(if $(BASE_FEED),$(BASE_FEED),$(shell cd $(TOPDIR); LC_ALL=C svn info 2>/dev/null | sed -ne 's/^URL: /src-svn base /p'))
/openwrt/scripts/config/
H A Dconf.c499 setlocale(LC_ALL, "");
H A Dmconf.c1013 setlocale(LC_ALL, "");
/openwrt/include/
H A Dkernel-defaults.mk123 $(SH_FUNC) grep '=[ym]' $(LINUX_DIR)/.config.set | LC_ALL=C sort | md5s > $(LINUX_DIR)/.vermagic
/openwrt/package/network/services/ead/src/tinysrp/
H A Dconfigure443 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi

Completed in 55 milliseconds