Home
last modified time | relevance | path

Searched refs:separator (Results 1 – 8 of 8) sorted by relevance

/coreutils/src/
Dtac.c67 static char const *separator; variable
196 char first_char = *separator; /* Speed optimization, non-regexp. */ in tac_seekable()
197 char const *separator1 = separator + 1; /* Speed optimization, non-regexp. */ in tac_seekable()
501 separator = "\n"; in main()
516 separator = optarg; in main()
527 if (*separator == 0) in main()
534 error_message = re_compile_pattern (separator, strlen (separator), in main()
540 match_length = sentinel_length = *separator ? strlen (separator) : 1; in main()
556 memcpy (G_buffer, separator, sentinel_length + 1); in main()
Dseq.c55 static char const *separator; variable
352 if (fputs (separator, stdout) == EOF) in print_numbers()
509 *bufp++ = *separator; in seq_fast()
582 separator = "\n"; in main()
607 separator = optarg; in main()
664 && !equal_width && !format_str && strlen (separator) == 1) in main()
699 && !equal_width && !format_str && strlen (separator) == 1) in main()
Dwho.c538 char const *separator = ""; in list_entries_who() local
548 printf ("%s%s", separator, trimmed_name); in list_entries_who()
550 separator = " "; in list_entries_who()
Dls.c5239 char separator; in print_with_separator() local
5246 separator = ' '; in print_with_separator()
5251 separator = eolbyte; in print_with_separator()
5255 putchar (separator); in print_with_separator()
/coreutils/tests/sort/
Dsort-debug-warn.sh151 sort: field separator ',' is treated as a group separator in numbers
162 sort: field separator '.' is treated as a decimal point in numbers
170 sort: field separator '-' is treated as a minus sign in numbers
179 sort: field separator '+' is treated as a plus sign in numbers
/coreutils/doc/
Dcoreutils.texi968 specifies the thousands separator and grouping. For example, in an
971 locale, there is no thousands separator so a leading @samp{'} has no
1752 default). By default, this separator string is attached to the end of
1763 The separator is attached to the beginning of the record that it
1770 Treat the separator string as a regular expression.
1772 @item -s @var{separator}
1773 @itemx --separator=@var{separator}
1775 @opindex --separator
1776 Use @var{separator} as the record separator, instead of newline.
1777 Note an empty @var{separator} is treated as a zero byte.
[all …]
/coreutils/
DNEWS436 which have the nonstandard and long-obsolete "." separator that
501 sort --debug now diagnoses issues with --field-separator characters
1234 pr now handles specified separator strings containing tabs correctly.
1238 sort -h -k now works even in locales that use blank as thousands separator.
1382 tac --separator accepts an empty argument, to work with NUL delimited items.
1530 split accepts a new --separator option to select a record separator character
1967 outputs a newline after the last number rather than a trailing separator.
2478 separator. It has long parsed dates like "2004-02-29 16:21:42"
2736 listing sizes with the current locale's thousands separator.
3953 Using pr -m -s (i.e., merging files, with TAB as the output separator)
[all …]
/coreutils/tests/
Dlocal.mk478 tests/chown/separator.sh \