Searched refs:W (Results 1 – 11 of 11) sorted by relevance
/coreutils/tests/stty/ |
D | stty.sh | 93 for W in $(seq 80 90); do 94 output_width=$(COLUMNS="$W" stty -a | wc -L) 95 test "$output_width" -le "$W" || fail=1
|
/coreutils/tests/stat/ |
D | stat-birthtime.sh | 25 btime=$(stat --format %W a) || fail=1 44 test "x$btime" = x$(stat --format %W a) &&
|
/coreutils/tests/date/ |
D | date.pl | 67 ['7', "-d '$d1' +'%U_%V_%w_%W'", {OUT=>"03_03_0_02"}], 85 ['W92-1', "--date '1992-1-1' +%W", {OUT=>"00"}], 86 ['W92-2', "--date '1992-1-5' +%W", {OUT=>"00"}], 87 ['W92-3', "--date '1992-1-6' +%W", {OUT=>"01"}],
|
/coreutils/tests/shred/ |
D | shred-remove.sh | 54 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ || framework_failure_
|
/coreutils/tests/env/ |
D | env-S-script.sh | 97 ./shebang ./env3 W > out3 || fail=1
|
/coreutils/src/ |
D | factor.c | 666 enum { W = sizeof (uintmax_t) * CHAR_BIT }; enumerator 669 static_assert (UINTMAX_MAX >> (W - 1) == 1); 702 static_assert (W <= WIDE_UINT_BITS);
|
/coreutils/ |
D | THANKS.in | 217 Frédéric L. W. Meunier 0@pervalidus.net 401 Mark W. Eichin eichin@cygnus.com 537 Ralf W. Stephan stephan@tmt.de
|
D | HACKING | 503 set of gcc -W... options. Don't even bother running "make distcheck"
|
D | NEWS | 1614 corrected as shown in the following table, where A is the ASCII value, W is 1618 A W E 2731 stat's new %W format directive would print floating point seconds. 2732 However, with the above change to %X, %Y and %Z, we've made %W work 2783 for a file. It also accepts the %w and %W format directives for 3674 --word-regexp=REGEXP (-W), or --sentence-regexp=REGEXP (-S).
|
/coreutils/tests/ |
D | local.mk | 811 tests/pr/W-72l24f-ll \
|
/coreutils/doc/ |
D | coreutils.texi | 2591 column output no line truncation occurs by default. Use @option{-W} option to 2623 you use the @option{-W/-w} option to increase @var{page_width} as well. 2725 @option{-W/-w} line truncation; 2728 (together with @option{-W} and @option{--sep-string}) 2797 set with the @option{-W/-w} option. A limited overflow may occur with 2824 affect the @option{-W/-w} option, unlike the @option{-s} option which does. It 2870 @item -W @var{page_width} 2872 @opindex -W 2880 don't disable the @option{-W} option. Default is 72 characters. Without 2881 @option{-W @var{page_width}} and without any of the column options NO line [all …]
|