nstrftime        1602 maint/gnulib/lib/parse-datetime.y   int m = nstrftime (buf, n, "(Y-M-D) %Y-%m-%d %H:%M:%S", tm, 0, 0);
nstrftime          33 maint/gnulib/lib/strftime.h size_t nstrftime (char *restrict, size_t, char const *, struct tm const *,
nstrftime          69 maint/gnulib/tests/test-nstrftime.c       n = nstrftime (buf, sizeof buf, T[i].fmt, tm, 0, T[i].in_ns);
nstrftime         193 maint/gnulib/tests/test-nstrftime.c       n = nstrftime (buf, sizeof buf, format, &tm, tz, 0);
nstrftime         233 maint/gnulib/tests/test-nstrftime.c       size_t r = nstrftime (out, sizeof (out), fmt, &qtm, 0, 0);
nstrftime         263 maint/gnulib/tests/test-nstrftime.c   n = nstrftime (buf, 0, "%m", &tm, 0, 0);
nstrftime         271 maint/gnulib/tests/test-nstrftime.c   n = nstrftime (buf, sizeof buf, "", &tm, 0, 0);
nstrftime         281 maint/gnulib/tests/test-nstrftime.c   n = nstrftime (buf, sizeof buf, "%s", &tm, 0, 0);
nstrftime         313 maint/gnulib/tests/test-nstrftime.c               size_t n1 = nstrftime (buf1, sizeof buf1, "%s", tmp, 0, 0);