freebsd-nq/lib/libc/i386/string
Bruce Evans 1c33c5a76b Merged with the 1996/11/12 NetBSD version:
- use a slightly less bogus copyright.  This file was never contributed
  to Berkeley.  It still claims to be copright by the Regents.
- use <machine/asm.h> instead of "DEFS.h".
- use RCSID($Id$) instead of explicit assembly code and messy ifdefs.
  The rcsid won't be put into the object file until we make RCSID()
  non-null.  NetBSD uses a LIBC_SCCS ifdef here.  We used a LIBC_RCS
  instead, but I want RCSID() to be controlled directly by LIBC_RCS
  (actually by LIB_RCS).  This is the only difference with the NetBSD
  version.
- added ifdefs to support generation of memcpy() and memmove().  The
  other changes are "while I'm here" to get this.
- improved style of the copy backwards case.
1997-04-20 12:09:18 +00:00
..
bcmp.S Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
bcopy.S Merged with the 1996/11/12 NetBSD version: 1997-04-20 12:09:18 +00:00
bzero.S Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
ffs.S Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
index.S Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
Makefile.inc Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
memchr.S Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
memcmp.S Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
memmove.S Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
memset.S Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
rindex.S Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
strcat.S Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
strchr.S Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
strcmp.S Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
strcpy.S Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
strlen.S Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
strncmp.S Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
strrchr.S Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
swab.S Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00