kamil
6245abaafa
Import wcsnlen(3) to libc
...
The wcsnlen(3) function conforms to POSIX.1-2008 and is an addition to the
ISO C standard.
size_t wcsnlen(const wchar_t *s, size_t maxlen);
The wcsnlen(3) function computes the number of wide-characters in a wide-
-string to which s points, not including NULL terminating wide-character
code and checking no more than maxlen wide-characters. This function never
examines wide-characters beyond a wide-string of maxlen size.
This function is a safer version of wcslen(3):
size_t wcslen(const wchar_t *s);
Update STANDARDS section of wmemchr(3) describing wide-character functions.
2016-10-15 14:21:59 +00:00
..
2015-02-24 17:56:20 +00:00
2016-01-22 23:13:20 +00:00
2016-01-23 02:36:57 +00:00
2016-01-22 23:23:13 +00:00
2015-09-03 20:43:47 +00:00
2016-10-03 12:08:39 +00:00
2016-03-17 02:25:32 +00:00
2016-01-22 22:27:01 +00:00
2012-06-03 21:21:45 +00:00
2013-01-28 23:19:50 +00:00
2013-04-28 19:39:56 +00:00
2016-09-24 20:11:43 +00:00
2012-07-30 23:04:42 +00:00
2012-02-16 23:00:38 +00:00
2014-01-16 17:22:06 +00:00
2016-08-25 12:12:59 +00:00
2011-01-31 04:49:46 +00:00
2010-09-06 14:38:56 +00:00
2011-03-27 05:13:15 +00:00
2016-09-21 13:32:27 +00:00
2015-01-16 18:35:59 +00:00
2013-04-26 10:58:45 +00:00
2016-01-22 21:55:57 +00:00
2013-08-19 08:03:33 +00:00
2016-08-04 06:43:43 +00:00
2016-01-23 01:26:14 +00:00
2010-10-16 10:27:06 +00:00
2016-04-29 16:26:48 +00:00
2016-01-23 01:26:14 +00:00
2014-01-31 20:44:17 +00:00
2016-10-02 17:19:00 +00:00
2013-09-16 15:54:42 +00:00
2016-07-01 16:42:46 +00:00
2016-02-21 22:45:25 +00:00
2016-09-24 21:18:09 +00:00
2010-02-03 15:34:37 +00:00
2013-08-19 07:18:42 +00:00
2009-10-21 01:07:44 +00:00
2013-08-19 08:03:33 +00:00
2016-01-23 01:26:14 +00:00
2015-05-06 23:06:26 +00:00
2012-11-26 19:53:41 +00:00
2012-02-01 05:46:45 +00:00
2016-01-22 23:15:42 +00:00
2016-01-14 21:45:18 +00:00
2012-11-15 18:49:37 +00:00
2012-11-07 15:45:24 +00:00
2016-01-22 23:15:58 +00:00
2014-07-20 20:17:21 +00:00
2016-04-24 19:48:29 +00:00
2011-11-05 09:27:06 +00:00
2015-07-31 12:51:32 +00:00
2012-02-22 17:51:01 +00:00
2016-10-02 17:19:00 +00:00
2016-03-20 16:26:06 +00:00
2016-03-17 00:42:49 +00:00
2016-07-01 22:42:01 +00:00
2016-10-02 13:09:24 +00:00
2016-10-12 20:01:22 +00:00
2011-08-22 01:24:15 +00:00
2016-10-04 09:41:40 +00:00
2013-04-27 21:35:24 +00:00
2015-07-11 16:40:53 +00:00
2015-11-19 20:57:49 +00:00
2016-06-30 15:29:20 +00:00
2016-04-10 19:05:50 +00:00
2016-01-22 23:59:44 +00:00
2016-01-14 20:42:14 +00:00
2016-10-15 14:21:59 +00:00
2013-04-27 21:35:24 +00:00