Home
last modified time | relevance | path

Searched refs:sep (Results 1 – 9 of 9) sorted by relevance

/coreutils/tests/chown/
Dseparator.sh60 for sep in $seps; do
61 case $u$sep$g in
62 [0-9]*$sep) returns_ 1 chown "$u$sep$g" . 2>/dev/null || fail=1 ;;
63 *) chown "$u$sep$g" . || fail=1 ;;
/coreutils/tests/split/
Drecord-sep.sh25 for sep in "$NL" '\0' ':'; do
27 test "$sep" = "$NL" && tr='\n' || tr="$sep"
42 split $mode -t "$sep" in || fail=1
/coreutils/src/
Djoin.c282 char *sep; in xfields() local
283 for (; (sep = memchr (ptr, tab, lim - ptr)) != nullptr; ptr = sep + 1) in xfields()
284 extract_field (line, ptr, sep - ptr); in xfields()
295 char *sep; in xfields() local
296 for (sep = ptr + 1; sep != lim && ! field_sep (*sep); sep++) in xfields()
298 extract_field (line, ptr, sep - ptr); in xfields()
299 if (sep == lim) in xfields()
301 for (ptr = sep + 1; ptr != lim && field_sep (*ptr); ptr++) in xfields()
Denv.c267 bool sep; member
298 if (ss->sep) in check_start_new_arg()
306 ss->sep = false; in check_start_new_arg()
357 ss.sep = true; in build_argv()
389 ss.sep = true; in build_argv()
394 if (!ss.sep) in build_argv()
416 ss.sep = true; in build_argv()
Dsystem.h273 char sep = file_name[(file_name[1] == '.') + 1]; in dot_or_dotdot() local
274 return (! sep || ISSLASH (sep)); in dot_or_dotdot()
Ddigest.c749 char sep = s[i]; in algorithm_from_tag() local
752 s[i] = sep; in algorithm_from_tag()
Dls.c297 static void print_with_separator (char sep);
5227 print_with_separator (char sep) in print_with_separator() argument
5254 putchar (sep); in print_with_separator()
/coreutils/tests/
Dlocal.mk387 tests/sort/sort-h-thousands-sep.sh \
410 tests/split/record-sep.sh \
/coreutils/doc/
Dcoreutils.texi2727 @option{--sep-string[=@var{string}]}. @option{-J} has been introduced
2728 (together with @option{-W} and @option{--sep-string})
2748 option is used. @option{--sep-string[=@var{string}]} may be used.
2820 @itemx --sep-string[=@var{string}]
2822 @opindex --sep-string