PageRenderTime 8128ms queryTime 176ms sortTime 9ms getByIdsTime 2995ms findMatchingLines 417ms

100+ results results for 'LC_ALL=C' (8128 ms)

Not the results you expected?
test_utils.py https://github.com/AsherBond/nova.git | Python | 301 lines
                    
43        os.path.exists(path).AndReturn(True)
                    
44        utils.execute('env', 'LC_ALL=C', 'LANG=C',
                    
45                      'qemu-img', 'info', path).AndReturn((example_output, ''))
                    
111            os.path.exists(path).AndReturn(True)
                    
112            utils.execute('env', 'LC_ALL=C', 'LANG=C',
                    
113                          'qemu-img', 'info', path).AndReturn((output, ''))
                    
132        os.path.exists(path).AndReturn(True)
                    
133        utils.execute('env', 'LC_ALL=C', 'LANG=C',
                    
134                      'qemu-img', 'info', path).AndReturn((output, ''))
                    
158            os.path.exists(path).AndReturn(True)
                    
159            utils.execute('env', 'LC_ALL=C', 'LANG=C',
                    
160                          'qemu-img', 'info', path).AndReturn((output, ''))
                    
172            os.path.exists(path).AndReturn(True)
                    
173            utils.execute('env', 'LC_ALL=C', 'LANG=C',
                    
174                          'qemu-img', 'info', path).AndReturn((output, ''))
                    
                
make_dmg.sh https://bitbucket.org/vrrm/brl-cad-copy-for-fast-history-browsing-in-git.git | Shell | 457 lines
                    
63PATH=/bin:/usr/bin:/usr/sbin
                    
64LC_ALL=C
                    
65umask 002
                    
                
Makefile.in.in git://github.com/MythTV/mythtv.git | Autoconf | 385 lines
                    
186	    if test -n "$$lc"; then \
                    
187	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
                    
188	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
                    
235	    if test -n "$$lc"; then \
                    
236	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
                    
237	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
                    
                
gen_initramfs_list.sh https://gitlab.com/Aminadav/linux | Shell | 323 lines
                    
127		"nod")
                    
128			local dev=`LC_ALL=C ls -l "${location}"`
                    
129			local maj=`field 5 ${dev}`
                    
                
Makefile https://gitlab.com/abidin24/sortix | Makefile | 436 lines
                    
177	  || exit $$?; done)
                    
178	LC_ALL=C sort -u "$(SYSROOT)/tix/manifest/system" > "$(SYSROOT)/tix/manifest/system.new"
                    
179	mv "$(SYSROOT)/tix/manifest/system.new" "$(SYSROOT)/tix/manifest/system"
                    
205	grep -E '^/src(/.*)?$$' | \
                    
206	LC_ALL=C sort > "$(SYSROOT)/tix/manifest/src"
                    
207
                    
                
Makefile https://bitbucket.org/killerpenguinassassins/open_distrib_devel.git | Makefile | 202 lines
                    
57	echo '  #define PLATFORM "$(PLATFORM)"'; \
                    
58	echo "  #define DATE \"`LC_ALL=C LC_TIME=C date`\""; \
                    
59	echo '#endif' ) >buildinf.h
                    
                
mkerrors.sh https://gitlab.com/jimakker/rancher-letsencrypt | Shell | 545 lines
                    
10unset LANG
                    
11export LC_ALL=C
                    
12export LC_CTYPE=C
                    
                
mini-x.sh https://gitlab.com/rchicoli/kali-arm-build-scripts | Shell | 233 lines
                    
70export MALLOC_CHECK_=0 # workaround for LP: #520465
                    
71export LC_ALL=C
                    
72export DEBIAN_FRONTEND=noninteractive
                    
                
install.bat https://gitlab.com/jjrobinson/win-utils | Batch | 392 lines
                    
30setlocal ENABLEEXTENSIONS
                    
31set LC_ALL=C
                    
32
                    
                
ovs-lib.sh.in https://github.com/homework/openvswitch.git | Autoconf | 172 lines
                    
36
                    
37LC_ALL=C; export LC_ALL
                    
38
                    
                
CMakeLists.txt https://gitlab.com/Teo-Mirror/AtomicGameEngine | CMake | 242 lines
                    
45
                    
46#~2DO: set BUILDINF_DATE to `date LC_ALL=C LC_TIME=C`
                    
47configure_file( buildinf.h.cmake ${openssl_BINARY_DIR}/buildinf.h )
                    
                
cleanup.sh https://gitlab.com/lede/buildbot | Shell | 99 lines
                    
2
                    
3export LC_ALL=C
                    
4
                    
                
360-tests-sandbox-libdl-paths.patch https://bitbucket.org/bosp/external-crosstool-ng.git | Patch | 193 lines
                    
161 # Since we use `sort' we must make sure to use the same locale everywhere.
                    
162 LC_ALL=C
                    
163diff -durN glibc-2.13.orig/posix/tst-getconf.sh glibc-2.13/posix/tst-getconf.sh
                    
                
Makefile https://github.com/mseaborn/plash-glibc.git | Makefile | 164 lines
                    
