/coreutils/src/ |
D | date.c | 345 struct timespec when; in batch_convert() local 373 if (! parse_datetime2 (&when, line, nullptr, in batch_convert() 383 ok &= show_date (format, when, tz); in batch_convert() 401 struct timespec when; in main() local 594 valid_date = posixtime (&when.tv_sec, in main() 598 when.tv_nsec = 0; /* FIXME: posixtime should set this. */ in main() 603 gettime (&when); in main() 613 when = get_stat_mtime (&refstats); in main() 618 when.tv_sec = res / TIMESPEC_HZ; in main() 619 when.tv_nsec = res % TIMESPEC_HZ; in main() [all …]
|
D | who.c | 186 idle_string (time_t when, time_t boottime) in idle_string() argument 194 if (boottime < when && when <= now in idle_string() 195 && ! ckd_sub (&seconds_idle, now, when) in idle_string()
|
D | du.c | 378 show_date (char const *format, struct timespec when, timezone_t tz) in show_date() argument 381 if (localtime_rz (tz, &when.tv_sec, &tm)) in show_date() 382 fprintftime (stdout, format, &tm, tz, when.tv_nsec); in show_date() 386 char *when_str = timetostr (when.tv_sec, buf); in show_date()
|
D | pinky.c | 147 idle_string (time_t when) in idle_string() argument 156 seconds_idle = now - when; in idle_string()
|
/coreutils/ |
D | NEWS | 8 to preserve ownership" when copying to GNU/Linux CIFS file systems. 19 base32 and base64 no longer require padding when decoding. 28 wc no longer ignores encoding errors when counting words. 49 'b2sum --check' will no longer read unallocated memory when 53 'cp --parents' again succeeds when preserving mode for absolute directories. 92 shred again operates on Solaris when built for 64 bits. 132 write error, which is significant when reading large / unbounded inputs. 135 This was seen to improve throughput by 5% when reading from SSD. 167 Previously it may have issued "File exists" errors when 216 'cp -p' no longer has a security hole when cloning into a dangling [all …]
|
D | README-install | 24 A known problem exists when compiling on HPUX on both hppa and ia64 94 arguably more important that these tools work well when run by 95 root than when run by less privileged users.
|
D | TODO | 9 when the selected operation would have no other effect. 27 The latter (current) approach fails unnecessarily when the names 105 ls: when both -l and --dereference-command-line-symlink-to-dir are 140 (preferably 'no') cost when operating in single-byte mode.
|
D | HACKING | 81 changes would normally appear when you pull the latest from "upstream". 111 Be careful to run "git pull" only when on the "master" branch, 112 not when on a branch. With newer versions of git, you can't cause 219 to write a few lines of prose describing the change, when the summary 251 Omit the curly braces around an "if", "while", "for" etc. body only when 279 There is one exception: when the second body line is not at the same 308 However, there is one exception in the other direction, when even a 309 one-line block should have braces. That occurs when that one-line, 324 This is preferred, especially when the multi-line body is more than a 326 an if-then-else block when the simpler block occurs first, rather than [all …]
|
D | configure.ac | 26 # The explicit URL can be removed when autoconf > 2.69 is released. 111 When compiled this way, shebangs (default when enabled) or symlinks are 217 # because 'main_exit' calls 'exit' when linting. 280 # FIXME: remove this line when gcc improves 284 # FIXME: remove this line when gcc improves 351 [# If we have tzset, assume the worst when cross-compiling. 622 # Not installed by "make install", but must be built when creating
|
D | README-hacking | 4 These requirements do not apply when building from a distribution tarball. 68 [*] By default GCC warnings are enabled when building from Git.
|
D | init.cfg | 23 # when applied to an unresolvable program name, contrary to the desired ENOENT. 28 # FIXME: remove double quotes around $IFS when all tests use init.sh. 613 # Libraries needed when we compile a shared library. 653 # failure as a test failure. However, in this case, when running on a SunOS
|
D | README-release | 1 Here are most of the steps we (maintainers) follow when making a release.
|
D | COPYING | 333 network may be denied when the modification itself materially and 357 removal in certain cases when you modify the work.) You may place 653 notice like this when it starts in an interactive mode:
|
D | THANKS.in | 10 ## "git log" output. Those are automatically added when this template 13 ## for version control when they contributed.
|
/coreutils/tests/date/ |
D | date-debug.sh | 46 date: warning: day (Sun) ignored when explicit dates are given 48 date: warning: when adding relative days, it is recommended to specify noon 150 date: warning: when adding relative days, it is recommended to specify noon 177 date: warning: when adding relative months/years, $TOOLONG 208 date: warning: when adding relative months/years, $TOOLONG2
|
/coreutils/tests/touch/ |
D | empty-file.sh | 72 *** This test has just failed. That can happen when the test is run in an
|
/coreutils/doc/ |
D | coreutils.texi | 613 Do not treat the last operand specially when it is a directory or a 621 output even when that output would contain data with embedded newlines. 763 options only when one of them is the sole command line argument. For 1184 This is troublesome when you want to specify a numeric ID, say 42, 1261 commands normally treat the last operand specially when it is a 1275 Do not treat the last operand specially when it is a directory or a 1277 programs that operate in a shared area. For example, when the command 1360 This is useful when a @var{source} argument may have a trailing slash and 1363 common because some shells can automatically append a trailing slash when 1380 traverse a hierarchy when the @option{--recursive} (@option{-R}) [all …]
|
D | sort-version.texi | 23 text in an order that feels natural to people, when the text 245 Result when using sort: 307 This sorting order (where @samp{8.5} comes before @samp{8.49}) is common when 579 The following additional rules apply when comparing two strings where 580 both begin with non-@samp{.}. They also apply when comparing two
|
D | perm.texi | 62 Files are given an owner and group when they are created. Usually the 100 swap device so it will load more quickly when run, so that the image 225 @var{users} part, the order does not matter when more than one letter is
|
D | fdl.texi | 122 of such a section when you modify the Document means that it remains a 176 when you begin distribution of Opaque copies in quantity, to ensure
|
/coreutils/m4/ |
D | jm-macros.m4 | 82 # when it is not needed. 164 [group used by system for TTYs, "tty" when not specified]
|
/coreutils/man/ |
D | chmod.x | 114 quickly when run; this is called the
|
/coreutils/scripts/build-older-versions/ |
D | coreutils-5.0-on-glibc-2.28.diff | 27 POSIX requires that it work when given no arguments. */
|