Home
last modified time | relevance | path

Searched refs:point (Results 1 – 10 of 10) sorted by relevance

/coreutils/tests/sort/
Dsort-debug-warn.sh29 sort: note numbers use '.' as a decimal point in this locale
33 sort: note numbers use '.' as a decimal point in this locale
36 sort: note numbers use '.' as a decimal point in this locale
40 sort: note numbers use '.' as a decimal point in this locale
45 sort: note numbers use '.' as a decimal point in this locale
50 sort: note numbers use '.' as a decimal point in this locale
54 sort: note numbers use '.' as a decimal point in this locale
57 sort: note numbers use '.' as a decimal point in this locale
61 sort: note numbers use '.' as a decimal point in this locale
139 sort: note numbers use '.' as a decimal point in this locale
[all …]
/coreutils/src/
Ddf.c1373 get_point (char const *point, const struct stat *statp) in get_point() argument
1382 char *resolved = canonicalize_file_name (point); in get_point()
1448 get_dev (best_match->me_devname, best_match->me_mountdir, point, point, in get_point()
1458 char *mp = find_mount_point (point, statp); in get_point()
1461 get_dev (nullptr, mp, point, nullptr, nullptr, in get_point()
Dlocal.mk48 src/find-mount-point.h \
397 src_df_SOURCES = src/df.c src/find-mount-point.c
398 src_stat_SOURCES = src/stat.c src/find-mount-point.c
Ddircolors.hin72 MISSING 00 # ... and the files they point to
/coreutils/po/
DPOTFILES.in66 src/find-mount-point.c
/coreutils/
DREADME-hacking59 At this point, there should be no difference between your local copy,
Dcfg.mk842 ^src/((system|copy|chown-core|find-mount-point)\.h|make-prime-list\.c)$$
DNEWS778 seq no longer outputs inconsistent decimal point characters
838 printf, seq, sleep, tail, and timeout now accept floating point
840 current locale's decimal point is ',', 'sleep 0,1' and 'sleep 0.1'
842 C-locale syntax with '.' as the decimal point. The new behavior is
1485 settings processing limits, and making them optional with floating point.
1977 df --total now prints '-' into the target column (mount point) of the
2154 df no longer outputs control characters present in the mount point name.
2303 typically still point to one of the hard links.
2670 od now prints floating-point numbers without losing information, and
2671 it no longer omits spaces between floating-point columns in some cases.
[all …]
Dconfigure.ac494 # Build df only if there's a point to it.
/coreutils/doc/
Dcoreutils.texi230 * Floating point:: Floating point number representation
813 * Floating point:: Floating point number representation.
1524 @node Floating point
1525 @section Floating point numbers
1526 @cindex floating point
1527 @cindex IEEE floating point
1529 Commands that accept or produce floating point numbers employ the
1530 floating point representation of the underlying system, and suffer
1531 from rounding error, overflow, and similar floating-point issues.
1532 Almost all modern systems use IEEE-754 floating point, and it is
[all …]