100+ results for 'LC_ALL=C'
Not the results you expected?
ovs-lib.sh.in (https://bitbucket.org/devzero2000/openvswitch.git) Autoconf · 172 lines
nfsexport.sh (https://github.com/beekhof/cluster.git) Shell · 238 lines
cleanup.sh (https://gitlab.com/lede/buildbot) Shell · 99 lines
ncurses-config.in (https://github.com/cparedes/omnibus.git) Autoconf · 161 lines
listused.sh (https://github.com/remotesyssupport/omnibus.git) Shell · 182 lines
40 if test "${LANGUAGE+set}" = set; then LANGUAGE=C; export LANGUAGE; fi
41 if test "${LANG+set}" = set; then LANG=C; export LANG; fi
42 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
43 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
44 if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
Makefile (https://bitbucket.org/kasimling/u-boot.git) Makefile · 75 lines
Makefile (https://bitbucket.org/cyanogenmod/android_external_openssl.git) Makefile · 204 lines
Makefile.in (https://github.com/enki/ffcall.git) Autoconf · 169 lines
121 check : all check-subdirs minitests
122 ./minitests > minitests.out
123 LC_ALL=C uniq -u < minitests.out > minitests.output.$(HOST)
124 test '!' -s minitests.output.$(HOST)
138 extracheck : all extracheck-subdirs tests
139 ./tests > tests.out
140 LC_ALL=C uniq -u < tests.out > tests.output.$(HOST)
141 test '!' -s tests.output.$(HOST)
server_first_install.sh (https://gitlab.com/fbatiga/config-files) Shell · 46 lines
compare_transform.sh (https://gitlab.com/0072016/Facebook-Sdk) Shell · 62 lines
multilib.m4 (https://github.com/kvaneesh/richacl-tools.git) m4 · 43 lines
Makefile (https://bitbucket.org/GT-P6200/samsung-kernel-p6200.git) Makefile · 141 lines
53 quiet_cmd_vdsosym = VDSOSYM $@
54 define cmd_vdsosym
55 $(NM) $< | LC_ALL=C sed -n $(sed-vdsosym) | LC_ALL=C sort > $@
56 endef
101 quiet_cmd_vdso32sym = VDSOSYM $@
102 define cmd_vdso32sym
103 if LC_ALL=C sort -u $(filter-out FORCE,$^) > $(@D)/.tmp_$(@F) && \
104 $(foreach H,$(filter-out FORCE,$^),\
105 if grep -q VDSO32_SYSENTER_RETURN $H; \
Run.pm (https://github.com/pplu/Rex.git) Perl · 195 lines
Makefile (https://github.com/MinimumLaw/ravion-kernel.git) Makefile · 138 lines
generate-blob-lists.sh (https://gitlab.com/brian0218/rk3066_r-box_android4.2.2_sdk) Shell · 146 lines
autogen.sh (https://bitbucket.org/pizzafactory/blackfin-toolchain.git) Shell · 82 lines
dependencies.sh (https://github.com/mend0za/Buildroot---pkgsrc.git) Shell · 160 lines
template.sh (https://bitbucket.org/vrrm/brl-cad-copy-for-fast-history-browsing-in-git.git) Shell · 179 lines
debd.in (https://gitlab.com/oyvholm/mc) Autoconf · 362 lines
gen_kheaders.sh (https://github.com/tekkamanninja/linux.git) Shell · 95 lines
84 # For compatibility with older versions of tar, files are fed to tar
85 # pre-sorted, as --sort=name might not be available.
86 find $cpio_dir -printf "./%P\n" | LC_ALL=C sort | \
87 tar "${KBUILD_BUILD_TIMESTAMP:+--mtime=$KBUILD_BUILD_TIMESTAMP}" \
88 --owner=0 --group=0 --numeric-owner --no-recursion \
sort.c (https://github.com/perepechaev/geany.git) C · 220 lines
globtest.sh (https://github.com/nitinkamble/x32-glibc.git) Shell · 795 lines
mysql.sh (https://github.com/LarsFronius/resource-agents.git) Shell · 213 lines
fs_all.lua (https://github.com/starenka/awesomerc.git) Lua · 55 lines
common.sh (https://github.com/unart-tk/Utils.git) Shell · 103 lines
run.pl (https://github.com/66laps/4store.git) Perl · 120 lines
pkg.mk (https://github.com/evenwestvang/skoolgate.git) Makefile · 175 lines
60 .manifest: $(pkg_extra)
61 (git ls-files && for i in $@ $(pkg_extra); do echo $$i; done) | \
62 LC_ALL=C sort > $@+
63 cmp $@+ $@ || mv $@+ $@
64 $(RM) $@+
70 $(WRONGDOC) all
71 install -m644 COPYING doc/COPYING
72 install -m644 $(shell LC_ALL=C grep '^[A-Z]' .document) doc/
74 ifneq ($(VERSION),)
MKtermsort.sh (https://bitbucket.org/kmv/aeriebsd-src.git) Shell · 127 lines
sort.c (https://github.com/howiefh/vimfiles.git) C · 230 lines
61 Option.sorted == SO_FOLDSORTED ? sortFoldedCommand : sortNormalCommand;
62 PE_CONST char *const sortOrder1 = "LC_COLLATE=C";
63 PE_CONST char *const sortOrder2 = "LC_ALL=C";
64 const size_t length = 4 + strlen (sortOrder1) + strlen (sortOrder2) +
65 strlen (sortCommand) + (2 * strlen (tagFileName ()));
rcsfreeze.sh (https://bitbucket.org/iorivur/freebsd-bhyve-with-suspend-resume.git) Shell · 99 lines
test-topology.sh.in (https://bitbucket.org/carter/hwloc-mirror.git) Autoconf · 104 lines
run-iconv-test.sh (https://github.com/nitinkamble/x32-glibc.git) Shell · 192 lines
67 echo $ac_n "OK$ac_c"
68 if test -s testdata/$from..$t; then
69 LC_ALL=C cmp $temp1 testdata/$from..$t > /dev/null 2>&1 ||
70 { echo "/FAILED"; failed=1; continue; }
71 echo $ac_n "/OK$ac_c"
77 echo $ac_n "OK$ac_c"
78 test -s $temp1 &&
79 LC_ALL=C cmp testdata/$from $temp2 > /dev/null 2>&1 ||
80 { echo "/FAILED"; failed=1; continue; }
81 echo "/OK"
93 echo "FAILED"; failed=1; continue; }
94 echo $ac_n "OK$ac_c"
95 LC_ALL=C cmp testdata/suntzus $temp1 ||
96 { echo "/FAILED"; failed=1; continue; }
97 echo "/OK"
test-argp-2.sh (https://gitlab.com/changlimin/gnulib) Shell · 113 lines
generate-buildinfo.sh (https://gitlab.com/iranjith4/hhvm) Shell · 71 lines
tcp.sh (https://github.com/mend0za/pkgsrc-2011Q3.git) Shell · 104 lines
bootstrap.sh (https://gitlab.com/mlnkv/parse-server) Shell · 163 lines
Makefile (https://github.com/nitinkamble/x32-glibc.git) Makefile · 87 lines
Makefile (https://github.com/myron-stowe/linux.git) Makefile · 90 lines
omap3-mkcard.sh (https://github.com/mkarrman/openembedded.git) Shell · 79 lines
locales.md (https://gitlab.com/unofficial-mirrors/reproducible-website) Markdown · 93 lines
26 <div class="correct">
27 {% highlight sh %}
28 $ LC_ALL=C date -u -d '2015-10-21'
29 Wed Oct 21 00:00:00 UTC 2015
30 {% endhighlight %}
59 <div class="correct">
60 {% highlight sh %}
61 $ echo B a c | tr ' ' '\n' | LC_ALL=C sort
62 B
63 a
88 <div class="correct">
89 {% highlight sh %}
90 LC_ALL=C.UTF-8 lynx -dump -width 72 docs.html | file -
91 /dev/stdin: UTF-8 Unicode text
92 {% endhighlight %}
lib-names.awk (https://github.com/nitinkamble/glibc.git) AWK · 66 lines
53 print "#include <bits/wordsize.h>\n";
54 print "#if __WORDSIZE == 32";
55 cmd = "LC_ALL=C sort"; print lines["WORDSIZE32"] | cmd; close(cmd);
56 print "#else"
57 cmd = "LC_ALL=C sort"; print lines["WORDSIZE64"] | cmd; close(cmd);
59 }
60 else {
61 cmd = "LC_ALL=C sort"; print lines["DEFAULT"] | cmd; close(cmd);
62 }
Occurrence.mli (git://pkgs.fedoraproject.org/frama-c) OCaml · 33 lines
special_hooks.mli (git://pkgs.fedoraproject.org/frama-c) OCaml · 31 lines
cloud9.sh (https://gitlab.com/billyprice1/templates) Shell · 96 lines
README.md (https://gitlab.com/jtojnar/hakyll) Markdown · 107 lines
38 - docker:dind
39 script:
40 - export site_hash=`find src .gitlab-ci.yml stack.yaml *.cabal Dockerfile | LC_ALL=C sort | cpio -o --quiet | sha512sum | cut -c 1-128`
41 - docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.gitlab.com
42 - docker pull registry.gitlab.com/$CI_PROJECT_SLUG:$site_hash || docker build -t registry.gitlab.com/$CI_PROJECT_SLUG . ; docker push registry.gitlab.com/$CI_PROJECT_SLUG:$site_hash
Makefile (https://gitlab.com/pine64-android/linux-3.10) Makefile · 63 lines
saveVersion.sh (https://github.com/hyunjung/hadoop-common.git) Shell · 61 lines
data_prep.sh (https://github.com/kaldi-asr/kaldi.git) Shell · 286 lines
271 ############
273 LC_ALL=C sort -o "data/train/text" "data/train/text"
274 LC_ALL=C sort -o "data/test/text" "data/test/text"
275 LC_ALL=C sort -o "data/train/wav.scp" "data/train/wav.scp"
276 LC_ALL=C sort -o "data/test/wav.scp" "data/test/wav.scp"
277 LC_ALL=C sort -o "data/train/utt2spk" "data/train/utt2spk"
278 LC_ALL=C sort -o "data/test/utt2spk" "data/test/utt2spk"
main.cpp (https://bitbucket.org/manctl/qt.git) C++ · 60 lines
TDP_for_Ed_lab.md (https://gitlab.com/tangming2005/Pancancer-SVs) Markdown · 70 lines
Makefile (https://github.com/remotesyssupport/omnibus.git) Makefile · 114 lines
generate-blob-lists.sh (https://bitbucket.org/rlyspn/androidrr.git) Shell · 149 lines
unix.py (https://github.com/uwstatsclub/mapred_intro.git) Python · 131 lines
mkkmuhan (git://pkgs.fedoraproject.org/mined) Shell · 198 lines
term.sh (https://github.com/skoneka/screen.git) Shell · 173 lines
squirrel_export.sh (https://github.com/bodhi/OpenTTD.git) Shell · 113 lines
Makefile (https://github.com/kees/linux.git) Makefile · 87 lines
_unicodefun.py (https://gitlab.com/bigger-picture-develop-group/batch-maya-processing) Python · 114 lines
try.sh (https://bitbucket.org/vrrm/brl-cad-copy-for-fast-history-browsing-in-git.git) Shell · 74 lines
eapi7-ver_benchmark.sh (https://gitlab.com/argent/portage) Shell · 147 lines
Makefile (https://bitbucket.org/thelearninglabs/uclinux-distro-tll-public.git) Makefile · 106 lines
xbmc.sh.in (https://github.com/tmacreturns/XBMC_wireless_setup.git) Autoconf · 135 lines
43 # core filename is either "core.$PID" or "core"
44 find "$1" -maxdepth $2 -name 'core*' | while read core; do
45 LC_ALL=C gdb --core="$core" --batch 2> /dev/null | grep -q "^Core was generated by \`$LIBDIR/xbmc/xbmc.bin" || continue
46 echo "=====> Core file: "$core" ($(stat -c%y "$core"))" >> $FILE
47 echo " =========================================" >> $FILE
countly.sh (https://gitlab.com/ar2rsawseen/countly-server) Shell · 275 lines
verify.sh (https://github.com/vergecurrency/VERGE.git) Shell · 178 lines
images.py (https://github.com/blackantcloud/nova.git) Python · 112 lines
post-receive-hook.sh (https://gitlab.com/parabola/abslibre_abslibre) Shell · 56 lines
newvers.sh (https://bitbucket.org/freebsd/freebsd-base.git) Shell · 60 lines
od-float.sh (https://gitlab.com/oyvholm/coreutils) Shell · 72 lines
iptables_init_and_clean.sh (https://github.com/yeonsh/miniupnp.git) Shell · 37 lines
6 EXTIF=eth0
7 IPTABLES=/sbin/iptables
8 EXTIP="`LC_ALL=C /sbin/ifconfig $EXTIF | grep 'inet addr' | awk '{print $2}' | sed -e 's/.*://'`"
9 NDIRTY="`LC_ALL=C /sbin/iptables -t nat -L -n | grep 'MINIUPNPD' | awk '{printf $1}'`"
10 FDIRTY="`LC_ALL=C /sbin/iptables -t filter -L -n | grep 'MINIUPNPD' | awk '{printf $1}'`"
11 echo "External IP = $EXTIP"
emacs23.1-use-qemu.patch (https://github.com/SIFTeam/openembedded.git) Patch · 107 lines
make-target-2.sh (https://github.com/JonathanSmith/sbcl.git) Shell · 41 lines
Makefile.in (https://bitbucket.org/killerpenguinassassins/open_distrib_devel.git) Autoconf · 76 lines
BlockHashIndex.h (https://bitbucket.org/xwd/moses-csp.git) C Header · 182 lines
gale_format_data.sh (https://github.com/tramphero/kaldi.git) Shell · 64 lines
start.sh (https://github.com/maslovalex/izpack.git) Shell · 125 lines
check.sh (https://github.com/coliv/ed.git) Shell · 106 lines
Dockerfile (https://github.com/vimagick/dockerfiles.git) Dockerfile · 82 lines
gen_asm_deps.sh (https://gitlab.com/papmodern/libvpx) Shell · 64 lines
test.sh (https://github.com/phan/phan.git) Shell · 55 lines
Makefile (https://github.com/nitinkamble/glibc.git) Makefile · 90 lines
mk-kinds-h.sh (https://bitbucket.org/pizzafactory/blackfin-toolchain.git) Shell · 90 lines
gen-classlist.sh.in (https://github.com/penberg/classpath.git) Autoconf · 153 lines
001-support-defining-compilation-date-in-SOURCE_DATE_EPOCH.patch (https://gitlab.com/jiangming1399/packages) Patch · 81 lines
51 +if test -n "$SOURCE_DATE_EPOCH"; then
52 + DATE_FMT="%b %d %Y %H:%M:%S"
53 + BUILD_DATE=$(LC_ALL=C date -u -d "@$SOURCE_DATE_EPOCH" "+$DATE_FMT" 2>/dev/null || LC_ALL=C date -u -r "$SOURCE_DATE_EPOCH" "+$DATE_FMT" 2>/dev/null || LC_ALL=C date -u "+$DATE_FMT")
54 + AC_DEFINE_UNQUOTED(BUILD_DATE, ["$BUILD_DATE"])
55 +fi
make_libdeps.sh (https://github.com/FreeBSDonHyper-V/freebsd.git) Shell · 120 lines
run_xgettext.sh (https://github.com/friendica/friendica.git) Shell · 126 lines
extract_symvers.in (https://github.com/AsherBond/MondocosmOS-Dependencies.git) Autoconf · 70 lines
_updown.in (https://gitlab.com/envieidoc/Openswan) Autoconf · 140 lines
Makefile (https://github.com/tiwai/sound.git) Makefile · 104 lines
81 gen-vdso32sym := $(srctree)/$(src)/gen_vdso32_offsets.sh
82 quiet_cmd_vdso32sym = VDSO32SYM $@
83 cmd_vdso32sym = $(NM) $< | $(gen-vdso32sym) | LC_ALL=C sort > $@
84 gen-vdso64sym := $(srctree)/$(src)/gen_vdso64_offsets.sh
85 quiet_cmd_vdso64sym = VDSO64SYM $@
86 cmd_vdso64sym = $(NM) $< | $(gen-vdso64sym) | LC_ALL=C sort > $@
88 include/generated/vdso32-offsets.h: $(obj)/vdso32.so.dbg FORCE
2.upload_image.sh (https://github.com/ntt-pf-lab/openstack-rhel.git) Shell · 106 lines
Cvs.py (https://github.com/ab/bcfg2-old.git) Python · 47 lines
tst-tls6.sh (https://github.com/GNA-SERVICES-INC/MoNGate.git) Shell · 64 lines
update.sh (https://github.com/mongodb/mongo.git) Shell · 129 lines
tst-gettext.sh (https://github.com/nitinkamble/x32-glibc.git) Shell · 59 lines
testutils.sh (git://git.savannah.gnu.org/recutils.git) Shell · 217 lines
Makefile (https://gitlab.com/Namal/glibc) Makefile · 59 lines
Makefile (https://github.com/amodj/Utopia.git) Makefile · 162 lines
observer.sh (https://github.com/rofl0r/gdb.git) Shell · 190 lines
Makefile.in (https://github.com/id774-2/emacs-w3m.git) Autoconf · 114 lines
rename.sh (https://github.com/okuoku/freebsd-head.git) Shell · 59 lines
Makefile (https://github.com/tiwai/sound.git) Makefile · 77 lines
abi_checks.sh (https://bitbucket.org/peixuan/chromium_r197479_base.git) Shell · 80 lines
ltmain.sh
(https://freespeech.svn.sourceforge.net/svnroot/freespeech)
Shell · 3976 lines
✨ Summary
This shell script is used to build and configure a library for use with the GNU Compiler Collection (GCC). It checks if the library is being built as a shared object, static library, or executable, and performs different actions accordingly. It also handles various flags and options passed to the compiler, such as version information, release information, and runtime path settings.
This shell script is used to build and configure a library for use with the GNU Compiler Collection (GCC). It checks if the library is being built as a shared object, static library, or executable, and performs different actions accordingly. It also handles various flags and options passed to the compiler, such as version information, release information, and runtime path settings.