Searched refs:color (Results 1 – 24 of 24) sorted by relevance
/coreutils/tests/ls/ |
D | color-norm.sh | 40 LS_COLORS=$TCOLORS ls -gGU --color exe nocolor | qls >> out || fail=1 41 LS_COLORS=$TCOLORS ls -xU --color exe nocolor >> out || fail=1 42 LS_COLORS=$TCOLORS ls -gGU --color nocolor exe | qls >> out || fail=1 43 LS_COLORS=$TCOLORS ls -xU --color nocolor exe >> out || fail=1 46 LS_COLORS=$TCOLORS:fi=1 ls -gGU --color nocolor exe | qls >> out || fail=1 51 LS_COLORS=$TCOLORS:fi= ls -gGU --color nocolor exe | qls >> out || fail=1 52 LS_COLORS=$TCOLORS:fi=0 ls -gGU --color nocolor exe | qls >> out || fail=1 56 LS_COLORS=$TCOLORS ls -mFU --color nocolor exe >> out || fail=1
|
D | color-term.sh | 29 LS_COLORS='' COLORTERM='nonempty' TERM='' ls --color=always exe >> out || fail=1 30 LS_COLORS='' COLORTERM='' TERM='xterm' ls --color=always exe >> out || fail=1 33 LS_COLORS='' COLORTERM='' TERM='dumb' ls --color=always exe >> out || fail=1 34 LS_COLORS='' COLORTERM='' TERM='' ls --color=always exe >> out || fail=1
|
D | multihardlink.sh | 34 LS_COLORS="mh=$code_mh" ls -U1 --color=always file > out || fail=1 39 LS_COLORS="mh=$code_mh" ls -U1 --color=always file1 file2 > out || fail=1 47 LS_COLORS="mh=$code_mh:*.png=$code_png" ls -U1 --color=always file1 file2.png \ 57 ls -U1 --color=always file1 file2.png > out || fail=1 65 LS_COLORS="mh=00:*.png=$code_png" ls -U1 --color=always file1 file2.png > out \ 73 LS_COLORS="*.png=$code_png" ls -U1 --color=always file1 file2.png > out \
|
D | stat-free-color.sh | 35 cat <<EOF > color-without-stat || framework_failure_ 54 eval $(dircolors -b color-without-stat) 67 strace -q -o log1 -e $stats ls -a --color=always d || fail=1 82 strace -q -o log2 -e $stats ls --color=always d || fail=1
|
D | color-ext.sh | 33 LS_COLORS="*.jpg=$code_jpg:*.Z=$code_z" ls -U1 --color=always \ 44 LS_COLORS="*.jpg=$code_jpg:*.JPG=$code_JPG" ls -U1 --color=always \ 54 LS_COLORS="*.jpg=$code_jpg:*.JPG=$code_jpg" ls -U1 --color=always \ 66 ls -U1 --color=always img1.jpg IMG2.JPG img3.JpG > out || fail=1 77 ls -U1 --color=always img1.jpg IMG2.JPG img3.JpG > out || fail=1
|
D | no-cap.sh | 24 strace -e capget ls --color=always > /dev/null 2> out || fail=1 30 strace -e capget ls --color=always > /dev/null 2> out || fail=1
|
D | stat-free-symlinks.sh | 39 strace -q -o log1 -e $stats ls -F --color=always d || fail=1 58 strace -qe $stats -o log2 ls -F --color=always x link-to-x > out.tmp || fail=1
|
D | color-dtype-dir.sh | 33 TERM=xterm ls --color=always > out || fail=1 51 LS_COLORS="ow=:" ls --color=always > out || fail=1
|
D | symlink-loop.sh | 29 ls -l --color=always loop || fail=1
|
D | root-rel-symlink-color.sh | 47 ls -d --color=always "$symlink_to_rel" > out || fail=1
|
D | color-clear-to-eol.sh | 32 ls -og --color=always $long_name > out || fail=1
|
D | capability.sh | 50 ls --color=always cap_pos dir > out || fail=1
|
D | w-option.sh | 42 TERM=xterm ls -w0 -x --color=always || fail=1
|
D | getxattr-speedup.sh | 58 LD_PRELOAD=$LD_PRELOAD:./k.so ls --color=always -l . || fail=1
|
D | quote-align.sh | 51 ls $opt -R --quoting=shell-escape --color=always "$dirname" >> out || fail=1
|
D | file-type.sh | 62 ls --color=auto -F sub > out || fail=1
|
/coreutils/src/ |
D | dircolors.hin | 2 # LS_COLORS environment variable used by GNU ls with the --color option. 22 TERM *color* 49 # Below are the color init strings for the basic file types. 51 # The default color codes use the capabilities of an 8 color terminal 55 # Text color codes: 57 # Background color codes: 59 #NORMAL 00 # no color code at all 60 #FILE 00 # regular file: use no color at all 61 RESET 0 # reset to "normal" color 64 # numerical value, the color is as for the file pointed to.) [all …]
|
D | ls.c | 255 const struct bin_str *color, 4768 int needs_general_quoting, const struct bin_str *color, in quote_name() argument 4782 if (color) in quote_name() 4783 print_color_indicator (color); in quote_name() 4839 const struct bin_str *color in print_name_with_quoting() local 4843 && (color || is_colored (C_NORM))); in print_name_with_quoting() 4846 color, !symlink_target, stack, f->absolute_name); in print_name_with_quoting()
|
/coreutils/man/ |
D | dircolors.x | 2 dircolors \- color setup for ls
|
/coreutils/tests/ |
D | local.mk | 615 tests/ls/color-clear-to-eol.sh \ 616 tests/ls/color-dtype-dir.sh \ 617 tests/ls/color-norm.sh \ 618 tests/ls/color-term.sh \ 619 tests/ls/color-ext.sh \ 640 tests/ls/root-rel-symlink-color.sh \ 645 tests/ls/stat-free-color.sh \
|
/coreutils/m4/ |
D | jm-macros.m4 | 92 # Check whether libcap is usable -- for ls --color support
|
/coreutils/ |
D | NEWS | 309 ls --color now matches a file extension case sensitively 478 entries, on separate lines, colored according to the entry color code. 918 ls --color now matches file extensions case insensitively. 1430 For example "TERM *256color*" is now supported. 2170 ls --color would mis-color relative-named symlinks in / 2339 ls --color many-entry-directory was uninterruptible for too long 2853 ls --color once again honors the 'NORMAL' dircolors directive. 2886 ls --color no longer emits the final 3-byte color-resetting escape 2925 ls -l --color no longer prints "argetm" in front of dangling 3015 ls --color now handles files with capabilities correctly. Previously [all …]
|
D | configure.ac | 38 AM_INIT_AUTOMAKE([1.11.2 dist-xz color-tests parallel-tests subdir-objects])
|
/coreutils/doc/ |
D | coreutils.texi | 8140 @option{--color=none}, and @option{--hyperlink=none}, 8274 @item --color [=@var{when}] 8275 @opindex --color 8276 @cindex color, distinguishing file types with 8277 Specify whether to use color for distinguishing file types; @var{when} 8281 @vindex none @r{color option} 8282 - Do not use color at all. This is the default. 8284 @vindex auto @r{color option} 8285 @cindex terminal, using color iff 8286 - Only use color if standard output is a terminal. [all …]
|