Searched refs:second (Results 1 – 11 of 11) sorted by relevance
/coreutils/src/ |
D | cksum.c | 188 uint32_t first = *datap++, second = *datap++; in cksum_slice8() local 190 second = SWAP (second); in cksum_slice8() 195 ^ crctab[3][(second >> 24) & 0xFF] in cksum_slice8() 196 ^ crctab[2][(second >> 16) & 0xFF] in cksum_slice8() 197 ^ crctab[1][(second >> 8) & 0xFF] in cksum_slice8() 198 ^ crctab[0][(second) & 0xFF]); in cksum_slice8()
|
D | ptx.c | 541 #define second ((const WORD *) void_second) in compare_words() macro 546 length = first->size < second->size ? first->size : second->size; in compare_words() 553 - folded_chars [to_uchar (second->start[counter])]); in compare_words() 563 - to_uchar (second->start[counter])); in compare_words() 569 return (first->size > second->size) - (first->size < second->size); in compare_words() 571 #undef second in compare_words() 584 #define second ((const OCCURS *) void_second) in compare_occurs() macro 587 value = compare_words (&first->key, &second->key); in compare_occurs() 589 : ((first->key.start > second->key.start) in compare_occurs() 590 - (first->key.start < second->key.start))); in compare_occurs() [all …]
|
/coreutils/tests/stat/ |
D | stat-nanoseconds.sh | 30 || skip_ this file system does not support sub-second timestamps
|
/coreutils/man/ |
D | chmod.x | 56 restricted deletion or sticky (1) attributes. The second digit
|
/coreutils/scripts/git-hooks/ |
D | commit-msg | 117 and return 'second line must be empty';
|
/coreutils/ |
D | HACKING | 216 Your commit log should always start with a one-line summary, the second 261 However, the moment your loop/if/else body extends onto a second line, 279 There is one exception: when the second body line is not at the same 287 further-indented second body line makes it obvious that this is still
|
D | NEWS | 555 by assuming a second ':' character has been specified, as specified by POSIX. 654 timeout now supports sub-second timeouts on macOS. 1525 on stderr approximately every second. 1707 you can't make a second symlink to any program because that will change the 2376 second and subsequent columns far to the right. Now, when a long name 2480 "2004-02-29T16:21:42" and fractional-second and time-zone-annotated 2518 timeout now supports sub-second timeouts. 2709 latent bug introduced in coreutils 8.1, and possibly a second latent 2830 stat now outputs the full sub-second resolution for the atime, 4054 listed as second or subsequent command line argument. This bug affects [all …]
|
D | init.cfg | 746 # an initial delay of .1 second and call it at most 6 times
|
/coreutils/doc/ |
D | coreutils.texi | 1573 command @samp{sort +1} to sort based on the second and succeeding 1876 @samp{\:}. If only @var{c} is given, the second remains @samp{:}. 1996 If a command is of both the first and second forms, the second form is 2496 line with that of the second line. 2505 indentation of the second, the first line is treated as a one-line 3148 Otherwise, @command{tail} sleeps for one second between checks -- 3152 by using a sub-second sleep interval, e.g., via an alias like this: 3667 I.e., suppress the boundary line from the start of the second 4786 Example: To sort on the second field, use @option{--key=2,2} 5022 Sort alphabetically, omitting the first and second fields [all …]
|
D | sort-version.texi | 226 The second parts (@samp{07} and @samp{7}) are compared numerically, 235 to the first byte of the second string (@samp{a}).
|
D | perm.texi | 413 The second way to make multiple changes is to specify more than one
|