Searched refs:initial (Results 1 – 8 of 8) sorted by relevance
/coreutils/src/ |
D | set-fields.c | 137 uintmax_t initial = 1; /* Value of first number in a range. */ in set_fields() local 175 initial = (lhs_specified ? value : 1); in set_fields() 191 initial = 1; in set_fields() 201 add_range_pair (initial, UINTMAX_MAX); in set_fields() 206 if (value < initial) in set_fields() 209 add_range_pair (initial, value); in set_fields()
|
/coreutils/gl/lib/ |
D | heap.c | 111 heapify_down (void **array, size_t count, size_t initial, in heapify_down() argument 114 void *element = array[initial]; in heapify_down() 116 size_t parent = initial; in heapify_down()
|
/coreutils/.github/ |
D | PULL_REQUEST_TEMPLATE.txt | 83 The HACKING file (above) contains more details about how to initial
|
/coreutils/doc/ |
D | sort-version.texi | 163 First the initial part of each string consisting entirely of non-digit 184 Then the initial part of the remainder of each string that contains 201 These two steps (comparing and removing initial non-digit strings and 202 initial digit strings) are repeated until a difference is found or
|
D | coreutils.texi | 565 Pinard did the initial conversion to Texinfo format. Karl Berry did the 1949 Set the initial line number on each logical page to @var{number} (default 1). 2220 just like @var{offset}, but it specifies an initial pseudo-address. The 2968 @cindex initial part of files, outputting 2997 Print the first @var{num} bytes, instead of initial lines. 3225 this option only affects the initial open of the file, as after a successful 3401 Any excess bytes appearing after the initial calculation are discarded 3438 initial suffix for a single run, or to set the suffix offset for independently 4666 An initial string, consisting of any amount of blanks, followed 4880 However, this option affects only the initial buffer size. The buffer [all …]
|
/coreutils/ |
D | NEWS | 967 [the bug dates back to the initial implementation] 1014 [the bug dates back to the initial implementation] 1020 [the bug dates back to the initial implementation] 1026 [the bug dates back to the initial implementation] 1030 [the bug dates back to the initial implementation] 1471 [the bug dates back to the initial implementation] 1491 [the bug dates back to the initial implementation] 1973 [the bug dates back to the initial implementation] 2072 [the bug dates back to the initial implementation] 2147 [the bug dates back to the initial implementation] [all …]
|
D | init.cfg | 746 # an initial delay of .1 second and call it at most 6 times
|
/coreutils/tests/ |
D | local.mk | 721 tests/tail/flush-initial.sh \
|