pfg 99efb6c39e MFC r267627:
strptime: add support for %t and %n

Posix strptime() requires support for %t and %n, which were added
to the illumos port.  Curiously we were skipping white spaces by
default in most other cases making %t meaningless.

We now skip spaces in the case of the %e specifier as strftime(3)
explicitly adds a space for the single digit case.

Reference:
http://pubs.opengroup.org/onlinepubs/009695399/functions/strptime.html

PR:		173421
Obtained from:	Illumos (Rev. a11c1571b6942161b0186d0588609448066892c2)
2014-06-30 14:52:40 +00:00
..
2014-06-14 11:20:41 +00:00
2013-01-01 18:29:25 +00:00
2014-06-30 14:52:40 +00:00
2013-11-29 19:44:30 +00:00
2014-03-05 19:30:36 +00:00
2013-12-10 22:55:22 +00:00
2014-02-09 00:34:21 +00:00
2014-01-09 23:08:56 +00:00
2014-06-20 07:32:03 +00:00
2014-04-24 10:23:35 +00:00
2014-03-04 14:49:05 +00:00
2014-05-09 07:24:39 +00:00
2014-03-31 00:28:54 +00:00
2013-09-08 10:04:26 +00:00
2013-05-30 08:02:00 +00:00
2014-06-18 05:35:09 +00:00
2014-04-29 03:36:04 +00:00
2014-03-19 23:55:03 +00:00
2013-05-12 22:22:12 +00:00
2014-02-01 22:29:04 +00:00
2013-11-14 09:25:29 +00:00
2013-12-30 20:15:46 +00:00
2012-10-18 15:39:29 +00:00
2013-05-12 22:22:12 +00:00
2014-06-07 02:45:24 +00:00
2014-06-13 07:33:43 +00:00
2014-02-16 02:33:59 +00:00
2013-10-23 18:07:07 +00:00
2013-05-05 06:20:49 +00:00
2014-03-01 03:09:16 +00:00
2013-12-28 20:05:31 +00:00
2014-04-09 18:16:58 +00:00