History log of /netbsd-src/lib/libc/string/strcasestr.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 03256c6e 29-Nov-2005 christos <christos@NetBSD.org>

WARNS=4


# fd5cb0ac 09-Feb-2005 kleink <kleink@NetBSD.org>

A little libc namespace housekeeping exercise:
* Make vfprintf_unlocked() an internal function, c.f. __svfscanf_unlocked().
* Add internal names for arc4random(), endnetpath(), fhstatvfs(),
fstatvf

A little libc namespace housekeeping exercise:
* Make vfprintf_unlocked() an internal function, c.f. __svfscanf_unlocked().
* Add internal names for arc4random(), endnetpath(), fhstatvfs(),
fstatvfs(), mkstemp(), shquote(), statvfs(), taddr2uaddr(), uaddr2taddr(),
uuid_create_nil(), uuid_is_nil(), and wcwidth().
* Include namespace.h where supposed to.

show more ...


# 74d67c35 03-Jul-2004 junyoung <junyoung@NetBSD.org>

Add strcasestr(3), case insensitive version of strstr(3).
Bump libc minor.

From FreeBSD.