50	 sed -n 's@^#define __NR_\([^ ]*\) .*$$@#define SYS_\1 __NR_\1@p' | \
                    
51	 LC_ALL=C sort > $(@:.d=.h).new32; \
                    
52	 $(CC) -E -MD -MP -MF $(@:.h=.d)-t2 -MT '$(@:.d=.h) $(@:.h=.d)' \
                    
55	 sed -n 's@^#define __NR_\([^ ]*\) .*$$@#define SYS_\1 __NR_\1@p' | \
                    
56	 LC_ALL=C sort > $(@:.d=.h).new64; \
                    
57	 if cmp -s $(@:.d=.h).new32 $(@:.d=.h).new64; then \
                    
61	   echo ''; \
                    
62	   LC_ALL=C comm -12 $(@:.d=.h).new32 $(@:.d=.h).new64; \
                    
63	   echo '#if __WORDSIZE == 64'; \
                    
63	   echo '#if __WORDSIZE == 64'; \
                    
64	   LC_ALL=C comm -13 $(@:.d=.h).new32 $(@:.d=.h).new64; \
                    
65	   echo '#else'; \
                    
65	   echo '#else'; \
                    
66	   LC_ALL=C comm -23 $(@:.d=.h).new32 $(@:.d=.h).new64; \
                    
67	   echo '#endif'; \
                    
                
compare_transform.sh https://gitlab.com/0072016/Facebook-Sdk | Shell | 62 lines
                    
27fi
                    
28export LC_ALL=C
                    
29$DEXDUMP $INPUT | \
                    
                
Makefile https://bitbucket.org/Red54/u-boot-shumeipai2.git | Makefile | 75 lines
                    
53$(obj)initcode.o: CFLAGS += -fno-function-sections -fno-data-sections
                    
54READINIT = env LC_ALL=C $(CROSS_COMPILE)readelf -s $<
                    
55check_initcode: $(obj)initcode.o
                    
                
server_first_install.sh https://gitlab.com/fbatiga/config-files | Shell | 46 lines
                    
4    
                    
5    export LC_ALL=C.UTF-8 
                    
6export LANG=en_US.UTF-8
                    
                
Makefile https://gitlab.com/unlogic/radare-mirror | Makefile | 418 lines
                    
40	ESC=^
                    
41	LC_ALL=C
                    
42	export LC_ALL
                    
                
copyright.sh https://bitbucket.org/vrrm/brl-cad-copy-for-fast-history-browsing-in-git.git | Shell | 189 lines
                    
47# force locale setting to C so things like date output as expected
                    
48LC_ALL=C
                    
49
                    
                
Makefile https://gitlab.com/lede/lede-noltari-staging | Makefile | 153 lines
                    
45BASE_FEED:=$(if $(GIT_URL),src-git base $(GIT_URL)$(if $(GIT_BRANCH),;$(GIT_BRANCH),$(if $(GIT_TAGNAME),;$(GIT_TAGNAME))))
                    
46BASE_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'))
                    
47BASE_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'))
                    
                
Makefile.in https://github.com/enki/ffcall.git | Autoconf | 169 lines
                    
122	./minitests > minitests.out
                    
123	LC_ALL=C uniq -u < minitests.out > minitests.output.$(HOST)
                    
124	test '!' -s minitests.output.$(HOST)
                    
139	./tests > tests.out
                    
140	LC_ALL=C uniq -u < tests.out > tests.output.$(HOST)
                    
141	test '!' -s tests.output.$(HOST)
                    
                
Makefile https://gitlab.com/HowTheStoryEnds/freebsd11-psm-port | Makefile | 273 lines
                    
53keys.list: MKkeys_list.sh Caps
                    
54	sh ${NCURSESTINFODIR}/MKkeys_list.sh ${TERMINFO_CAPS} | LC_ALL=C sort > ${.TARGET}
                    
55
                    
                
SystemInfo.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 230 lines
                    
145		cmd =
                    
146"LC_ALL=C /usr/bin/grep \"#define\tSIG.*[0-9].*/\" /usr/include/sys/iso/signal_iso.h | /usr/bin/nawk '{print $2}'"; // NOI18N
                    
147	    } else if (new File("/usr/include/asm/signal.h").exists()) { // NOI18N
                    
149		cmd =
                    
150"LC_ALL=C /bin/grep \"#define SIG.*[0-9]\" /usr/include/asm/signal.h | /bin/awk '{print $2}'"; // NOI18N
                    
151
                    
153		cmd =
                    
154"LC_ALL=C /usr/bin/grep \"#define\tSIG.*[0-9].*/\" /usr/include/sys/signal.h | /usr/bin/nawk '{print $2}'"; // NOI18N
                    
155	    }
                    
170	        cmd = 
                    
171"LC_ALL=C /bin/grep \"# define.*\" /usr/include/bits/siginfo.h | /bin/awk '{print $3}'"; // NOI18N
                    
172	    } else {
                    
173	        cmd = 
                    
174"LC_ALL=C /usr/bin/grep \"#define.*/\" /usr/include/sys/machsig.h | /usr/bin/nawk '{print $2}'"; // NOI18N
                    
175	    }
                    
                
Makefile https://github.com/mcr/linux-2.6.git | Makefile | 141 lines
                    
