git: libc: Add wcsncasecmp function

看板DFBSD_commit作者時間14年前 (2011/12/28 02:04), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 7a2a491fdf72a1648e6b138a8eefd05ab81f65a0 Author: John Marino <draco@marino.st> Date: Mon Nov 21 23:30:09 2011 +0100 libc: Add wcsncasecmp function This function performs a case-insensitive string comparison test of not more than a specified number of wide characters. It is a GNU extension, not POSIX. Some packages in pkgsrc may require it. Summary of changes: include/wchar.h | 1 + lib/libc/string/Makefile.inc | 2 ++ lib/libc/string/{wcscasecmp.c => wcsncasecmp.c} | 6 +++++- lib/libc/string/wmemchr.3 | 4 ++++ 4 files changed, 12 insertions(+), 1 deletions(-) copy lib/libc/string/{wcscasecmp.c => wcsncasecmp.c} (93%) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7a2a491fdf72a1648e6b138a8eefd05ab81f65a0 -- DragonFly BSD source repository
文章代碼(AID): #1E-WYSVG (DFBSD_commit)