aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/strcasestr.c
Commit message (Expand)AuthorAgeFilesLines
* libc: Parenthesise qualifier-preserving function definitionsFaraz Vahedi11 days1-1/+1
* libc: Purge unneeded cdefs.hWarner Losh2023-11-011-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* libc: drop "All rights reserved" from Foundation copyrightsEd Maste2022-08-041-1/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber clauses to reduce diffs to other versionsEd Maste2013-05-281-1/+1
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-201-4/+16
* - ANSIfy function definitionsDaniel Gerzo2009-02-031-2/+1
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Remove 'register' keyword.David E. O'Brien2002-03-211-3/+3
* rcsid[]->__FBSDIDDavid E. O'Brien2001-11-071-5/+2
* Implement strcasestr() which many others (f.e. Linux) already have.Andrey A. Chernov2001-10-101-0/+68