Searched refs:re (Results 1 – 11 of 11) sorted by relevance
/coreutils/src/ |
D | test.c | 321 bool le, re; in binary_operator() local 326 re = get_mtime (argv[op + 1], &rt); in binary_operator() 327 return le && (!re || timespec_cmp (lt, rt) > 0); in binary_operator() 350 bool le, re; in binary_operator() local 355 re = get_mtime (argv[op + 1], &rt); in binary_operator() 356 return re && (!le || timespec_cmp (lt, rt) < 0); in binary_operator()
|
/coreutils/ |
D | README-release | 13 * Ensure that you're on "master" with no uncommitted diffs. 109 that they're all valid.
|
D | cfg.mk | 158 .re-list: 174 sc_system_h_headers: .re-list 178 grep -nE -f .re-list \
|
D | HACKING | 88 you're going to remove it right afterwards, then this approach is fine. 104 To see which branch you're on, type "git branch". 113 trouble if you forget, so this is a good reason to ensure you're 221 leading TABs that you're used to seeing in a "real" ChangeLog file, but 491 In case you're wondering why we bother with all of this, read this: 523 bud, as you're typing. A good way to help you adapt to this rule is 598 that look like they're at your skill-/interest-level. Another good
|
D | TODO | 1 If you're interested in helping, here are some tasks that we've considered 74 comparisons. We're not sure why this was, as the theory suggests it
|
D | .gitignore | 15 /.re-list
|
D | README | 108 If you see a problem that you've already reported, feel free to re-report
|
D | init.cfg | 140 # Skip this test if we're not in SELinux "enforcing" mode. 391 # Ensure that there are at least 62, i.e., so we're alerted if
|
D | configure.ac | 168 # we're running from a git repo, then auto enable the warnings.
|
D | NEWS | 262 Now they're validated against both the general accepted set, 1816 to the symlink target (re)appearing after being (re)created. 3244 dd now handles signals consistently even when they're received 3659 mkfifo and mknod would fail similarly. Now they're fixed.
|
/coreutils/doc/ |
D | coreutils.texi | 2543 stripped for the formatting and then re-attached to each formatted output 3116 behavior, but it is not useful if you're tracking a log file that may be 3229 infinitely retries to re-open the given files until killed. 4466 differently than you're accustomed to. In that case, set the @env{LC_ALL} 7624 produce output that is sorted differently than you're accustomed to. 7975 @c The commented-out entries are ones we're not sure about. 9335 in files being replaced if they're older than the corresponding source file. 10762 you can read directories as normal files, if you're curious, in order 13520 you use @samp{false} in a script, you're probably using the built-in 13552 you use @samp{true} in a script, you're probably using the built-in [all …]
|