Home
last modified time | relevance | path

Searched refs:dot (Results 1 – 5 of 5) sorted by relevance

/coreutils/src/
Ddirname.c79 static char const dot = '.'; in main() local
126 result = ˙ in main()
Dstat.c730 char *dot = memchr (pformat, '.', prefix_len); in out_epoch_sec() local
736 if (dot) in out_epoch_sec()
738 sec_prefix_len = dot - pformat; in out_epoch_sec()
741 if (ISDIGIT (dot[1])) in out_epoch_sec()
743 long int lprec = strtol (dot + 1, nullptr, 10); in out_epoch_sec()
751 if (precision && ISDIGIT (dot[-1])) in out_epoch_sec()
756 char *p = dot; in out_epoch_sec()
757 *dot = '\0'; in out_epoch_sec()
/coreutils/doc/
Dsort-version.texi345 than dot's ASCII value of 46), that file will be listed first:
541 @item The string @samp{.} (a single dot, ASCII 46)
545 @item Strings starting with dot (@samp{.}) sort before
563 files dot @samp{.} and dot-dot @samp{..} will be listed
564 first, followed by any hidden files (files starting with a dot),
585 A suffix (i.e., a file extension) is defined as: a dot, followed by an
616 (@samp{.2} is not included because the dot is not followed by a letter)
Dcoreutils.texi19063 (e.g @emph{Thousands Separator} character, commonly @samp{.} (dot) or @samp{,}
/coreutils/tests/
Dlocal.mk200 tests/rm/dot-rel.sh \
530 tests/cp/src-base-dot.sh \