Home
last modified time | relevance | path

Searched refs:display (Results 1 – 11 of 11) sorted by relevance

/coreutils/tests/ls/
Dcolor-term.sh36 cat -A out > out.display || framework_failure_
37 mv out.display out || framework_failure_
Dcolor-norm.sh61 cat -A out > out.display || framework_failure_
62 mv out.display out || framework_failure_
/coreutils/src/
Dpinky.c277 char *display = nullptr; in print_entry() local
281 display = strchr (ut_host, ':'); in print_entry()
282 if (display) in print_entry()
283 *display++ = '\0'; in print_entry()
293 if (display) in print_entry()
296 fputs (display, stdout); in print_entry()
Dwho.c374 char *display = nullptr; in print_user() local
378 display = strchr (ut_host, ':'); in print_user()
379 if (display) in print_user()
380 *display++ = '\0'; in print_user()
391 if (display) in print_user()
393 idx_t needed = strlen (host) + strlen (display) + 4; in print_user()
403 strcpy (stpcpy (p, display), ")"); in print_user()
/coreutils/man/
Decho.x2 echo \- display a line of text
Dstat.x2 stat \- display file or file system status
/coreutils/doc/
Dfdl.texi7 @display
13 @end display
146 you may publicly display copies.
Dcoreutils.texi899 @command{ls}) display sizes in ``blocks''. You can adjust the block size
900 and method of display to make sizes easier to read. The block size
901 used for display is independent of any file system block size.
1075 the @option{-k} option does not control the display of the
2079 Adding a trailing ``z'' to any type specification appends a display
3881 Print only the maximum display widths.
4523 @display
4527 @end display
4816 OPEN_MAX} may display limits for your systems; these limits may be
7640 @display
[all …]
/coreutils/
DCOPYING230 d) If the work has interactive user interfaces, each must display
232 interfaces that do not display Appropriate Legal Notices, your
DNEWS342 select the default mtime timestamp for display and sorting.
477 dircolors takes a new --print-ls-colors option to display LS_COLORS
740 ls now supports the --time=birth option to display and sort by
900 display width between 6 and 12 inclusive. Previously this would have
1336 display timezone information, and warn about potential misuse.
1667 it would display an error, requiring --no-dereference to avoid the issue.
3504 chgrp, chmod, chown, chcon, du, rm: now all display linear performance,
4281 therefore does not normally display them. Also, inaccessible file
5484 special file command line argument, df would display that argument. E.g.,
5688 * ls -g now acts like ls -l, except it does not display owner, as per POSIX.
[all …]
DHACKING562 * gitk --all: same, but display all branches