summaryrefslogtreecommitdiff
path: root/lib/libc/string/strcmp.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert r227812 and r227808 per discussionEitan Adler2011-12-021-3/+0
| | | | | | | | Reviewed by: many Approved by: des Notes: svn path=/head/; revision=228202
* - add check for pointer equality prior to performing the O(n) passEitan Adler2011-11-221-0/+3
| | | | | | | | | | | | - while here change 's' to 's1' in strcoll Submitted by: eadler@ Reviewed by: theraven@ Approved by: brooks@ MFC after: 2 weeks Notes: svn path=/head/; revision=227808
* - ANSIfy function definitionsDaniel Gerzo2009-02-031-3/+2
| | | | | | | | | - 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-1/+1
| | | | 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
* Fixed the easy cases of const poisoning in the kernel. Cosmetic.Bruce Evans1996-08-311-1/+1
| | | | Notes: svn path=/head/; revision=17974
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+55
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573