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

/fuchsia/zircon/scripts/
H A Dget-build-id24 LC_ALL=C $READELF -n $FILE | grep -a 'Build ID:' | sed 's/.*: //g'
H A Dgen-kaslr-fixups.sh206 LC_ALL=C "$READELF" -W -r "$KERNEL" | grok_fixups > "$OUTFILE"
/fuchsia/zircon/third_party/ulib/musl/src/locale/
H A Dsetlocale.c10 static char buf[LC_ALL * (LOCALE_NAME_MAX + 1)];
28 if ((unsigned)cat > LC_ALL)
33 /* For LC_ALL, setlocale is required to return a string which
38 if (cat == LC_ALL) {
43 for (i = 0; i < LC_ALL; i++) {
55 for (i = 0; i < LC_ALL; i++) {
H A Dnewlocale.c17 for (i = 0; i < LC_ALL; i++)
28 for (j = i = 0; i < LC_ALL; i++) {
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dmkbuiltins81 }}' $temp | LC_ALL= LC_COLLATE=C sort -k 1,1 | tee $temp2 | awk '{
106 LC_ALL= LC_COLLATE=C sort -u -k 3,3 |
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dlocale.h16 #define LC_ALL 6 macro
/fuchsia/zircon/third_party/ulib/backtrace/
H A Dinstall-sh475 old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` &&
476 new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&

Completed in 45 milliseconds