Home
last modified time | relevance | path

Searched refs:C (Results 1 – 25 of 65) sorted by relevance

123

/coreutils/tests/env/
Denv.sh70 grep '^ENV_TEST' all | LC_ALL=C sort >> out || framework_failure_
72 grep '^ENV_TEST' all | LC_ALL=C sort >> out || framework_failure_
74 grep '^ENV_TEST' all | LC_ALL=C sort >> out || framework_failure_
76 grep '^ENV_TEST' all | LC_ALL=C sort >> out || framework_failure_
78 grep '^ENV_TEST' all | LC_ALL=C sort >> out || framework_failure_
80 grep '^ENV_TEST' all | LC_ALL=C sort >> out || framework_failure_
/coreutils/tests/factor/
Dfactor-parallel.sh23 odd() { LC_ALL=C sed '/[24680]$/d'; }
24 primes() { LC_ALL=C sed 's/.*: //; / /d'; }
/coreutils/tests/misc/
Dselinux.sh41 c=$(stat --printf %C $i); test x$c = x$ctx || fail=1
56 c=$(stat --printf %C s1/$i); test x$c = x$ctx || fail=1
62 c=$(stat --printf %C s2/$i); test x$c = x$ctx || fail=1
Dtime-style.sh33 TZ=$tz LC_ALL=C du --time --time-style="$style" a >>duout 2>>err || fail=1
34 TZ=$tz LC_ALL=C ls -no --time-style="$style" a >>lsout 2>>err || fail=1
36 (+*) TZ=$tz LC_ALL=C pr -D"$style" a >>prout 2>>err || fail=1 ;;
/coreutils/tests/ls/
Dzero-option.sh25 LC_ALL=C ls $allowed_options --zero dir >out || fail=1
32 LC_ALL=C ls $disabled_options --zero dir >out || fail=1
Dfollow-slink.sh43 LC_ALL=C ls -L > ../out-L || fail=1
44 LC_ALL=C ls -FLR sub > ../out-FLR-sub || fail=1
Dabmon-align.sh32 for LOC in C gv_GB ga_IE fi_FI.utf8 zh_CN ar_SY $LOCALE_FR_UTF8; do
/coreutils/tests/sort/
Dsort-float.sh38 LC_ALL=C getlimits_
56 for LOC in C $LOCALE_FR; do
Dsort-discrim.sh35 sort -R exp | LC_ALL=C sort > out || fail=1
83 sort -R exp | LC_ALL=C sort $opts > out || fail=1
Dsort-unique.sh35 for LOC in C "$LOCALE_FR" "$LOCALE_FR_UTF8"; do
/coreutils/tests/mv/
Dbackup-dir.sh35 mkdir C D E || framework_failure_
36 mv -T --backup=numbered C E/ || fail=1
/coreutils/tests/
Dlang-default5 LC_ALL=C
Dinit.sh293 | LC_ALL=C tr -c $chars_ 01234567$chars_$chars_$chars_
650 LC_ALL=C diff $diff_opt_ "$0" "$0" < /dev/null` &&
655 compare_ () { LC_ALL=C diff $diff_opt_ "$@"; }
661 LC_ALL=C diff $diff_opt_ "$@" > diff.out
/coreutils/
Dbootstrap.conf399 perl -pi -e 's/if LC_ALL=C grep .GNU .PACKAGE.*; then/if true; then/' \
/coreutils/scripts/git-hooks/
Dpre-commit32 LC_ALL=C tr -d '[ -~]\0' | wc -c) != 0
/coreutils/tests/cksum/
Dsum-sysv.sh22 LC_ALL=C
/coreutils/gl/modules/
Dcl-strtod2 Convert string to double in current or C locale.
Dcl-strtold2 Convert string to long double in current or C locale.
/coreutils/src/
Dptx.c44 #define ISODIGIT(C) ((C) >= '0' && (C) <= '7') argument
45 #define HEXTOBIN(C) ((C) >= 'a' && (C) <= 'f' ? (C)-'a'+10 \ argument
46 : (C) >= 'A' && (C) <= 'F' ? (C)-'A'+10 : (C)-'0')
47 #define OCTTOBIN(C) ((C) - '0') argument
/coreutils/tests/od/
Dod-float.sh22 export LC_ALL=C
/coreutils/tests/printf/
Dprintf-quote.sh47 LC_ALL=C $prog '%q\n' 'áḃç' >> out
Dprintf-mb.sh34 LC_ALL=C $prog '%04x\n' "'$($prog '\xe1')" >>out 2>>err
/coreutils/tests/du/
Dbigtime.sh22 export LC_ALL=C
/coreutils/man/
Dtr.x9 The C locale is safe in GNU systems, so you can avoid this issue
/coreutils/tests/stty/
Dstty-row-col.sh28 LC_ALL=C

123