Home
last modified time | relevance | path

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

/coreutils/gl/lib/
Dxdectoint.c38 char const *suffixes, char const *err, int err_exit) in __xnumtoint() argument
43 s_err = __xstrtol (n_str, nullptr, base, &tnum, suffixes); in __xnumtoint()
85 char const *suffixes, char const *err, int err_exit) in __xdectoint() argument
87 return __xnumtoint (n_str, 10, min, max, suffixes, err, err_exit); in __xdectoint()
Dxdectoint.h25 char const *suffixes, char const *err, int err_exit) \
29 char const *suffixes, char const *err, int err_exit) \
/coreutils/tests/split/
Dnumeric.sh44 returns_ 1 split -a 3 --$mode-suffixes=1000 in 2>/dev/null || fail=1
47 returns_ 1 split --$mode-suffixes=-1 in 2> /dev/null || fail=1
48 returns_ 1 split --$mode-suffixes=one in 2> /dev/null || fail=1
Dsuffix-auto-length.sh45 split --numeric-suffixes=1 --number=r/100 file.in || fail=1
51 returns_ 1 split --numeric-suffixes=100 --number=r/100 file.in || fail=1
57 split --numeric-suffixes --number=110 file.in || fail=1
Dsuffix-length.sh37 echo split: output file suffixes exhausted \
/coreutils/doc/
Dsort-version.texi594 The suffixes are temporarily removed, and the strings are compared
601 result is used and the suffixes are effectively ignored.
604 If the suffix-less strings compare equal, the suffixes are restored
644 Comparing @samp{foo-10.3.tar.gz} to @samp{foo-10.tar.xz}, the suffixes
653 Comparing @samp{hello.foobar65} to @samp{hello.foobar4}, the suffixes
655 remaining strings are identical (@samp{hello}). The suffixes are then
665 suffixes (@samp{.txt}) are temporarily removed. The remaining strings
696 The suffixes (@samp{.txt}) are removed, and the remaining strings are
Dcoreutils.texi700 one of the following multiplicative suffixes:
719 one of the following multiplicative suffixes:
951 select a human-readable format. Integers may be followed by suffixes
987 The following suffixes are defined. Large sizes like @code{1Q}
2052 Output at most @var{bytes} bytes of the input. Prefixes and suffixes on
2063 Prefixes and suffixes on @var{bytes} are interpreted as for the
3009 Size multiplier suffixes are the same as with the @option{-c} option.
3185 Size multiplier suffixes are the same as with the @option{-c} option.
3424 Use suffixes of length @var{length}. If a @var{length} of 0 is specified,
3427 and unless @option{-n} or @option{--numeric-suffixes=@var{from}} is
[all …]
/coreutils/src/
Dnumfmt.c831 char const *suffixes = valid_suffixes; in unit_to_umax() local
846 suffixes = zero_and_valid_suffixes; in unit_to_umax()
852 s_err = xstrtoumax (c_string, &end, 10, &n, suffixes); in unit_to_umax()
Ddircolors.hin93 # If you use DOS-style suffixes, you may want to uncomment the following:
Ddd.c1423 static char const suffixes[] = "bcEGkKMPQRTwYZ0"; in parse_integer() local
1424 strtol_error e = xstrtoumax (str, &suffix, 10, &n, suffixes); in parse_integer()
/coreutils/
DNEWS698 split no longer reports a "output file suffixes exhausted" error
700 for --numeric, --hex, or default alphabetic suffixes respectively.
1028 cp, install, ln, and mv now ignore nonsensical backup suffixes.
1095 split supports a new --hex-suffixes[=from] option to create files with
1096 lower case hexadecimal suffixes, similar to the --numeric-suffixes option.
1555 numfmt --from-unit and --to-unit options now interpret suffixes as SI units,
2279 split now accepts an optional "from" argument to --numeric-suffixes,
3293 while honoring human readable suffixes like KiB and MB etc.
3800 suffixes kB, M, MB, G, GB, and so on for T, P, Y, Z, and Y:
5254 split accepts a new option -d or --numeric-suffixes.
[all …]