summaryrefslogtreecommitdiff
path: root/lib/libc/string/memccpy.c
Commit message (Collapse)AuthorAgeFilesLines
* Renumber clauses to reduce diffs to other versionsEd Maste2013-05-281-1/+1
| | | | | | | | NetBSD, OpenBSD, and Android's Bionic number the clauses 1 through 3, so follow suit to make comparison easier. Notes: svn path=/head/; revision=251069
* - ANSIfy function definitionsDaniel Gerzo2009-02-031-5/+1
| | | | | | | | | - use nul when we are looking for a terminating character where appropriate Approved by: imp Notes: svn path=/head/; revision=188080
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
| | | | | | | | | clause. # If I've done so improperly on a file, please let me know. Notes: svn path=/head/; revision=165903
* Remove 'register' keyword.David E. O'Brien2002-03-211-4/+4
| | | | Notes: svn path=/head/; revision=92889
* rcsid[]->__FBSDIDDavid E. O'Brien2001-11-071-5/+2
| | | | Notes: svn path=/head/; revision=86170
* Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files.David E. O'Brien2001-05-241-0/+4
| | | | | | | Do the same for the non-wcs*/wmem* files while I'm here. Notes: svn path=/head/; revision=77117
* Obtained from: 386BSD-0.1 patchkit; also fixed in 1.1.5Bruce Evans1994-12-121-2/+3
| | | | | | | | | Compare unsigned chars. Return the place after where the character was found and not the start of the string. Notes: svn path=/head/; revision=5071
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+58
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573