Home
last modified time | relevance | path

Searched refs:quoted (Results 1 – 3 of 3) sorted by relevance

/coreutils/src/
Dls.c230 int quoted; member
3401 f->quoted = -1; in gobble_file()
3405 f->quoted = needs_quoting (name); in gobble_file()
3406 if (f->quoted) in gobble_file()
3588 if (f->linkname && f->quoted == 0 && needs_quoting (f->linkname)) in gobble_file()
3589 f->quoted = -1; in gobble_file()
3943 : quote_name_width (f->name, filename_quoting_options, f->quoted); in fileinfo_name_width()
4536 bool quoted; in quote_name_buf() local
4553 quoted = (*name != *buf) || strlen (name) != len; in quote_name_buf()
4562 quoted = false; in quote_name_buf()
[all …]
/coreutils/doc/
Dcoreutils.texi2706 When using the shell, @var{header} should be quoted and should be
6634 Blank separators typically need to be quoted for the shell. For
13367 and shell metacharacters are quoted appropriately.
13924 and is best used quoted.
13961 Strings are not quoted for @command{expr} itself, though you may need to
13963 e.g., spaces. However, regardless of whether it is quoted, a string
18197 This escape sequence works inside single-quoted strings.
18201 This escape sequence works inside single-quoted strings.
/coreutils/
DNEWS1057 have quoted the target name if the link name itself didn't need quoting.
1308 ls now aligns quoted items with non quoted items, which is easier to read,