diff options
Diffstat (limited to 'lib/libc/string')
91 files changed, 91 insertions, 91 deletions
diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc index f21288fad527..743670366155 100644 --- a/lib/libc/string/Makefile.inc +++ b/lib/libc/string/Makefile.inc @@ -1,5 +1,5 @@ # @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 -# $FreeBSD$ +# $FreeBSD: src/lib/libc/string/Makefile.inc,v 1.19.2.5 2001/12/25 00:36:53 ache Exp $ .PATH: ${.CURDIR}/../libc/${MACHINE_ARCH}/string ${.CURDIR}/../libc/string diff --git a/lib/libc/string/bcmp.3 b/lib/libc/string/bcmp.3 index c33dd21eb5ed..c49c022ee05c 100644 --- a/lib/libc/string/bcmp.3 +++ b/lib/libc/string/bcmp.3 @@ -32,7 +32,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)bcmp.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/bcmp.3,v 1.4.2.4 2001/12/14 18:33:59 ru Exp $ .\" .Dd June 4, 1993 .Dt BCMP 3 diff --git a/lib/libc/string/bcmp.c b/lib/libc/string/bcmp.c index f8b06c3b2cab..ac05fa9f936e 100644 --- a/lib/libc/string/bcmp.c +++ b/lib/libc/string/bcmp.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)bcmp.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/bcmp.c,v 1.1.1.1.14.1 2001/07/09 23:30:03 obrien Exp $"; #endif #include <string.h> diff --git a/lib/libc/string/bcopy.3 b/lib/libc/string/bcopy.3 index 5fecc5bd400d..73e116a3ed8d 100644 --- a/lib/libc/string/bcopy.3 +++ b/lib/libc/string/bcopy.3 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)bcopy.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/bcopy.3,v 1.3.2.4 2001/12/14 18:33:59 ru Exp $ .\" .Dd June 4, 1993 .Dt BCOPY 3 diff --git a/lib/libc/string/bcopy.c b/lib/libc/string/bcopy.c index b7e6861d8f74..e28750d99679 100644 --- a/lib/libc/string/bcopy.c +++ b/lib/libc/string/bcopy.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)bcopy.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/bcopy.c,v 1.1.1.1.14.1 2001/07/09 23:30:03 obrien Exp $"; #endif #include <sys/cdefs.h> diff --git a/lib/libc/string/bstring.3 b/lib/libc/string/bstring.3 index 40526551110e..683c715f7c01 100644 --- a/lib/libc/string/bstring.3 +++ b/lib/libc/string/bstring.3 @@ -32,7 +32,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)bstring.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/bstring.3,v 1.3.2.3 2001/12/14 18:33:59 ru Exp $ .\" .Dd June 4, 1993 .Dt BSTRING 3 diff --git a/lib/libc/string/bzero.3 b/lib/libc/string/bzero.3 index 78038352e376..cb906eeb0f09 100644 --- a/lib/libc/string/bzero.3 +++ b/lib/libc/string/bzero.3 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)bzero.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/bzero.3,v 1.3.2.4 2001/12/14 18:33:59 ru Exp $ .\" .Dd June 4, 1993 .Dt BZERO 3 diff --git a/lib/libc/string/ffs.3 b/lib/libc/string/ffs.3 index 71e13b2a617e..157804a76666 100644 --- a/lib/libc/string/ffs.3 +++ b/lib/libc/string/ffs.3 @@ -32,7 +32,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ffs.3 8.2 (Berkeley) 4/19/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/ffs.3,v 1.3.2.2 2001/12/14 18:33:59 ru Exp $ .\" .Dd April 19, 1994 .Dt FFS 3 diff --git a/lib/libc/string/ffs.c b/lib/libc/string/ffs.c index 6998422ec73c..fa49c7423f51 100644 --- a/lib/libc/string/ffs.c +++ b/lib/libc/string/ffs.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)ffs.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/ffs.c,v 1.1.1.1.14.1 2001/07/09 23:30:03 obrien Exp $"; #endif #include <string.h> diff --git a/lib/libc/string/index.3 b/lib/libc/string/index.3 index 902b19ca8df5..78ebc0b50459 100644 --- a/lib/libc/string/index.3 +++ b/lib/libc/string/index.3 @@ -32,7 +32,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)index.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/index.3,v 1.3.2.3 2001/12/14 18:33:59 ru Exp $ .\" .Dd June 4, 1993 .Dt INDEX 3 diff --git a/lib/libc/string/index.c b/lib/libc/string/index.c index 242e60907dee..afd0f8c7ea84 100644 --- a/lib/libc/string/index.c +++ b/lib/libc/string/index.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)index.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/index.c,v 1.1.1.1.14.1 2001/07/09 23:30:03 obrien Exp $"; #endif #include <sys/cdefs.h> diff --git a/lib/libc/string/memccpy.3 b/lib/libc/string/memccpy.3 index 84f385d3be6b..bbf851771036 100644 --- a/lib/libc/string/memccpy.3 +++ b/lib/libc/string/memccpy.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)memccpy.3 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/memccpy.3,v 1.4.2.2 2001/12/14 18:33:59 ru Exp $ .\" .Dd June 9, 1993 .Dt MEMCCPY 3 diff --git a/lib/libc/string/memccpy.c b/lib/libc/string/memccpy.c index 9f7bbff1a14d..665aa9bd6c6a 100644 --- a/lib/libc/string/memccpy.c +++ b/lib/libc/string/memccpy.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)memccpy.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/memccpy.c,v 1.2.12.1 2001/07/09 23:30:03 obrien Exp $"; #endif #include <sys/cdefs.h> diff --git a/lib/libc/string/memchr.3 b/lib/libc/string/memchr.3 index 87215534b828..431d239f6df4 100644 --- a/lib/libc/string/memchr.3 +++ b/lib/libc/string/memchr.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)memchr.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/memchr.3,v 1.3.2.4 2001/12/14 18:33:59 ru Exp $ .\" .Dd June 4, 1993 .Dt MEMCHR 3 diff --git a/lib/libc/string/memchr.c b/lib/libc/string/memchr.c index dd9f13302686..1ba80787173c 100644 --- a/lib/libc/string/memchr.c +++ b/lib/libc/string/memchr.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)memchr.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/memchr.c,v 1.1.1.1.14.1 2001/07/09 23:30:03 obrien Exp $"; #endif #include <sys/cdefs.h> diff --git a/lib/libc/string/memcmp.3 b/lib/libc/string/memcmp.3 index d38154a4d255..6982edbd6ec9 100644 --- a/lib/libc/string/memcmp.3 +++ b/lib/libc/string/memcmp.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)memcmp.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/memcmp.3,v 1.5.2.3 2001/12/14 18:33:59 ru Exp $ .\" .Dd June 4, 1993 .Dt MEMCMP 3 diff --git a/lib/libc/string/memcmp.c b/lib/libc/string/memcmp.c index b40e9fd7cc13..3b18c287e2e6 100644 --- a/lib/libc/string/memcmp.c +++ b/lib/libc/string/memcmp.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)memcmp.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/memcmp.c,v 1.1.1.1.14.1 2001/07/09 23:30:03 obrien Exp $"; #endif #include <sys/cdefs.h> diff --git a/lib/libc/string/memcpy.3 b/lib/libc/string/memcpy.3 index c970d7ce7a0b..1b494f040f7f 100644 --- a/lib/libc/string/memcpy.3 +++ b/lib/libc/string/memcpy.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)memcpy.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/memcpy.3,v 1.3.2.4 2002/02/11 02:10:47 dd Exp $ .\" .Dd June 4, 1993 .Dt MEMCPY 3 diff --git a/lib/libc/string/memmove.3 b/lib/libc/string/memmove.3 index 39543c3b486c..83d891a5c5e2 100644 --- a/lib/libc/string/memmove.3 +++ b/lib/libc/string/memmove.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)memmove.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/memmove.3,v 1.3.2.3 2001/12/14 18:33:59 ru Exp $ .\" .Dd June 4, 1993 .Dt MEMMOVE 3 diff --git a/lib/libc/string/memset.3 b/lib/libc/string/memset.3 index 71ab4d58c55f..db1980a6711e 100644 --- a/lib/libc/string/memset.3 +++ b/lib/libc/string/memset.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)memset.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/memset.3,v 1.3.2.4 2001/12/14 18:33:59 ru Exp $ .\" .Dd June 4, 1993 .Dt MEMSET 3 diff --git a/lib/libc/string/memset.c b/lib/libc/string/memset.c index 39f4a31ff51e..7cc40bc8de95 100644 --- a/lib/libc/string/memset.c +++ b/lib/libc/string/memset.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)memset.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/memset.c,v 1.4.2.1 2001/07/09 23:30:03 obrien Exp $"; #endif #include <sys/types.h> diff --git a/lib/libc/string/rindex.3 b/lib/libc/string/rindex.3 index b5ffd1c9708b..85d22a7ec574 100644 --- a/lib/libc/string/rindex.3 +++ b/lib/libc/string/rindex.3 @@ -32,7 +32,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rindex.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/rindex.3,v 1.3.2.3 2001/12/14 18:33:59 ru Exp $ .\" .Dd June 4, 1993 .Dt RINDEX 3 diff --git a/lib/libc/string/rindex.c b/lib/libc/string/rindex.c index 1283db0c7e2e..cddb7382b64f 100644 --- a/lib/libc/string/rindex.c +++ b/lib/libc/string/rindex.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)rindex.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/rindex.c,v 1.1.1.1.14.1 2001/07/09 23:30:03 obrien Exp $"; #endif #include <stddef.h> diff --git a/lib/libc/string/strcasecmp.3 b/lib/libc/string/strcasecmp.3 index aac8ab7998cf..6b55062a770b 100644 --- a/lib/libc/string/strcasecmp.3 +++ b/lib/libc/string/strcasecmp.3 @@ -32,7 +32,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strcasecmp.3 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/strcasecmp.3,v 1.6.2.3 2001/12/14 18:33:59 ru Exp $ .\" .Dd June 9, 1993 .Dt STRCASECMP 3 diff --git a/lib/libc/string/strcasecmp.c b/lib/libc/string/strcasecmp.c index f1d4f38d6961..04a688787d7d 100644 --- a/lib/libc/string/strcasecmp.c +++ b/lib/libc/string/strcasecmp.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)strcasecmp.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/strcasecmp.c,v 1.2.8.1 2001/07/09 23:30:03 obrien Exp $"; #endif #include <sys/cdefs.h> diff --git a/lib/libc/string/strcasestr.c b/lib/libc/string/strcasestr.c index bbe25cb6e829..b9b8c16e8ef9 100644 --- a/lib/libc/string/strcasestr.c +++ b/lib/libc/string/strcasestr.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/strcasestr.c,v 1.2.2.1 2001/12/25 00:36:53 ache Exp $"); #include <ctype.h> #include <string.h> diff --git a/lib/libc/string/strcat.3 b/lib/libc/string/strcat.3 index a24a60c9d338..7c58ce800758 100644 --- a/lib/libc/string/strcat.3 +++ b/lib/libc/string/strcat.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strcat.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/strcat.3,v 1.5.2.3 2001/12/14 18:33:59 ru Exp $ .\" .Dd June 4, 1993 .Dt STRCAT 3 diff --git a/lib/libc/string/strcat.c b/lib/libc/string/strcat.c index 480b2b48e4d0..5ac1822bf71d 100644 --- a/lib/libc/string/strcat.c +++ b/lib/libc/string/strcat.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)strcat.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/strcat.c,v 1.2.2.1 2001/07/09 23:30:03 obrien Exp $"; #endif #include <string.h> diff --git a/lib/libc/string/strchr.3 b/lib/libc/string/strchr.3 index 90c78d41c3f5..f3cf23dd7ae4 100644 --- a/lib/libc/string/strchr.3 +++ b/lib/libc/string/strchr.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strchr.3 8.2 (Berkeley) 4/19/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/strchr.3,v 1.4.2.4 2001/12/14 18:33:59 ru Exp $ .\" .Dd April 19, 1994 .Dt STRCHR 3 diff --git a/lib/libc/string/strcmp.3 b/lib/libc/string/strcmp.3 index 08adad0cac0b..4d678ddb7003 100644 --- a/lib/libc/string/strcmp.3 +++ b/lib/libc/string/strcmp.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strcmp.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/strcmp.3,v 1.6.2.3 2001/10/15 16:45:38 mike Exp $ .\" .Dd October 11, 2001 .Dt STRCMP 3 diff --git a/lib/libc/string/strcmp.c b/lib/libc/string/strcmp.c index da48f9100357..1b232c3d53f4 100644 --- a/lib/libc/string/strcmp.c +++ b/lib/libc/string/strcmp.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)strcmp.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/strcmp.c,v 1.2.8.1 2001/07/09 23:30:05 obrien Exp $"; #endif #include <sys/cdefs.h> diff --git a/lib/libc/string/strcoll.3 b/lib/libc/string/strcoll.3 index 2e41cd856227..7991418a673a 100644 --- a/lib/libc/string/strcoll.3 +++ b/lib/libc/string/strcoll.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strcoll.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/strcoll.3,v 1.8.2.3 2001/12/14 18:33:59 ru Exp $ .\" .Dd June 4, 1993 .Dt STRCOLL 3 diff --git a/lib/libc/string/strcoll.c b/lib/libc/string/strcoll.c index 5f9cd694284b..4b8c54205440 100644 --- a/lib/libc/string/strcoll.c +++ b/lib/libc/string/strcoll.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/strcoll.c,v 1.11.2.1 2001/07/09 23:30:06 obrien Exp $"; #endif #include <stdlib.h> diff --git a/lib/libc/string/strcpy.3 b/lib/libc/string/strcpy.3 index 0666e7d1a658..4e5ab138bbc7 100644 --- a/lib/libc/string/strcpy.3 +++ b/lib/libc/string/strcpy.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strcpy.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/strcpy.3,v 1.4.2.5 2001/12/14 18:33:59 ru Exp $ .\" .Dd August 9, 2001 .Dt STRCPY 3 diff --git a/lib/libc/string/strcpy.c b/lib/libc/string/strcpy.c index 4e26c943eb81..c778a8d7bd1a 100644 --- a/lib/libc/string/strcpy.c +++ b/lib/libc/string/strcpy.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)strcpy.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/strcpy.c,v 1.2.2.1 2001/07/09 23:30:06 obrien Exp $"; #endif #include <sys/cdefs.h> diff --git a/lib/libc/string/strcspn.3 b/lib/libc/string/strcspn.3 index 2dfda10c45cc..af18f4d35ca7 100644 --- a/lib/libc/string/strcspn.3 +++ b/lib/libc/string/strcspn.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strcspn.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/strcspn.3,v 1.3.2.4 2001/12/14 18:33:59 ru Exp $ .\" .Dd June 4, 1993 .Dt STRCSPN 3 diff --git a/lib/libc/string/strcspn.c b/lib/libc/string/strcspn.c index 6f693b033792..09bd0f8cc153 100644 --- a/lib/libc/string/strcspn.c +++ b/lib/libc/string/strcspn.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)strcspn.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/strcspn.c,v 1.1.1.1.14.1 2001/07/09 23:30:06 obrien Exp $"; #endif #include <sys/cdefs.h> diff --git a/lib/libc/string/strdup.3 b/lib/libc/string/strdup.3 index 6d0633294a8a..a1f776c6169e 100644 --- a/lib/libc/string/strdup.3 +++ b/lib/libc/string/strdup.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strdup.3 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/strdup.3,v 1.7.2.2 2001/12/14 18:33:59 ru Exp $ .\" .Dd June 9, 1993 .Dt STRDUP 3 diff --git a/lib/libc/string/strdup.c b/lib/libc/string/strdup.c index 55ba8cc1936a..811437d71f05 100644 --- a/lib/libc/string/strdup.c +++ b/lib/libc/string/strdup.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)strdup.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/strdup.c,v 1.2.14.1 2001/07/09 23:30:06 obrien Exp $"; #endif #include <stddef.h> diff --git a/lib/libc/string/strerror.3 b/lib/libc/string/strerror.3 index e64e79c4b17e..091e5eb920cc 100644 --- a/lib/libc/string/strerror.3 +++ b/lib/libc/string/strerror.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strerror.3 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/strerror.3,v 1.7.2.6 2001/12/20 06:31:26 wes Exp $ .\" .Dd Nov 26, 2001 .Dt STRERROR 3 diff --git a/lib/libc/string/strerror.c b/lib/libc/string/strerror.c index 085ea240be79..517aa13921fe 100644 --- a/lib/libc/string/strerror.c +++ b/lib/libc/string/strerror.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)strerror.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/strerror.c,v 1.2.14.2 2001/12/20 06:31:26 wes Exp $"; #endif #include <stdio.h> diff --git a/lib/libc/string/string.3 b/lib/libc/string/string.3 index fb0d7dbd383b..3435f28b050a 100644 --- a/lib/libc/string/string.3 +++ b/lib/libc/string/string.3 @@ -32,7 +32,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)string.3 8.2 (Berkeley) 12/11/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/string.3,v 1.6.2.4 2001/12/14 18:33:59 ru Exp $ .\" .Dd December 11, 1993 .Dt STRING 3 diff --git a/lib/libc/string/strlcat.c b/lib/libc/string/strlcat.c index f6c749a62626..7ec53b1fb0ba 100644 --- a/lib/libc/string/strlcat.c +++ b/lib/libc/string/strlcat.c @@ -30,7 +30,7 @@ static char *rcsid = "$OpenBSD: strlcat.c,v 1.2 1999/06/17 16:28:58 millert Exp #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/strlcat.c,v 1.2.4.2 2001/07/09 23:30:06 obrien Exp $"; #endif #include <sys/types.h> diff --git a/lib/libc/string/strlcpy.3 b/lib/libc/string/strlcpy.3 index 55a6a41b1fd7..b9de708f37e9 100644 --- a/lib/libc/string/strlcpy.3 +++ b/lib/libc/string/strlcpy.3 @@ -25,7 +25,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/strlcpy.3,v 1.4.2.8 2002/01/19 12:29:40 yar Exp $ .\" .Dd June 22, 1998 .Dt STRLCPY 3 diff --git a/lib/libc/string/strlcpy.c b/lib/libc/string/strlcpy.c index fde5ff5182df..9de9d32a8950 100644 --- a/lib/libc/string/strlcpy.c +++ b/lib/libc/string/strlcpy.c @@ -34,7 +34,7 @@ static char *rcsid = "$OpenBSD: strlcpy.c,v 1.4 1999/05/01 18:56:41 millert Exp #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/strlcpy.c,v 1.2.4.1 2001/07/09 23:30:06 obrien Exp $"; #endif #include <sys/types.h> diff --git a/lib/libc/string/strlen.3 b/lib/libc/string/strlen.3 index 69b89453321c..ed3e14cfec8d 100644 --- a/lib/libc/string/strlen.3 +++ b/lib/libc/string/strlen.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strlen.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/strlen.3,v 1.3.2.3 2001/12/14 18:33:59 ru Exp $ .\" .Dd June 4, 1993 .Dt STRLEN 3 diff --git a/lib/libc/string/strlen.c b/lib/libc/string/strlen.c index e1c66e496e33..c3100622ca0d 100644 --- a/lib/libc/string/strlen.c +++ b/lib/libc/string/strlen.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)strlen.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/strlen.c,v 1.1.1.1.14.1 2001/07/09 23:30:07 obrien Exp $"; #endif #include <sys/cdefs.h> diff --git a/lib/libc/string/strmode.3 b/lib/libc/string/strmode.3 index 8615f0ff6894..f947cc8e328b 100644 --- a/lib/libc/string/strmode.3 +++ b/lib/libc/string/strmode.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strmode.3 8.3 (Berkeley) 7/28/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/strmode.3,v 1.6.2.2 2001/12/14 18:33:59 ru Exp $ .\" .Dd July 28, 1994 .Dt STRMODE 3 diff --git a/lib/libc/string/strmode.c b/lib/libc/string/strmode.c index a2bf3afe2be4..9cddef784546 100644 --- a/lib/libc/string/strmode.c +++ b/lib/libc/string/strmode.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)strmode.c 8.3 (Berkeley) 8/15/94"; #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/strmode.c,v 1.1.1.2.6.1 2001/07/09 23:30:07 obrien Exp $"; #endif #include <sys/types.h> diff --git a/lib/libc/string/strncat.c b/lib/libc/string/strncat.c index c71cfa27aaf2..1b23d2b371ba 100644 --- a/lib/libc/string/strncat.c +++ b/lib/libc/string/strncat.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)strncat.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/strncat.c,v 1.1.1.1.14.1 2001/07/09 23:30:07 obrien Exp $"; #endif #include <sys/cdefs.h> diff --git a/lib/libc/string/strncmp.c b/lib/libc/string/strncmp.c index 4b2aa0107f5a..d3346b880fe7 100644 --- a/lib/libc/string/strncmp.c +++ b/lib/libc/string/strncmp.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)strncmp.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/strncmp.c,v 1.2.8.1 2001/07/09 23:30:07 obrien Exp $"; #endif #include <sys/cdefs.h> diff --git a/lib/libc/string/strncpy.c b/lib/libc/string/strncpy.c index 772f8d285afa..326959a10b71 100644 --- a/lib/libc/string/strncpy.c +++ b/lib/libc/string/strncpy.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)strncpy.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/strncpy.c,v 1.1.1.1.14.1 2001/07/09 23:30:07 obrien Exp $"; #endif #include <sys/cdefs.h> diff --git a/lib/libc/string/strnstr.c b/lib/libc/string/strnstr.c index 6983507b55db..29157125a130 100644 --- a/lib/libc/string/strnstr.c +++ b/lib/libc/string/strnstr.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)strstr.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/strnstr.c,v 1.2.2.1 2001/12/09 06:50:03 mike Exp $"); #include <string.h> diff --git a/lib/libc/string/strpbrk.3 b/lib/libc/string/strpbrk.3 index 92a3388ab1a9..bd3815d7ce21 100644 --- a/lib/libc/string/strpbrk.3 +++ b/lib/libc/string/strpbrk.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strpbrk.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/strpbrk.3,v 1.3.2.4 2001/12/14 18:33:59 ru Exp $ .\" .Dd June 4, 1993 .Dt STRPBRK 3 diff --git a/lib/libc/string/strpbrk.c b/lib/libc/string/strpbrk.c index f5b7df3fc11b..0ed0d14851db 100644 --- a/lib/libc/string/strpbrk.c +++ b/lib/libc/string/strpbrk.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)strpbrk.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/strpbrk.c,v 1.1.1.1.14.1 2001/07/09 23:30:07 obrien Exp $"; #endif #include <sys/cdefs.h> diff --git a/lib/libc/string/strrchr.3 b/lib/libc/string/strrchr.3 index a930313a3fae..69c0bb16632b 100644 --- a/lib/libc/string/strrchr.3 +++ b/lib/libc/string/strrchr.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strrchr.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/strrchr.3,v 1.5.2.4 2001/12/14 18:33:59 ru Exp $ .\" .Dd June 4, 1993 .Dt STRRCHR 3 diff --git a/lib/libc/string/strsep.3 b/lib/libc/string/strsep.3 index 12bd585504b9..3f45159090ce 100644 --- a/lib/libc/string/strsep.3 +++ b/lib/libc/string/strsep.3 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strsep.3 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/strsep.3,v 1.6.2.6 2002/08/09 16:58:28 archie Exp $ .\" .Dd June 9, 1993 .Dt STRSEP 3 diff --git a/lib/libc/string/strsep.c b/lib/libc/string/strsep.c index 485f65140c05..e7216493b103 100644 --- a/lib/libc/string/strsep.c +++ b/lib/libc/string/strsep.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)strsep.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/strsep.c,v 1.2.12.1 2001/07/09 23:30:07 obrien Exp $"; #endif /* diff --git a/lib/libc/string/strsignal.c b/lib/libc/string/strsignal.c index fd5f28879dec..a24b0366587a 100644 --- a/lib/libc/string/strsignal.c +++ b/lib/libc/string/strsignal.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)strerror.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/strsignal.c,v 1.1.2.1 2001/07/09 23:30:07 obrien Exp $"; #endif #include <stdio.h> diff --git a/lib/libc/string/strspn.3 b/lib/libc/string/strspn.3 index 17ab817cd2dd..f294bdfabcda 100644 --- a/lib/libc/string/strspn.3 +++ b/lib/libc/string/strspn.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strspn.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/strspn.3,v 1.4.2.4 2001/12/14 18:33:59 ru Exp $ .\" .Dd June 4, 1993 .Dt STRSPN 3 diff --git a/lib/libc/string/strspn.c b/lib/libc/string/strspn.c index eb118e2aa8dd..981ae96590f7 100644 --- a/lib/libc/string/strspn.c +++ b/lib/libc/string/strspn.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)strspn.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/strspn.c,v 1.1.1.1.14.1 2001/07/09 23:30:07 obrien Exp $"; #endif #include <sys/cdefs.h> diff --git a/lib/libc/string/strstr.3 b/lib/libc/string/strstr.3 index 16c6db20fa75..0aaf032ce671 100644 --- a/lib/libc/string/strstr.3 +++ b/lib/libc/string/strstr.3 @@ -35,7 +35,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strstr.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/strstr.3,v 1.3.2.5 2001/12/25 00:36:53 ache Exp $ .\" .Dd October 11, 2001 .Dt STRSTR 3 diff --git a/lib/libc/string/strstr.c b/lib/libc/string/strstr.c index aaa648619545..6707f19a7b5a 100644 --- a/lib/libc/string/strstr.c +++ b/lib/libc/string/strstr.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)strstr.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/strstr.c,v 1.1.1.1.14.1 2001/07/09 23:30:07 obrien Exp $"; #endif #include <sys/cdefs.h> diff --git a/lib/libc/string/strtok.3 b/lib/libc/string/strtok.3 index b9a8a1d29657..357e19a109a7 100644 --- a/lib/libc/string/strtok.3 +++ b/lib/libc/string/strtok.3 @@ -48,7 +48,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strtok.3 8.2 (Berkeley) 2/3/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/strtok.3,v 1.10.2.8 2001/12/14 18:33:59 ru Exp $ .\" .Dd November 27, 1998 .Dt STRTOK 3 diff --git a/lib/libc/string/strtok.c b/lib/libc/string/strtok.c index 6af352970484..1dfa6ad186f9 100644 --- a/lib/libc/string/strtok.c +++ b/lib/libc/string/strtok.c @@ -43,7 +43,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/strtok.c,v 1.2.6.1 2001/07/09 23:30:07 obrien Exp $"; #endif #include <stddef.h> diff --git a/lib/libc/string/strxfrm.3 b/lib/libc/string/strxfrm.3 index e3efbd835a04..c2299ded25eb 100644 --- a/lib/libc/string/strxfrm.3 +++ b/lib/libc/string/strxfrm.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strxfrm.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/strxfrm.3,v 1.11.2.3 2001/12/14 18:33:59 ru Exp $ .\" .Dd June 4, 1993 .Dt STRXFRM 3 diff --git a/lib/libc/string/strxfrm.c b/lib/libc/string/strxfrm.c index 31922cf412fe..7efeb0ccb6fb 100644 --- a/lib/libc/string/strxfrm.c +++ b/lib/libc/string/strxfrm.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/strxfrm.c,v 1.11.2.1 2001/07/09 23:30:07 obrien Exp $"; #endif #include <stdlib.h> diff --git a/lib/libc/string/swab.3 b/lib/libc/string/swab.3 index 14b5148c9772..0ba0a9abef54 100644 --- a/lib/libc/string/swab.3 +++ b/lib/libc/string/swab.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)swab.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/swab.3,v 1.4.2.2 2001/12/14 18:33:59 ru Exp $ .\" .Dd June 4, 1993 .Dt SWAB 3 diff --git a/lib/libc/string/swab.c b/lib/libc/string/swab.c index da850868aa79..c98575bef03c 100644 --- a/lib/libc/string/swab.c +++ b/lib/libc/string/swab.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)swab.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/swab.c,v 1.1.1.1.14.1 2001/07/09 23:30:07 obrien Exp $"; #endif #include <string.h> diff --git a/lib/libc/string/wcscat.c b/lib/libc/string/wcscat.c index 861822bb092e..4832f03b8f65 100644 --- a/lib/libc/string/wcscat.c +++ b/lib/libc/string/wcscat.c @@ -32,7 +32,7 @@ __RCSID("$NetBSD: wcscat.c,v 1.1 2000/12/23 23:14:36 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/wcscat.c,v 1.3.2.1 2001/07/11 23:48:38 obrien Exp $"; #endif #include <assert.h> diff --git a/lib/libc/string/wcschr.c b/lib/libc/string/wcschr.c index 6eebfbacf63a..4ae137ad173d 100644 --- a/lib/libc/string/wcschr.c +++ b/lib/libc/string/wcschr.c @@ -32,7 +32,7 @@ __RCSID("$NetBSD: wcschr.c,v 1.1 2000/12/23 23:14:36 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/wcschr.c,v 1.3.2.1 2001/07/11 23:48:38 obrien Exp $"; #endif #include <assert.h> diff --git a/lib/libc/string/wcscmp.c b/lib/libc/string/wcscmp.c index dcf9b57e7357..f3b75f927f49 100644 --- a/lib/libc/string/wcscmp.c +++ b/lib/libc/string/wcscmp.c @@ -44,7 +44,7 @@ __RCSID("$NetBSD$"); #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/wcscmp.c,v 1.3.2.1 2001/07/11 23:48:38 obrien Exp $"; #endif #include <assert.h> diff --git a/lib/libc/string/wcscpy.c b/lib/libc/string/wcscpy.c index d05804af1431..ff1ce8502c71 100644 --- a/lib/libc/string/wcscpy.c +++ b/lib/libc/string/wcscpy.c @@ -32,7 +32,7 @@ __RCSID("$NetBSD: wcscpy.c,v 1.1 2000/12/23 23:14:36 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/wcscpy.c,v 1.3.2.1 2001/07/11 23:48:38 obrien Exp $"; #endif #include <assert.h> diff --git a/lib/libc/string/wcscspn.c b/lib/libc/string/wcscspn.c index 7309574625c8..e3206805bc2b 100644 --- a/lib/libc/string/wcscspn.c +++ b/lib/libc/string/wcscspn.c @@ -32,7 +32,7 @@ __RCSID("$NetBSD: wcscspn.c,v 1.1 2000/12/23 23:14:36 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/wcscspn.c,v 1.3.2.1 2001/07/11 23:48:38 obrien Exp $"; #endif #include <assert.h> diff --git a/lib/libc/string/wcslcat.c b/lib/libc/string/wcslcat.c index 3634bfd5be3a..42a493e467c3 100644 --- a/lib/libc/string/wcslcat.c +++ b/lib/libc/string/wcslcat.c @@ -33,7 +33,7 @@ __RCSID("$NetBSD: wcslcat.c,v 1.1 2000/12/23 23:14:36 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/wcslcat.c,v 1.3.2.1 2001/07/11 23:48:38 obrien Exp $"; #endif #include <sys/types.h> diff --git a/lib/libc/string/wcslcpy.c b/lib/libc/string/wcslcpy.c index 240feb4b5bd3..ef22e7fe40c2 100644 --- a/lib/libc/string/wcslcpy.c +++ b/lib/libc/string/wcslcpy.c @@ -33,7 +33,7 @@ __RCSID("$NetBSD: wcslcpy.c,v 1.1 2000/12/23 23:14:36 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/wcslcpy.c,v 1.3.2.1 2001/07/11 23:48:38 obrien Exp $"; #endif #include <sys/types.h> diff --git a/lib/libc/string/wcslen.c b/lib/libc/string/wcslen.c index 8e3039510b8b..9c5a33255358 100644 --- a/lib/libc/string/wcslen.c +++ b/lib/libc/string/wcslen.c @@ -32,7 +32,7 @@ __RCSID("$NetBSD: wcslen.c,v 1.1 2000/12/23 23:14:36 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/wcslen.c,v 1.3.2.1 2001/07/11 23:48:38 obrien Exp $"; #endif #include <assert.h> diff --git a/lib/libc/string/wcsncat.c b/lib/libc/string/wcsncat.c index 8d98bdb44293..87b039a409d3 100644 --- a/lib/libc/string/wcsncat.c +++ b/lib/libc/string/wcsncat.c @@ -32,7 +32,7 @@ __RCSID("$NetBSD: wcsncat.c,v 1.1 2000/12/23 23:14:36 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/wcsncat.c,v 1.3.2.1 2001/07/11 23:48:38 obrien Exp $"; #endif #include <assert.h> diff --git a/lib/libc/string/wcsncmp.c b/lib/libc/string/wcsncmp.c index bc1abe7ecbbf..2b7d732471bb 100644 --- a/lib/libc/string/wcsncmp.c +++ b/lib/libc/string/wcsncmp.c @@ -41,7 +41,7 @@ __RCSID("$NetBSD$"); #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/wcsncmp.c,v 1.3.2.1 2001/07/11 23:48:38 obrien Exp $"; #endif #include <assert.h> diff --git a/lib/libc/string/wcsncpy.c b/lib/libc/string/wcsncpy.c index 907344b56771..b85d267da132 100644 --- a/lib/libc/string/wcsncpy.c +++ b/lib/libc/string/wcsncpy.c @@ -32,7 +32,7 @@ __RCSID("$NetBSD: wcsncpy.c,v 1.1 2000/12/23 23:14:36 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/wcsncpy.c,v 1.3.2.1 2001/07/11 23:48:38 obrien Exp $"; #endif #include <assert.h> diff --git a/lib/libc/string/wcspbrk.c b/lib/libc/string/wcspbrk.c index 2808ed25a278..2ea42dbe873d 100644 --- a/lib/libc/string/wcspbrk.c +++ b/lib/libc/string/wcspbrk.c @@ -32,7 +32,7 @@ __RCSID("$NetBSD: wcspbrk.c,v 1.1 2000/12/23 23:14:37 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/wcspbrk.c,v 1.3.2.1 2001/07/11 23:48:38 obrien Exp $"; #endif #include <assert.h> diff --git a/lib/libc/string/wcsrchr.c b/lib/libc/string/wcsrchr.c index 4dc9b4bf7bb3..3f87a86a39b4 100644 --- a/lib/libc/string/wcsrchr.c +++ b/lib/libc/string/wcsrchr.c @@ -32,7 +32,7 @@ __RCSID("$NetBSD: wcsrchr.c,v 1.1 2000/12/23 23:14:37 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/wcsrchr.c,v 1.3.2.1 2001/07/11 23:48:38 obrien Exp $"; #endif #include <assert.h> diff --git a/lib/libc/string/wcsspn.c b/lib/libc/string/wcsspn.c index dcdb9bf640c1..1a3b2bdcce69 100644 --- a/lib/libc/string/wcsspn.c +++ b/lib/libc/string/wcsspn.c @@ -32,7 +32,7 @@ __RCSID("$NetBSD: wcsspn.c,v 1.1 2000/12/23 23:14:37 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/wcsspn.c,v 1.3.2.2 2001/11/27 13:39:22 des Exp $"; #endif #include <assert.h> diff --git a/lib/libc/string/wcsstr.c b/lib/libc/string/wcsstr.c index 1e4cf215ba69..8c59fad6ba08 100644 --- a/lib/libc/string/wcsstr.c +++ b/lib/libc/string/wcsstr.c @@ -32,7 +32,7 @@ __RCSID("$NetBSD: wcsstr.c,v 1.1 2000/12/23 23:14:37 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/wcsstr.c,v 1.3.2.1 2001/07/11 23:48:38 obrien Exp $"; #endif #include <assert.h> diff --git a/lib/libc/string/wcswidth.c b/lib/libc/string/wcswidth.c index 3ad70c1422a8..7ea384ecad33 100644 --- a/lib/libc/string/wcswidth.c +++ b/lib/libc/string/wcswidth.c @@ -32,7 +32,7 @@ __RCSID("$NetBSD: wcswidth.c,v 1.1 2000/12/23 23:14:37 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/wcswidth.c,v 1.3.2.1 2001/07/11 23:48:38 obrien Exp $"; #endif #include <assert.h> diff --git a/lib/libc/string/wmemchr.3 b/lib/libc/string/wmemchr.3 index 24ed0b4be456..b2cba049104c 100644 --- a/lib/libc/string/wmemchr.3 +++ b/lib/libc/string/wmemchr.3 @@ -37,7 +37,7 @@ .\" .\" from: @(#)strcpy.3 8.1 (Berkeley) 6/4/93 .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/wmemchr.3,v 1.3.2.2 2001/12/14 18:33:59 ru Exp $ .\" .Dd December 22, 2000 .Dt WMEMCHR 3 diff --git a/lib/libc/string/wmemchr.c b/lib/libc/string/wmemchr.c index fa49a7485776..32ad1b83c66a 100644 --- a/lib/libc/string/wmemchr.c +++ b/lib/libc/string/wmemchr.c @@ -32,7 +32,7 @@ __RCSID("$NetBSD: wmemchr.c,v 1.1 2000/12/23 23:14:37 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/wmemchr.c,v 1.3.2.1 2001/07/11 23:48:38 obrien Exp $"; #endif #include <assert.h> diff --git a/lib/libc/string/wmemcmp.c b/lib/libc/string/wmemcmp.c index 158bf09a202e..4c755a10a6b9 100644 --- a/lib/libc/string/wmemcmp.c +++ b/lib/libc/string/wmemcmp.c @@ -32,7 +32,7 @@ __RCSID("$NetBSD: wmemcmp.c,v 1.1 2000/12/23 23:14:37 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/wmemcmp.c,v 1.3.2.1 2001/07/11 23:48:38 obrien Exp $"; #endif #include <assert.h> diff --git a/lib/libc/string/wmemcpy.c b/lib/libc/string/wmemcpy.c index bb8d05858501..53da5a9a2fd0 100644 --- a/lib/libc/string/wmemcpy.c +++ b/lib/libc/string/wmemcpy.c @@ -32,7 +32,7 @@ __RCSID("$NetBSD: wmemcpy.c,v 1.1 2000/12/23 23:14:37 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/wmemcpy.c,v 1.3.2.1 2001/07/11 23:48:38 obrien Exp $"; #endif #include <assert.h> diff --git a/lib/libc/string/wmemmove.c b/lib/libc/string/wmemmove.c index edf8d1d8290c..399128b1b17f 100644 --- a/lib/libc/string/wmemmove.c +++ b/lib/libc/string/wmemmove.c @@ -32,7 +32,7 @@ __RCSID("$NetBSD: wmemmove.c,v 1.1 2000/12/23 23:14:37 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/wmemmove.c,v 1.3.2.1 2001/07/11 23:48:38 obrien Exp $"; #endif #include <assert.h> diff --git a/lib/libc/string/wmemset.c b/lib/libc/string/wmemset.c index 08ce087b2931..a267b23df82e 100644 --- a/lib/libc/string/wmemset.c +++ b/lib/libc/string/wmemset.c @@ -32,7 +32,7 @@ __RCSID("$NetBSD: wmemset.c,v 1.1 2000/12/23 23:14:37 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/string/wmemset.c,v 1.3.2.1 2001/07/11 23:48:38 obrien Exp $"; #endif #include <assert.h> |