diff options
| author | mycroft <mycroft@NetBSD.org> | 1993-08-01 17:54:45 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1993-08-01 17:54:45 +0000 |
| commit | e9d867ef5010fbab8d48045c13025636f5cd7479 (patch) | |
| tree | d05864815761299c3ff4001b8ea7fef526e5273f /lib/libc/string | |
| parent | 55b7fa6d0b1423be9f9ec5d5c060fa5e9982861e (diff) | |
Add RCS identifiers.
Diffstat (limited to 'lib/libc/string')
30 files changed, 60 insertions, 30 deletions
diff --git a/lib/libc/string/bcmp.c b/lib/libc/string/bcmp.c index 9fd53380d88..3c98f711139 100644 --- a/lib/libc/string/bcmp.c +++ b/lib/libc/string/bcmp.c @@ -32,7 +32,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)bcmp.c 5.6 (Berkeley) 2/24/91"; +/*static char sccsid[] = "from: @(#)bcmp.c 5.6 (Berkeley) 2/24/91";*/ +static char rcsid[] = "$Id: bcmp.c,v 1.2 1993/08/01 18:36:39 mycroft Exp $"; #endif /* LIBC_SCCS and not lint */ #include <string.h> diff --git a/lib/libc/string/bcopy.c b/lib/libc/string/bcopy.c index 9e9acbf6807..8e31049bdcd 100644 --- a/lib/libc/string/bcopy.c +++ b/lib/libc/string/bcopy.c @@ -35,7 +35,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)bcopy.c 5.11 (Berkeley) 6/21/91"; +/*static char sccsid[] = "from: @(#)bcopy.c 5.11 (Berkeley) 6/21/91";*/ +static char rcsid[] = "$Id: bcopy.c,v 1.2 1993/08/01 18:36:38 mycroft Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> diff --git a/lib/libc/string/bzero.c b/lib/libc/string/bzero.c index 2027351d715..74ce6473b93 100644 --- a/lib/libc/string/bzero.c +++ b/lib/libc/string/bzero.c @@ -32,7 +32,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)bzero.c 5.7 (Berkeley) 2/24/91"; +/*static char sccsid[] = "from: @(#)bzero.c 5.7 (Berkeley) 2/24/91";*/ +static char rcsid[] = "$Id: bzero.c,v 1.2 1993/08/01 18:36:37 mycroft Exp $"; #endif /* LIBC_SCCS and not lint */ #include <string.h> diff --git a/lib/libc/string/ffs.c b/lib/libc/string/ffs.c index f3a2eb3a565..e6d6bf91aae 100644 --- a/lib/libc/string/ffs.c +++ b/lib/libc/string/ffs.c @@ -32,7 +32,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)ffs.c 5.4 (Berkeley) 5/17/90"; +/*static char sccsid[] = "from: @(#)ffs.c 5.4 (Berkeley) 5/17/90";*/ +static char rcsid[] = "$Id: ffs.c,v 1.2 1993/08/01 18:36:36 mycroft Exp $"; #endif /* LIBC_SCCS and not lint */ #include <string.h> diff --git a/lib/libc/string/index.c b/lib/libc/string/index.c index 87ba01e5c08..87323baa99f 100644 --- a/lib/libc/string/index.c +++ b/lib/libc/string/index.c @@ -32,7 +32,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)index.c 5.7 (Berkeley) 2/24/91"; +/*static char sccsid[] = "from: @(#)index.c 5.7 (Berkeley) 2/24/91";*/ +static char rcsid[] = "$Id: index.c,v 1.2 1993/08/01 18:36:35 mycroft Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> diff --git a/lib/libc/string/memccpy.c b/lib/libc/string/memccpy.c index d33fd6e2c52..3959457971b 100644 --- a/lib/libc/string/memccpy.c +++ b/lib/libc/string/memccpy.c @@ -40,7 +40,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)memccpy.c 5.8 (Berkeley) 5/30/91"; +/*static char sccsid[] = "from: @(#)memccpy.c 5.8 (Berkeley) 5/30/91";*/ +static char rcsid[] = "$Id: memccpy.c,v 1.3 1993/08/01 18:36:34 mycroft Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> diff --git a/lib/libc/string/memchr.c b/lib/libc/string/memchr.c index 51d7dfedf51..9fd9465eeef 100644 --- a/lib/libc/string/memchr.c +++ b/lib/libc/string/memchr.c @@ -35,7 +35,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)memchr.c 5.6 (Berkeley) 1/26/91"; +/*static char sccsid[] = "from: @(#)memchr.c 5.6 (Berkeley) 1/26/91";*/ +static char rcsid[] = "$Id: memchr.c,v 1.2 1993/08/01 18:36:33 mycroft Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> diff --git a/lib/libc/string/memcmp.c b/lib/libc/string/memcmp.c index d6da33d5324..2f8bae8c1e2 100644 --- a/lib/libc/string/memcmp.c +++ b/lib/libc/string/memcmp.c @@ -35,7 +35,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)memcmp.c 5.6 (Berkeley) 1/26/91"; +/*static char sccsid[] = "from: @(#)memcmp.c 5.6 (Berkeley) 1/26/91";*/ +static char rcsid[] = "$Id: memcmp.c,v 1.2 1993/08/01 18:36:32 mycroft Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> diff --git a/lib/libc/string/memset.c b/lib/libc/string/memset.c index ff662fb59e1..d5f3802d41e 100644 --- a/lib/libc/string/memset.c +++ b/lib/libc/string/memset.c @@ -35,7 +35,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)memset.c 5.6 (Berkeley) 1/26/91"; +/*static char sccsid[] = "from: @(#)memset.c 5.6 (Berkeley) 1/26/91";*/ +static char rcsid[] = "$Id: memset.c,v 1.2 1993/08/01 18:36:31 mycroft Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> diff --git a/lib/libc/string/rindex.c b/lib/libc/string/rindex.c index 51b4729a302..e510b7b7b38 100644 --- a/lib/libc/string/rindex.c +++ b/lib/libc/string/rindex.c @@ -32,7 +32,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)rindex.c 5.9 (Berkeley) 2/24/91"; +/*static char sccsid[] = "from: @(#)rindex.c 5.9 (Berkeley) 2/24/91";*/ +static char rcsid[] = "$Id: rindex.c,v 1.2 1993/08/01 18:36:30 mycroft Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stddef.h> diff --git a/lib/libc/string/strcasecmp.c b/lib/libc/string/strcasecmp.c index 030c6c1e793..b88a4d997be 100644 --- a/lib/libc/string/strcasecmp.c +++ b/lib/libc/string/strcasecmp.c @@ -35,7 +35,8 @@ #include <string.h> #if defined(LIBC_SCCS) && !defined(lint) -static const char sccsid[] = "@(#)strcasecmp.c 5.10 (Berkeley) 1/26/91"; +/*static const char sccsid[] = "from: @(#)strcasecmp.c 5.10 (Berkeley) 1/26/91";*/ +static char rcsid[] = "$Id: strcasecmp.c,v 1.2 1993/08/01 18:36:29 mycroft Exp $"; #endif /* LIBC_SCCS and not lint */ typedef unsigned char u_char; diff --git a/lib/libc/string/strcat.c b/lib/libc/string/strcat.c index 0ecf606cae2..b909950a129 100644 --- a/lib/libc/string/strcat.c +++ b/lib/libc/string/strcat.c @@ -32,7 +32,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)strcat.c 5.6 (Berkeley) 2/24/91"; +/*static char sccsid[] = "from: @(#)strcat.c 5.6 (Berkeley) 2/24/91";*/ +static char rcsid[] = "$Id: strcat.c,v 1.2 1993/08/01 18:36:29 mycroft Exp $"; #endif /* LIBC_SCCS and not lint */ #include <string.h> diff --git a/lib/libc/string/strcmp.c b/lib/libc/string/strcmp.c index 32fb6bea3da..a220ebcacbd 100644 --- a/lib/libc/string/strcmp.c +++ b/lib/libc/string/strcmp.c @@ -35,7 +35,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)strcmp.c 5.5 (Berkeley) 1/26/91"; +/*static char sccsid[] = "from: @(#)strcmp.c 5.5 (Berkeley) 1/26/91";*/ +static char rcsid[] = "$Id: strcmp.c,v 1.2 1993/08/01 18:36:28 mycroft Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> diff --git a/lib/libc/string/strcoll.c b/lib/libc/string/strcoll.c index 25fb12b4b39..c222b74b5d0 100644 --- a/lib/libc/string/strcoll.c +++ b/lib/libc/string/strcoll.c @@ -35,7 +35,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)strcoll.c 5.2 (Berkeley) 1/26/91"; +/*static char sccsid[] = "from: @(#)strcoll.c 5.2 (Berkeley) 1/26/91";*/ +static char rcsid[] = "$Id: strcoll.c,v 1.2 1993/08/01 18:36:27 mycroft Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> diff --git a/lib/libc/string/strcpy.c b/lib/libc/string/strcpy.c index ed27ddceaab..f97e9439fa0 100644 --- a/lib/libc/string/strcpy.c +++ b/lib/libc/string/strcpy.c @@ -32,7 +32,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)strcpy.c 5.7 (Berkeley) 2/24/91"; +/*static char sccsid[] = "from: @(#)strcpy.c 5.7 (Berkeley) 2/24/91";*/ +static char rcsid[] = "$Id: strcpy.c,v 1.2 1993/08/01 18:36:26 mycroft Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> diff --git a/lib/libc/string/strcspn.c b/lib/libc/string/strcspn.c index 34da34b5b9a..d8ee836ec94 100644 --- a/lib/libc/string/strcspn.c +++ b/lib/libc/string/strcspn.c @@ -35,7 +35,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)strcspn.c 5.6 (Berkeley) 1/26/91"; +/*static char sccsid[] = "from: @(#)strcspn.c 5.6 (Berkeley) 1/26/91";*/ +static char rcsid[] = "$Id: strcspn.c,v 1.2 1993/08/01 18:36:25 mycroft Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> diff --git a/lib/libc/string/strdup.c b/lib/libc/string/strdup.c index b8a557bad8d..dfc0b1c0626 100644 --- a/lib/libc/string/strdup.c +++ b/lib/libc/string/strdup.c @@ -32,7 +32,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)strdup.c 5.4 (Berkeley) 2/24/91"; +/*static char sccsid[] = "from: @(#)strdup.c 5.4 (Berkeley) 2/24/91";*/ +static char rcsid[] = "$Id: strdup.c,v 1.2 1993/08/01 18:36:24 mycroft Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stddef.h> diff --git a/lib/libc/string/strftime.c b/lib/libc/string/strftime.c index f50cd49486f..b867567fac0 100644 --- a/lib/libc/string/strftime.c +++ b/lib/libc/string/strftime.c @@ -32,7 +32,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)strftime.c 5.11 (Berkeley) 2/24/91"; +/*static char sccsid[] = "from: @(#)strftime.c 5.11 (Berkeley) 2/24/91";*/ +static char rcsid[] = "$Id: strftime.c,v 1.2 1993/08/01 18:36:23 mycroft Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/string/strlen.c b/lib/libc/string/strlen.c index 6cd9bcbbd93..4ce3e74d295 100644 --- a/lib/libc/string/strlen.c +++ b/lib/libc/string/strlen.c @@ -32,7 +32,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)strlen.c 5.5 (Berkeley) 1/26/91"; +/*static char sccsid[] = "from: @(#)strlen.c 5.5 (Berkeley) 1/26/91";*/ +static char rcsid[] = "$Id: strlen.c,v 1.2 1993/08/01 18:36:22 mycroft Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> diff --git a/lib/libc/string/strmode.c b/lib/libc/string/strmode.c index 58d59bdd43a..b80d422924d 100644 --- a/lib/libc/string/strmode.c +++ b/lib/libc/string/strmode.c @@ -32,7 +32,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)strmode.c 5.3 (Berkeley) 5/18/90"; +/*static char sccsid[] = "from: @(#)strmode.c 5.3 (Berkeley) 5/18/90";*/ +static char rcsid[] = "$Id: strmode.c,v 1.2 1993/08/01 18:36:21 mycroft Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> diff --git a/lib/libc/string/strncat.c b/lib/libc/string/strncat.c index 32919a42a7c..837c5734ab6 100644 --- a/lib/libc/string/strncat.c +++ b/lib/libc/string/strncat.c @@ -35,7 +35,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)strncat.c 5.6 (Berkeley) 1/26/91"; +/*static char sccsid[] = "from: @(#)strncat.c 5.6 (Berkeley) 1/26/91";*/ +static char rcsid[] = "$Id: strncat.c,v 1.2 1993/08/01 18:36:20 mycroft Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> diff --git a/lib/libc/string/strncmp.c b/lib/libc/string/strncmp.c index 8cd047a6f35..c33161b4ca8 100644 --- a/lib/libc/string/strncmp.c +++ b/lib/libc/string/strncmp.c @@ -32,7 +32,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)strncmp.c 5.6 (Berkeley) 1/26/91"; +/*static char sccsid[] = "from: @(#)strncmp.c 5.6 (Berkeley) 1/26/91";*/ +static char rcsid[] = "$Id: strncmp.c,v 1.2 1993/08/01 18:36:19 mycroft Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> diff --git a/lib/libc/string/strncpy.c b/lib/libc/string/strncpy.c index 4e99845ea79..3a37ae85291 100644 --- a/lib/libc/string/strncpy.c +++ b/lib/libc/string/strncpy.c @@ -35,7 +35,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)strncpy.c 5.6 (Berkeley) 1/26/91"; +/*static char sccsid[] = "from: @(#)strncpy.c 5.6 (Berkeley) 1/26/91";*/ +static char rcsid[] = "$Id: strncpy.c,v 1.2 1993/08/01 18:36:18 mycroft Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> diff --git a/lib/libc/string/strpbrk.c b/lib/libc/string/strpbrk.c index 1308692d0f6..179cccc79f1 100644 --- a/lib/libc/string/strpbrk.c +++ b/lib/libc/string/strpbrk.c @@ -32,7 +32,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)strpbrk.c 5.8 (Berkeley) 1/26/91"; +/*static char sccsid[] = "from: @(#)strpbrk.c 5.8 (Berkeley) 1/26/91";*/ +static char rcsid[] = "$Id: strpbrk.c,v 1.2 1993/08/01 18:36:17 mycroft Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> diff --git a/lib/libc/string/strsep.c b/lib/libc/string/strsep.c index d6a2243fc18..7c006b1cb94 100644 --- a/lib/libc/string/strsep.c +++ b/lib/libc/string/strsep.c @@ -36,7 +36,8 @@ #include <stdio.h> #if defined(LIBC_SCCS) && !defined(lint) -static const char sccsid[] = "@(#)strsep.c 5.4 (Berkeley) 1/26/91"; +/*static const char sccsid[] = "from: @(#)strsep.c 5.4 (Berkeley) 1/26/91";*/ +static char rcsid[] = "$Id: strsep.c,v 1.2 1993/08/01 18:36:16 mycroft Exp $"; #endif /* LIBC_SCCS and not lint */ /* diff --git a/lib/libc/string/strspn.c b/lib/libc/string/strspn.c index 4e34e24a6ee..d4ad7c1e466 100644 --- a/lib/libc/string/strspn.c +++ b/lib/libc/string/strspn.c @@ -32,7 +32,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)strspn.c 5.8 (Berkeley) 1/26/91"; +/*static char sccsid[] = "from: @(#)strspn.c 5.8 (Berkeley) 1/26/91";*/ +static char rcsid[] = "$Id: strspn.c,v 1.2 1993/08/01 18:36:44 mycroft Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> diff --git a/lib/libc/string/strstr.c b/lib/libc/string/strstr.c index cab8659d86e..402673b6297 100644 --- a/lib/libc/string/strstr.c +++ b/lib/libc/string/strstr.c @@ -35,7 +35,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)strstr.c 5.2 (Berkeley) 1/26/91"; +/*static char sccsid[] = "from: @(#)strstr.c 5.2 (Berkeley) 1/26/91";*/ +static char rcsid[] = "$Id: strstr.c,v 1.2 1993/08/01 18:36:42 mycroft Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> diff --git a/lib/libc/string/strtok.c b/lib/libc/string/strtok.c index b148ef87978..957fafc7a89 100644 --- a/lib/libc/string/strtok.c +++ b/lib/libc/string/strtok.c @@ -32,7 +32,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)strtok.c 5.8 (Berkeley) 2/24/91"; +/*static char sccsid[] = "from: @(#)strtok.c 5.8 (Berkeley) 2/24/91";*/ +static char rcsid[] = "$Id: strtok.c,v 1.2 1993/08/01 18:36:41 mycroft Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stddef.h> diff --git a/lib/libc/string/strxfrm.c b/lib/libc/string/strxfrm.c index d5e6b31b648..d5b5ec0c1c5 100644 --- a/lib/libc/string/strxfrm.c +++ b/lib/libc/string/strxfrm.c @@ -35,7 +35,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)strxfrm.c 5.2 (Berkeley) 1/26/91"; +/*static char sccsid[] = "from: @(#)strxfrm.c 5.2 (Berkeley) 1/26/91";*/ +static char rcsid[] = "$Id: strxfrm.c,v 1.2 1993/08/01 18:36:40 mycroft Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> diff --git a/lib/libc/string/swab.c b/lib/libc/string/swab.c index b0503c589c6..c045b978fb0 100644 --- a/lib/libc/string/swab.c +++ b/lib/libc/string/swab.c @@ -35,7 +35,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)swab.c 5.10 (Berkeley) 3/6/91"; +/*static char sccsid[] = "from: @(#)swab.c 5.10 (Berkeley) 3/6/91";*/ +static char rcsid[] = "$Id: swab.c,v 1.2 1993/08/01 18:36:43 mycroft Exp $"; #endif /* LIBC_SCCS and not lint */ #include <string.h> |
