Searched refs:final (Results 1 – 4 of 4) sorted by relevance
/coreutils/tests/date/ |
D | date-debug.sh | 55 date: final: 661095000.000000000 (epoch-seconds) 56 date: final: (Y-M-D) 1990-12-13 13:30:00 (UTC) 57 date: final: (Y-M-D) 1990-12-13 22:30:00 (UTC+09) 106 date: final: 1.000000000 (epoch-seconds) 107 date: final: (Y-M-D) 1970-01-01 00:00:01 (UTC) 108 date: final: (Y-M-D) 1969-12-31 19:00:01 (UTC-05) 127 date: final: 1356998400.000000000 (epoch-seconds) 128 date: final: (Y-M-D) 2013-01-01 00:00:00 (UTC) 129 date: final: (Y-M-D) 2013-01-01 00:00:00 (UTC+00) 155 date: final: 1382400000.000000000 (epoch-seconds) [all …]
|
/coreutils/src/ |
D | fmt.c | 141 unsigned int final:1; /* end of sentence */ member 619 (word_limit - 1)->period = (word_limit - 1)->final = true; in get_paragraph() 708 word_limit->final = (c == EOF in get_line() 712 word_limit->space = word_limit->final ? 2 : 1; in get_line() 930 if ((this - 1)->final) in base_cost() 937 else if (this > word + 1 && (this - 2)->final) in base_cost() 943 else if (this->final) in base_cost()
|
/coreutils/ |
D | NEWS | 496 any extra final progress just before synchronizing output data, 2166 command now prints the final line, 2, while before it would print nothing: 2886 ls --color no longer emits the final 3-byte color-resetting escape 3189 dd cbs=N conv=unblock would fail to print a final newline when the size 3560 Before, it would mistakenly omit the final number in that example. 3783 and Solaris' tr ignores that final byte. 4167 a final './' or '../' component. 4824 final component. 5421 as required by POSIX. Before, it would act as if the final token
|
/coreutils/doc/ |
D | coreutils.texi | 1308 doesn't have a clean way to specify an extra final argument for each 1382 If more than one of the following options is specified, only the final 3092 Output the last @var{num} bytes, instead of final lines. 3806 if more than one @var{file} is given, @command{wc} prints a final line 3888 Control when and how the final line with cumulative counts is printed. 4474 purposes. If the final byte of an input file is not a newline, GNU 4583 the final result, after the throwing away.)) 5903 Select the maximum output width of each final line. If references are 7304 in @var{array1}, only the final instance is used. For example, these 7506 a tab size to use for remaining positions, offset from the final explicitly [all …]
|