Home
last modified time | relevance | path

Searched refs:style (Results 1 – 18 of 18) sorted by relevance

/coreutils/tests/misc/
Dtime-style.sh30 for style in full-iso long-iso iso locale '+%Y-%m-%d %H:%M:%S %z (%Z)' \
32 test "$style" = locale ||
33 TZ=$tz LC_ALL=C du --time --time-style="$style" a >>duout 2>>err || fail=1
34 TZ=$tz LC_ALL=C ls -no --time-style="$style" a >>lsout 2>>err || fail=1
35 case $style in
36 (+*) TZ=$tz LC_ALL=C pr -D"$style" a >>prout 2>>err || fail=1 ;;
/coreutils/tests/ls/
Dtime-style-diag.sh22 returns_ 2 ls -l --time-style=XX > out 2> err || fail=1
31 - +FORMAT (e.g., +%H:%M) for a 'date'-style format
Dsymlink-quote.sh24 ls -l --quoting-style='shell-escape' symlink >out || fail=1
Dstat-failed.sh52 //DIRED-OPTIONS// --quoting-style=literal
Dfile-type.sh51 ls --indicator-style=file-type sub > out2 || fail=1
Ddired.sh30 //DIRED-OPTIONS// --quoting-style=literal
Dls-time.sh137 ls -l --time-style=long-iso c >liso_output
/coreutils/tests/touch/
Drelative.sh29 TZ=UTC0 ls -og --time-style=+%Y-%m-%d f > out.1 || fail=1
/coreutils/tests/
Dfilefrag-extent-compare74 ### Setup "GNU" style for perl-mode and cperl-mode.
Dlocal.mk435 tests/misc/time-style.sh \
651 tests/ls/time-style-diag.sh \
/coreutils/src/
Dls.c2405 char *style = time_style_option; in decode_switches() local
2408 if (! style) in decode_switches()
2409 if (! (style = getenv ("TIME_STYLE"))) in decode_switches()
2410 style = bad_cast ("locale"); in decode_switches()
2412 while (STREQ_LEN (style, posix_prefix, sizeof posix_prefix - 1)) in decode_switches()
2416 style += sizeof posix_prefix - 1; in decode_switches()
2419 if (*style == '+') in decode_switches()
2421 char *p0 = style + 1; in decode_switches()
2437 ptrdiff_t res = argmatch (style, time_style_args, in decode_switches()
2445 argmatch_invalid ("time style", style, res); in decode_switches()
Ddircolors.hin93 # If you use DOS-style suffixes, you may want to uncomment the following:
/coreutils/
DHACKING70 include a one-line summary, a blank line, and ChangeLog-style entries
217 line should be blank, and the remaining lines are usually ChangeLog-style
224 As for the ChangeLog-style content, please follow these guidelines:
368 " Set GNU style indentation, spaces instead of TABs
Dinit.cfg159 # Skip this test if your system has neither the openat-style functions
349 # Convert an ls-style permission string, like drwxr----x and -rw-r-x-wx
357 echo "Usage: $0 ls-style-mode-string" 1>&2
DTODO76 List merge sort was implemented in the style of Knuth algorithm
DNEWS1210 System V style platforms where this information is available only
1224 ls --time-style no longer mishandles '%%b' in formats.
2030 md5sum now accepts the --tag option to print BSD-style output with GNU
2045 du no longer emits a "disk-corrupted"-style diagnostic when it detects
2735 stat gained support for several printf-style flags, such as %'s for
2795 ls -l now uses the traditional three field time style rather than
2796 the wider two field numeric ISO style, in locales where a style has
3085 md5sum --check now also accepts openssl-style checksums.
3646 md5sum would segfault for invalid BSD-style input, e.g.,
4308 ls now defaults to --time-style='locale', not --time-style='posix-long-iso'.
[all …]
Dconfigure.ac140 [When generating man pages, do not apply bold style around any
275 nw="$nw -Wold-style-definition"
/coreutils/doc/
Dcoreutils.texi659 Append an SI-style abbreviation to each size, such as @samp{M} for
1821 style from the others.
1848 @item -b @var{style}
1849 @itemx --body-numbering=@var{style}
1852 Select the numbering style for lines in the body section of each
1883 @item -f @var{style}
1884 @itemx --footer-numbering=@var{style}
1889 @item -h @var{style}
1890 @itemx --header-numbering=@var{style}
3640 @code{printf(3)}-style conversion specification, possibly including
[all …]