Searched refs:ns (Results 1 – 7 of 7) sorted by relevance
/coreutils/src/ |
D | pr.c | 1650 int ns; in init_header() local 1666 ns = t.tv_nsec; in init_header() 1670 = nstrftime (nullptr, SIZE_MAX, date_format, &tm, localtz, ns) + 1; in init_header() 1672 nstrftime (buf, bufsize, date_format, &tm, localtz, ns); in init_header() 1678 sprintf (buf, "%s.%09d", timetostr (t.tv_sec, secbuf), ns); in init_header()
|
D | stat.c | 657 int ns = t.tv_nsec; in human_time() local 659 nstrftime (str, sizeof str, "%Y-%m-%d %H:%M:%S.%N %z", &tm, tz, ns); in human_time() 663 sprintf (str, "%s.%09d", timetostr (t.tv_sec, secbuf), ns); in human_time()
|
D | ls.c | 4187 timezone_t tz, int ns) in align_nstrftime() argument 4192 return nstrftime (buf, size, nfmt, tm, tz, ns); in align_nstrftime()
|
/coreutils/tests/sort/ |
D | sort-debug-warn.sh | 153 if test $(printf '0,9\n0,8\n' | sort -ns | tail -n1) = '0,9'; then
|
/coreutils/tests/date/ |
D | date-debug.sh | 52 date: after time adjustment (+0 hours, -90 minutes, +0 seconds, +0 ns),
|
/coreutils/ |
D | NEWS | 5026 'date' has a new option --iso-8601=ns that outputs
|
/coreutils/doc/ |
D | coreutils.texi | 16775 @item ns 16854 @item ns
|