54define cmd_vdsosym
                    
55	$(NM) $< | LC_ALL=C sed -n $(sed-vdsosym) | LC_ALL=C sort > $@
                    
56endef
                    
102define cmd_vdso32sym
                    
103	if LC_ALL=C sort -u $(filter-out FORCE,$^) > $(@D)/.tmp_$(@F) && \
                    
104	   $(foreach H,$(filter-out FORCE,$^),\
                    
                
common.sh https://github.com/unart-tk/Utils.git | Shell | 103 lines
                    
7alias slrn="slrn -n"
                    
8alias man='LC_ALL=C LANG=C man'
                    
9alias f=finger
                    
                
listused.sh https://github.com/jsjohnst/node-ncurses.git | Shell | 182 lines
                    
41if test "${LANG+set}"        = set; then LANG=C;        export LANG;        fi
                    
42if test "${LC_ALL+set}"      = set; then LC_ALL=C;      export LC_ALL;      fi
                    
43if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
                    
                
run.pl https://github.com/66laps/4store.git | Perl | 120 lines
                    
70		print("[....] $t\r");
                    
71		my $ret = system("FORMAT=ascii LANG=C LC_ALL=C TESTPATH=../../src scripts/$t $kb_name > $outdir/$t $errout");
                    
72		if ($ret == 2) {
                    
                
Makefile https://gitlab.com/deepcypher/linux | Makefile | 138 lines
                    
19# Please keep it alphabetically sorted by Kconfig name
                    
20# (e. g. LC_ALL=C sort Makefile)
                    
21
                    
                
autogen.sh https://bitbucket.org/pizzafactory/blackfin-toolchain.git | Shell | 82 lines
                    
6# so we dont get pointless changes across builds
                    
7export LC_ALL=C
                    
8
                    
                
debd.in https://gitlab.com/oyvholm/mc | Autoconf | 362 lines
                    
111       my $qarchive = quote($archive);
                    
112       chop($date=`LC_ALL=C date "+%m-%d-%Y %H:%M"`);
                    
113       chop($info_size=`dpkg -s $qarchive | wc -c`);
                    
                
test-hg.sh https://gitlab.com/nmusco/git | Shell | 848 lines
                    
458test_expect_success 'fetch special filenames' '
                    
459	test_when_finished "rm -rf hgrepo gitrepo && LC_ALL=C" &&
                    
460
                    
489test_expect_success 'push special filenames' '
                    
490	test_when_finished "rm -rf hgrepo gitrepo && LC_ALL=C" &&
                    
491
                    
                
test-lib.sh https://gitlab.com/Blueprint-Marketing/git | Shell | 1090 lines
                    
69LANG=C
                    
70LC_ALL=C
                    
71PAGER=cat
                    
                
ncurses-config.in https://github.com/OMFGB/external_libncurses.git | Autoconf | 161 lines
                    
44LANGUAGE=C;	export LANGUAGE
                    
45LC_ALL=C;	export LC_ALL
                    
46LC_CTYPE=C;	export LC_CTYPE
                    
                
Makefile https://github.com/heinervdm/vpnc.git | Makefile | 151 lines
                    
86vpnc-debug.c vpnc-debug.h : isakmp.h enum2debug.pl
                    
87	LC_ALL=C perl -w ./enum2debug.pl isakmp.h >vpnc-debug.c 2>vpnc-debug.h
                    
88
                    
100	mkdir vpnc-$*
                    
101	LC_ALL=C svn info -R | awk -v RS='' -v FS='\n' '/Node Kind: file/ {print substr($$1,7)}' | \
                    
102		tar -cf - -T - | tar -xf - -C vpnc-$*/
                    
                
ltmain.sh https://gitlab.com/brian0218/rk3188_r-box_android4.2.2_sdk | Shell | 1757 lines
                    
50# e.g. LANG=C (notably SCO).
                    
51if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
                    
52if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
                    
                
Build.sh https://gitlab.com/brian0218/rk3188_r-box_android4.2.2_sdk | Shell | 1783 lines
                    
35
                    
36LC_ALL=C
                    
37export LC_ALL
                    
                
generate-blob-lists.sh https://gitlab.com/brian0218/rk3066_r-box_android4.2.2_sdk | Shell | 146 lines
                    
45DEVICES="maguro toro toroplus grouper tilapia manta"
                    
46export LC_ALL=C
                    
47
                    
                
import_openssl.sh https://gitlab.com/ayham-hassan/Signal-Android | Shell | 722 lines
                    
34export LANG=C
                    
35export LC_ALL=C
                    
36PERL_EXE="perl -C0"
                    
                
check-all-builds.sh https://gitlab.com/ayham-hassan/Signal-Android | Shell | 647 lines
                    
5export LANG=C
                    
6export LC_ALL=C
                    
7
                    
                
Makefile https://bitbucket.org/ddevine/haiku.git | Makefile | 397 lines
                    
177	    if test -n "$$lc"; then \
                    
178	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
                    
179	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
                    
226	    if test -n "$$lc"; then \
                    
227	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
                    
228	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
                    
370	ll=`echo $$lang | sed -e 's/@.*//'`; \
                    
371	LC_ALL=C; export LC_ALL; \
                    
372	cd $(srcdir); \
                    
                
gdbarch.sh https://bitbucket.org/killerpenguinassassins/open_distrib_devel.git | Shell | 1173 lines
                    
27LANG=c ; export LANG
                    
28LC_ALL=c ; export LC_ALL
                    
29
                    
                
ltmain.sh https://bitbucket.org/killerpenguinassassins/open_distrib_devel.git | Shell | 1920 lines
                    
80if test "${LC_ALL+set}" = set; then
                    
81  save_LC_ALL="$LC_ALL"; LC_ALL=C; export LC_ALL
                    
82fi
                    
                
sanity.sh https://bitbucket.org/killerpenguinassassins/open_distrib_devel.git | Shell | 1901 lines
                    
78export LANG
                    
79LC_ALL=C
                    
80export LC_ALL
                    
                
rcs2log.sh https://bitbucket.org/killerpenguinassassins/open_distrib_devel.git | Shell | 742 lines
                    
76LANGUAGE=C
                    
77LC_ALL=C
                    
78LC_COLLATE=C
                    
                
tests.mk https://gitlab.com/pranith/rust | Makefile | 1035 lines
                    
66# This prevents tests from failing with some locales (fixes #17423).
                    
67export LC_ALL=C
                    
68
                    
                
install.sh https://gitlab.com/rrevanth/dotfiles | Shell | 613 lines
                    
8set -eu
                    
9export LC_ALL=C
                    
10
                    
                
_updown.mast.in https://gitlab.com/envieidoc/Openswan | Autoconf | 598 lines
                    
26
                    
27LC_ALL=C export LC_ALL
                    
28
                    
                
CloverGrowerPro.sh https://gitlab.com/envieidoc/Clover | Shell | 886 lines
                    
6# Reset locales (important when grepping strings from output commands)
                    
7export LC_ALL=C
                    
8
                    
226        echo "Checking for new version of CloverGrowerPro..."
                    
227        (cd "$CLOVER_GROWER_PRO_DIR" && LC_ALL=C git pull --rebase -f) || exit 1
                    
228        echo "$now" > "$check_timestamp_file"
                    
                
aclocal.m4 https://gitlab.com/envieidoc/advancedtomato2 | m4 | 1271 lines
                    
73
                    
74  INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
                    
75INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
                    
75INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
                    
76     INTLTOOL_KEYS_RULE='%.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
                    
77     INTLTOOL_PROP_RULE='%.prop:      %.prop.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
                    
77     INTLTOOL_PROP_RULE='%.prop:      %.prop.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
                    
78      INTLTOOL_OAF_RULE='%.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< [$]@'
                    
79     INTLTOOL_PONG_RULE='%.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
                    
79     INTLTOOL_PONG_RULE='%.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
                    
80   INTLTOOL_SERVER_RULE='%.server:    %.server.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
                    
81    INTLTOOL_SHEET_RULE='%.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
                    
81    INTLTOOL_SHEET_RULE='%.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
                    
82INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
                    
83       INTLTOOL_UI_RULE='%.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
                    
                
globtest.sh https://gitlab.com/Namal/glibc | Shell | 812 lines
                    
40# Since we use `sort' we must make sure to use the same locale everywhere.
                    
41LC_ALL=C
                    
42export LC_ALL
                    
                
toolchain.py https://gitlab.com/gmbnomis/u-boot | Python | 576 lines
                    
148        output and possibly unicode encoded output of all build tools by
                    
149        adding LC_ALL=C.
                    
150
                    
                
gnupg2.rb https://github.com/bakotaco/homebrew.git | Ruby | 112 lines
                    
106 
                    
107 TESTS_ENVIRONMENT = GNUPGHOME=$(abs_builddir) GPG_AGENT_INFO= LC_ALL=C \
                    
108-		    ../../agent/gpg-agent --quiet --daemon sh
                    
                
options.sh https://github.com/richlowe/illumos-gate.git | Shell | 499 lines
                    
31unset HISTFILE
                    
32export LC_ALL=C ENV=
                    
33
                    
                
p2v.ksh https://github.com/richlowe/illumos-gate.git | Korn Shell | 722 lines
                    
97
                    
98	NET=$(LC_ALL=C /usr/sbin/zonecfg -z $ZONENAME info net)
                    
99	if (( $? != 0 )); then
                    
                
stonecold-repo-build.sh https://gitlab.com/forumi0721/arch_PKGBUILDs | Shell | 707 lines
                    
99			set -x
                    
100			${DOCKER} run $([ "${VERBOSE}" = "Y" ] && echo "-i") -t -m 2048M --rm --name ${dockername} -h arch-${buildarch}-dev-${runtype} -e RUN_USER_NAME=$(id -n -u) -e RUN_USER_UID=$(id -u) -e RUN_USER_GID=$(id -g) -e LANG=C -e LC_ALL=C -v ${BASE_DIR}/stonecold-repo:/stonecold-repo -v "${pkgbuilddir}":/build -v ${docker_run_alt}:/usr/local/bin/docker-run-alt --entrypoint=/usr/bin/qemu-arm-static ${repository} /bin/sh -c "/usr/local/bin/docker-run"
                    
101			set +x
                    
103		elif [ "${buildarch}" = "aarch64" ]; then
                    
104			${DOCKER} run $([ "${VERBOSE}" = "Y" ] && echo "-i") -t -m 2048M --rm --name ${dockername} -h arch-${buildarch}-dev-${runtype} -e RUN_USER_NAME=$(id -n -u) -e RUN_USER_UID=$(id -u) -e RUN_USER_GID=$(id -g) -e LANG=C -e LC_ALL=C -v ${BASE_DIR}/stonecold-repo:/stonecold-repo -v "${pkgbuilddir}":/build -v ${docker_run_alt}:/usr/local/bin/docker-run-alt --entrypoint=/usr/bin/qemu-aarch64-static ${repository} /bin/sh -c "/usr/local/bin/docker-run"
                    
105			returnvar=$?
                    
106		else
                    
107			${DOCKER} run $([ "${VERBOSE}" = "Y" ] && echo "-i") -t -m 2048M --rm --name ${dockername} -h arch-${buildarch}-dev-${runtype} -e RUN_USER_NAME=$(id -n -u) -e RUN_USER_UID=$(id -u) -e RUN_USER_GID=$(id -g) -e LANG=C -e LC_ALL=C -v ${BASE_DIR}/stonecold-repo:/stonecold-repo -v "${pkgbuilddir}":/build -v ${docker_run_alt}:/usr/local/bin/docker-run-alt ${repository}
                    
108			returnvar=$?
                    
                
pkg.mk https://github.com/evenwestvang/skoolgate.git | Makefile | 175 lines
                    
61	(git ls-files && for i in $@ $(pkg_extra); do echo $$i; done) | \
                    
62		LC_ALL=C sort > $@+
                    
63	cmp $@+ $@ || mv $@+ $@
                    
71	install -m644 COPYING doc/COPYING
                    
72	install -m644 $(shell LC_ALL=C grep '^[A-Z]' .document) doc/
                    
73
                    
                
system.js https://gitlab.com/varunsonavne/node-hello | JavaScript | 829 lines
                    
48      if (_linux || _freebsd || _openbsd || _netbsd) {
                    
49        exec('export LC_ALL=C; dmidecode -t system 2>/dev/null; unset LC_ALL', function (error, stdout) {
                    
50          // if (!error) {
                    
                
network.js https://gitlab.com/varunsonavne/node-hello | JavaScript | 1376 lines
                    
143    try {
                    
144      const cmd = 'export LC_ALL=C; ' + ((pathToIp) ? pathToIp + ' link show up' : '/sbin/ifconfig') + '; unset LC_ALL';
                    
145      let res = execSync(cmd);
                    
                
04_install.sh https://github.com/denis2342/bitcoin.git | Shell | 122 lines
                    
6
                    
7export LC_ALL=C.UTF-8
                    
8
                    
9if [[ $QEMU_USER_CMD == qemu-s390* ]]; then
                    
10  export LC_ALL=C
                    
11fi
                    
                
so-long-tests.el https://gitlab.com/RobertCochran/emacs | Emacs Lisp | 448 lines
                    
33;;
                    
34;; HOME=/nonexistent EMACSLOADPATH= LC_ALL=C \
                    
35;; EMACS_TEST_DIRECTORY=/home/phil/emacs/trunk/repository/test \
                    
                
flymake-tests.el https://gitlab.com/RobertCochran/emacs | Emacs Lisp | 377 lines
                    
68         (buffer (or visiting (find-file-noselect file)))
                    
69         (process-environment (cons "LC_ALL=C" process-environment))
                    
70         (warning-minimum-log-level :error))
                    
                
webkitdirs.pm https://github.com/weissms/owb-mirror.git | Perl | 734 lines
                    
175    determineSourceDir();
                    
176    my $svnInfo = `LC_ALL=C svn info $sourceDir | grep Revision:`;
                    
177    ($currentSVNRevision) = ($svnInfo =~ m/Revision: (\d+).*/g);
                    
                
Makefile https://github.com/msparks/qjam.git | Makefile | 1275 lines
                    
43#
                    
44# Sets LC_ALL=C, by default, so that the locale-aware tools, like sort, be
                    
45# # immune to changes to the locale in the user environment.
                    
                
Makefile.in https://bitbucket.org/rev22/progressive-gc-emacsen.git | Autoconf | 293 lines
                    
48# How to run Emacs.
                    
49RUN_EMACS = EMACSLOADPATH=$(buildlisppath) LC_ALL=C \
                    
50	${BUILT_EMACS} -batch --no-site-file --no-site-lisp
                    
                
gdbarch.sh https://bitbucket.org/codefirex/toolchain_gdb.git | Shell | 1254 lines
                    
24LANG=C ; export LANG
                    
25LC_ALL=C ; export LC_ALL
                    
26
                    
                
test.sh https://gitlab.com/unofficial-mirrors/kubernetes | Shell | 392 lines
                    
65        \) -prune \
                    
66      \) -name '*_test.go' -print0 | xargs -0n1 dirname | sed "s|^\./|${KUBE_GO_PACKAGE}/|" | LC_ALL=C sort -u
                    
67
                    
72        -o -path './test/e2e_node/system/*' \
                    
73      -name '*_test.go' -print0 | xargs -0n1 dirname | sed "s|^\./|${KUBE_GO_PACKAGE}/|" | LC_ALL=C sort -u
                    
74
                    
76    find ./staging/src/k8s.io/client-go -name '*_test.go' \
                    
77      -name '*_test.go' -print0 | xargs -0n1 dirname | sed 's|^\./staging/src/|./vendor/|' | LC_ALL=C sort -u
                    
78
                    
80    find ./staging/src/k8s.io/apiserver -name '*_test.go' \
                    
81      -name '*_test.go' -print0 | xargs -0n1 dirname | sed 's|^\./staging/src/|./vendor/|' | LC_ALL=C sort -u
                    
82
                    
84    find ./staging/src/k8s.io/apimachinery -name '*_test.go' \
                    
85      -name '*_test.go' -print0 | xargs -0n1 dirname | sed 's|^\./staging/src/|./vendor/|' | LC_ALL=C sort -u
                    
86
                    
                
test-argp-2.sh https://gitlab.com/changlimin/gnulib | Shell | 113 lines
                    
30         s,: test-argp\.exe,: test-argp,
                    
31        }' | LC_ALL=C tr -d '\r' > out
                    
32  compare expected out
                    
                
libtool-2.4-update.patch https://bitbucket.org/lokkju/openpli-oe.git | Patch | 1571 lines
                    
127 done
                    
128+LC_ALL=C
                    
129+LANGUAGE=C
                    
                
autoconf.in https://bitbucket.org/killerpenguinassassins/open_distrib_devel.git | Autoconf | 770 lines
                    
81if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
                    
82if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
                    
83if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
                    
                
gen_kheaders.sh https://gitlab.com/lszubowi/kernel-ark | Shell | 95 lines
                    
85# pre-sorted, as --sort=name might not be available.
                    
86find $cpio_dir -printf "./%P\n" | LC_ALL=C sort | \
                    
87    tar "${KBUILD_BUILD_TIMESTAMP:+--mtime=$KBUILD_BUILD_TIMESTAMP}" \
                    
                
999-n56u.patch https://bitbucket.org/altlc/wive-rtnl-ralink-rt305x-routers-firmware-amod.git | Patch | 671 lines
                    
15-echo " * generated by $0 on `date`" >> ${CONFIGFILE}
                    
16+echo " * generated by $0 on `LC_ALL=C date -u`" >> ${CONFIGFILE}
                    
17 echo " * using command line options $* */" >> ${CONFIGFILE}
                    
                
Makefile https://bitbucket.org/altlc/wive-rtnl-ralink-rt305x-routers-firmware-amod.git | Makefile | 1474 lines
                    
12LC_MESSAGES=C
                    
13LC_ALL=C
                    
14
                    
                
ltmain.sh https://bitbucket.org/neuralassembly/simplemjpegview.git | Shell | 1617 lines
                    
121done
                    
122LC_ALL=C
                    
123LANGUAGE=C
                    
                
travelmate.sh https://gitlab.com/jiangming1399/packages | Shell | 413 lines
                    
10#
                    
11LC_ALL=C
                    
12PATH="/usr/sbin:/usr/bin:/sbin:/bin"
                    
                
Makefile https://github.com/adunstan/pg-cvs-mirror.git | Makefile | 379 lines
                    
119bookindex.sgml: HTML.index
                    
120	LC_ALL=C $(PERL) $(COLLATEINDEX) -f -g -i 'bookindex' -o $@ $<
                    
121
                    
                
Makefile git://pkgs.fedoraproject.org/arm-gp2x-linux-glibc | Makefile | 259 lines
                    
121%.info: %.texinfo
                    
122	LANGUAGE=C LC_ALL=C $(MAKEINFO) $<
                    
123
                    
                
generate-buildinfo.sh https://gitlab.com/iranjith4/hhvm | Shell | 71 lines
                    
31  compiler='date +%s_%N'
                    
32  find_files='find hphp \( -type f -o -type l \) \! -iregex ".*\(~\|#.*\|\.swp\|/tags\|/.bash_history\|/out\)" | LC_ALL=C sort'
                    
33fi
                    
                
tor.SlackBuild https://github.com/PhantomX/slackbuilds.git | Bash | 395 lines
                    
65
                    
66DATE=$(LC_ALL=C date +%d-%b-%Y)
                    
67
                    
                
CMakeLists.txt https://gitlab.com/github-cloud-corp/aws-sdk-cpp | CMake | 223 lines
                    
54
                    
55#~2DO: set BUILDINF_DATE to `date LC_ALL=C LC_TIME=C`
                    
56configure_file ( buildinf.h.cmake buildinf.h )
                    
                
podebconf-report-po.html https://gitlab.com/chch/manpages | HTML | 423 lines
                    
91           If the specified string starts with a &apos;+&apos;, it will be interpreted by:
                    
92            LC_ALL=C date -R -d DEADLINE
                    
93
                    
                
konwert_1.8-11.2.patch https://gitlab.com/rychly-edu/openwrt-packages | Patch | 1440 lines
                    
36+
                    
37+export LC_ALL=C
                    
38+
                    
                
prebuilt-common.sh https://gitlab.com/ftasdelen/platform_ndk | Shell | 1555 lines
                    
5# ensure stable sort order
                    
6export LC_ALL=C
                    
7
                    
                
libvirt-guests.sh.in https://gitlab.com/unofficial-mirrors/libvirt | Autoconf | 606 lines
                    
83run_virsh_c() {
                    
84    ( export LC_ALL=C; run_virsh "$@" )
                    
85}
                    
                
openvz_conf.c https://gitlab.com/unofficial-mirrors/libvirt | C | 1111 lines
                    
87
                    
88    virCommandAddEnvString(cmd, "LC_ALL=C");
                    
89    virCommandSetOutputBuffer(cmd, &help);
                    
                
pkg-generic.mk https://gitlab.com/arnout/buildroot | Makefile | 1300 lines
                    
135	cd $(1); \
                    
136	LC_ALL=C find . -not -path './$(STAGING_SUBDIR)/*' \( -type f -o -type l \) -printf '%T@:%i:%#m:%y:%s,%p\n' \
                    
137		| LC_ALL=C sort > $($(PKG)_DIR)/.files-list$(2).before
                    
143	cd $(1); \
                    
144	LC_ALL=C find . -not -path './$(STAGING_SUBDIR)/*' \( -type f -o -type l \) -printf '%T@:%i:%#m:%y:%s,%p\n' \
                    
145		| LC_ALL=C sort > $($(PKG)_DIR)/.files-list$(2).after
                    
145		| LC_ALL=C sort > $($(PKG)_DIR)/.files-list$(2).after
                    
146	LC_ALL=C comm -13 \
                    
147		$($(PKG)_DIR)/.files-list$(2).before \
                    
                
test-copy-acl.sh https://gitlab.com/changlimin/gnulib | Shell | 664 lines
                    
75      # Linux, Cygwin.
                    
76      if (LC_ALL=C setfacl --help | grep ' --set-file' >/dev/null) 2>/dev/null; then
                    
77        # Linux.
                    
83      # FreeBSD, Solaris.
                    
84      if (LC_ALL=C setfacl 2>&1 | grep '\-x entries' >/dev/null) 2>/dev/null; then
                    
85        # FreeBSD.
                    
                
po.m4 https://gitlab.com/changlimin/gnulib | m4 | 450 lines
                    
79  dnl Test whether it is GNU msgmerge >= 0.20.
                    
80  if LC_ALL=C $MSGMERGE --help | grep ' --for-msgfmt ' >/dev/null; then
                    
81    MSGMERGE_FOR_MSGFMT_OPTION='--for-msgfmt'
                    
83    dnl Test whether it is GNU msgmerge >= 0.12.
                    
84    if LC_ALL=C $MSGMERGE --help | grep ' --no-fuzzy-matching ' >/dev/null; then
                    
85      MSGMERGE_FOR_MSGFMT_OPTION='--no-fuzzy-matching --no-location --quiet'
                    
                
Makefile https://gitlab.com/martyros/xen | Makefile | 718 lines
                    
14export XEN_DOMAIN	?= $(shell ([ -x /bin/dnsdomainname ] && /bin/dnsdomainname) || ([ -x /bin/domainname ] && /bin/domainname || echo [unknown]))
                    
15export XEN_BUILD_DATE	?= $(shell LC_ALL=C date)
                    
16export XEN_BUILD_TIME	?= $(shell LC_ALL=C date +%T)
                    
                
Makefile.in https://github.com/zakki/emacs.git | Autoconf | 292 lines
                    
49# How to run Emacs.
                    
50RUN-EMACS = EMACSLOADPATH=$(buildlisppath) LC_ALL=C \
                    
51	${BUILT-EMACS} -batch --no-init-file --no-site-file
                    
                
password-store.sh https://gitlab.com/ralt/password-store | Shell | 597 lines
                    
103			done
                    
104			gpg_keys="$($GPG $PASSWORD_STORE_GPG_OPTS --list-keys --with-colons "${GPG_RECIPIENTS[@]}" | sed -n 's/sub:[^:]*:[^:]*:[^:]*:\([^:]*\):[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:[a-zA-Z]*e[a-zA-Z]*:.*/\1/p' | LC_ALL=C sort -u)"
                    
105		fi
                    
105		fi
                    
106		current_keys="$($GPG $PASSWORD_STORE_GPG_OPTS -v --no-secmem-warning --no-permission-warning --list-only --keyid-format long "$passfile" 2>&1 | cut -d ' ' -f 5 | LC_ALL=C sort -u)"
                    
107
                    
                
mptcp_connect.sh https://gitlab.com/pachecof/centos-stream-9 | Shell | 858 lines
                    
284	local err=0
                    
285	LC_ALL=C ip netns exec ${disabled_ns} ./mptcp_connect -p 10000 -s MPTCP 127.0.0.1 < "$cin" 2>&1 | \
                    
286		grep -q "^socket: Protocol not available$" && err=1
                    
                
Makefile https://gitlab.com/Haritiana/vim | Makefile | 490 lines
                    
319tags: doctags $(DOCS)
                    
320	./doctags $(DOCS) | LANG=C LC_ALL=C sort >tags
                    
321	uniq -d -2 tags
                    
                
kodi.sh.in https://gitlab.com/cronmod-dev/xbmc | Autoconf | 210 lines
                    
106  find "$1" -maxdepth $2 -name 'core*' | while read core; do
                    
107      LC_ALL=C gdb --core="$core" --batch 2> /dev/null | grep -q "^Core was generated by \`${KODI_BINARY}" || continue
                    
108      echo "=====>  Core file: "$core" ($(stat -c%y "$core"))" >> $FILE
                    
                
bootstrap.sh https://gitlab.com/mlnkv/parse-server | Shell | 163 lines
                    
24  [ "$l" == "" ] && l=40
                    
25  LC_ALL=C tr -dc A-Za-z0-9 < /dev/urandom | head -c ${l}
                    
26}
                    
                
locales.md https://gitlab.com/unofficial-mirrors/reproducible-website | Markdown | 93 lines
                    
27{% highlight sh %}
                    
28$ LC_ALL=C date -u -d '2015-10-21'
                    
29Wed Oct 21 00:00:00 UTC 2015
                    
60{% highlight sh %}
                    
61$ echo B a c | tr ' ' '\n' | LC_ALL=C sort
                    
62B
                    
89{% highlight sh %}
                    
90LC_ALL=C.UTF-8 lynx -dump -width 72 docs.html | file -
                    
91/dev/stdin: UTF-8 Unicode text
                    
                
multilib.m4 https://github.com/GNA-SERVICES-INC/MoNGate.git | m4 | 43 lines
                    
25  libdirsuffix=""
                    
26  searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
                    
27  if test "$enable_lib64" = "yes" -a -n "$searchpath"; then
                    
                
Makefile.in https://github.com/zakki/emacs.git | Autoconf | 515 lines
                    
83
                    
84emacs = EMACSLOADPATH=$(lisp) LC_ALL=C $(EMACS) $(EMACSOPT)
                    
85
                    
                
mkkmuhan git://pkgs.fedoraproject.org/mined | Shell | 198 lines
                    
135
                    
136LC_ALL=C
                    
137export LC_ALL
                    
148priouni > .kmuhan
                    
149LC_ALL=C sort .kmuhan | uniq |
                    
150sed	-e 's/\(.*\)	.. U+\(.*\)/	addmap ("\1", 0x\2);/'
                    
                
cloud9.sh https://gitlab.com/billyprice1/templates | Shell | 96 lines
                    
24
                    
25export LC_ALL=C.UTF-8
                    
26export LANG=C.UTF-8
                    
                
pur-support.patch https://gitlab.com/parabola/abslibre_abslibre | Patch | 531 lines
                    
127-    aurversion="$(jshon -Q -e results -e Version -u < "$tmpdir/$1.info")"
                    
128-    if [[ "$(LC_ALL=C vercmp "$aurversion" "$2")" -gt 0  ]]; then
                    
129+  unset purversion
                    
131+    purversion="$(jshon -Q -e results -e Version -u < "$tmpdir/$1.info")"
                    
132+    if [[ "$(LC_ALL=C vercmp "$purversion" "$2")" -gt 0  ]]; then
                    
133       return 0
                    
                
harfbuzz-1.1.3.patch https://gitlab.com/parabola/abslibre_abslibre | Patch | 1853 lines
                    
6+
                    
7+LC_ALL=C
                    
8+export LC_ALL
                    
                
archives.md https://gitlab.com/eighthave/reproducible-builds-website | Markdown | 207 lines
                    
81{% highlight sh %}
                    
82$ find build -print0 | LC_ALL=C sort -z |
                    
83    tar --no-recursion --null -T - -cf product.tar
                    
                
test_flac.sh https://gitlab.com/thanhnhat041/padavan-ng | Shell | 1155 lines
                    
23# we use '.' as decimal separator in --skip/--until tests
                    
24export LANG=C LC_ALL=C
                    
25
                    
                
xldd.in https://gitlab.com/thanhnhat041/padavan-ng | Autoconf | 472 lines
                    
3# NON-CONFIGURABLE STUFF!
                    
4export LC_ALL=C
                    
5version="@@CT_VERSION@@"
                    
                
crosstool-NG.sh https://gitlab.com/thanhnhat041/padavan-ng | Shell | 742 lines
                    
48if [ -z "${CT_NO_OVERRIDE_LC_MESSAGES}" ]; then
                    
49    export LC_ALL=C
                    
50    export LANG=C
                    
                
 

Source

Language