diff options
Diffstat (limited to 'lib/libc/string')
120 files changed, 120 insertions, 120 deletions
diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc index b0a1899009db..a3b109206496 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.44.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .PATH: ${.CURDIR}/${MACHINE_ARCH}/string ${.CURDIR}/string diff --git a/lib/libc/string/Symbol.map b/lib/libc/string/Symbol.map index 19f33824b9dd..a5f57e9ce760 100644 --- a/lib/libc/string/Symbol.map +++ b/lib/libc/string/Symbol.map @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/lib/libc/string/Symbol.map,v 1.7.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ FBSD_1.0 { diff --git a/lib/libc/string/bcmp.3 b/lib/libc/string/bcmp.3 index d043c2cc1b62..212d4e13b3e3 100644 --- a/lib/libc/string/bcmp.3 +++ b/lib/libc/string/bcmp.3 @@ -28,7 +28,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)bcmp.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/bcmp.3,v 1.11.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd June 4, 1993 .Dt BCMP 3 diff --git a/lib/libc/string/bcmp.c b/lib/libc/string/bcmp.c index 117a9a1d0cfc..897ad38464dd 100644 --- a/lib/libc/string/bcmp.c +++ b/lib/libc/string/bcmp.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)bcmp.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/bcmp.c,v 1.6.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <strings.h> diff --git a/lib/libc/string/bcopy.3 b/lib/libc/string/bcopy.3 index 23f7ac22a131..737788e7f818 100644 --- a/lib/libc/string/bcopy.3 +++ b/lib/libc/string/bcopy.3 @@ -29,7 +29,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)bcopy.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/bcopy.3,v 1.10.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd June 4, 1993 .Dt BCOPY 3 diff --git a/lib/libc/string/bcopy.c b/lib/libc/string/bcopy.c index bb1209cdc575..7e6f97ce8931 100644 --- a/lib/libc/string/bcopy.c +++ b/lib/libc/string/bcopy.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)bcopy.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/bcopy.c,v 1.7.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/types.h> diff --git a/lib/libc/string/bstring.3 b/lib/libc/string/bstring.3 index b1aef1b5f9ef..b72d952be1b3 100644 --- a/lib/libc/string/bstring.3 +++ b/lib/libc/string/bstring.3 @@ -28,7 +28,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)bstring.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/bstring.3,v 1.8.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd June 4, 1993 .Dt BSTRING 3 diff --git a/lib/libc/string/bzero.3 b/lib/libc/string/bzero.3 index bc61d82b62af..1d06d4ebb20e 100644 --- a/lib/libc/string/bzero.3 +++ b/lib/libc/string/bzero.3 @@ -29,7 +29,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)bzero.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/bzero.3,v 1.10.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd June 4, 1993 .Dt BZERO 3 diff --git a/lib/libc/string/bzero.c b/lib/libc/string/bzero.c index 201bd64f808d..8755efb2588b 100644 --- a/lib/libc/string/bzero.c +++ b/lib/libc/string/bzero.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/bzero.c,v 1.2.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #define BZERO #include "memset.c" diff --git a/lib/libc/string/ffs.3 b/lib/libc/string/ffs.3 index acb1ac88b7cd..df6f47d57010 100644 --- a/lib/libc/string/ffs.3 +++ b/lib/libc/string/ffs.3 @@ -28,7 +28,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ffs.3 8.2 (Berkeley) 4/19/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/ffs.3,v 1.13.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd October 26, 2008 .Dt FFS 3 diff --git a/lib/libc/string/ffs.c b/lib/libc/string/ffs.c index 9c3e0b3182e7..b6b7b1c4f330 100644 --- a/lib/libc/string/ffs.c +++ b/lib/libc/string/ffs.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)ffs.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/ffs.c,v 1.8.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <strings.h> diff --git a/lib/libc/string/ffsl.c b/lib/libc/string/ffsl.c index 6a25afddc57b..6d31eafcf339 100644 --- a/lib/libc/string/ffsl.c +++ b/lib/libc/string/ffsl.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/ffsl.c,v 1.4.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <strings.h> diff --git a/lib/libc/string/ffsll.c b/lib/libc/string/ffsll.c index 59e03bcb23c0..7ab6b2b24c09 100644 --- a/lib/libc/string/ffsll.c +++ b/lib/libc/string/ffsll.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/ffsll.c,v 1.1.4.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <strings.h> diff --git a/lib/libc/string/fls.c b/lib/libc/string/fls.c index 2a3a3f755a7f..aaf36810b352 100644 --- a/lib/libc/string/fls.c +++ b/lib/libc/string/fls.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/fls.c,v 1.3.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <strings.h> diff --git a/lib/libc/string/flsl.c b/lib/libc/string/flsl.c index 8f60e33edaaa..e94b2320fc71 100644 --- a/lib/libc/string/flsl.c +++ b/lib/libc/string/flsl.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/flsl.c,v 1.3.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <strings.h> diff --git a/lib/libc/string/flsll.c b/lib/libc/string/flsll.c index ab5562782d2b..338d53adb839 100644 --- a/lib/libc/string/flsll.c +++ b/lib/libc/string/flsll.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/flsll.c,v 1.1.4.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <strings.h> diff --git a/lib/libc/string/index.3 b/lib/libc/string/index.3 index 34bd9d699964..600d71b81a3c 100644 --- a/lib/libc/string/index.3 +++ b/lib/libc/string/index.3 @@ -28,7 +28,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)index.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/index.3,v 1.12.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd June 4, 1993 .Dt INDEX 3 diff --git a/lib/libc/string/index.c b/lib/libc/string/index.c index a3a317d5184e..b961addb585f 100644 --- a/lib/libc/string/index.c +++ b/lib/libc/string/index.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)index.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/index.c,v 1.8.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <stddef.h> diff --git a/lib/libc/string/memccpy.3 b/lib/libc/string/memccpy.3 index 350f0007c85c..0376b6227b65 100644 --- a/lib/libc/string/memccpy.3 +++ b/lib/libc/string/memccpy.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)memccpy.3 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/memccpy.3,v 1.7.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd June 9, 1993 .Dt MEMCCPY 3 diff --git a/lib/libc/string/memccpy.c b/lib/libc/string/memccpy.c index 539d33e4701f..823665dad835 100644 --- a/lib/libc/string/memccpy.c +++ b/lib/libc/string/memccpy.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)memccpy.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/memccpy.c,v 1.7.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <string.h> diff --git a/lib/libc/string/memchr.3 b/lib/libc/string/memchr.3 index ae883bf0a266..cb46d1ccb163 100644 --- a/lib/libc/string/memchr.3 +++ b/lib/libc/string/memchr.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)memchr.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/memchr.3,v 1.12.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd April 9, 2008 .Dt MEMCHR 3 diff --git a/lib/libc/string/memchr.c b/lib/libc/string/memchr.c index d98d85317e5a..8851a1a2f886 100644 --- a/lib/libc/string/memchr.c +++ b/lib/libc/string/memchr.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)memchr.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/memchr.c,v 1.8.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <string.h> diff --git a/lib/libc/string/memcmp.3 b/lib/libc/string/memcmp.3 index 507b930cbc6b..0e55e0196cc2 100644 --- a/lib/libc/string/memcmp.3 +++ b/lib/libc/string/memcmp.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)memcmp.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/memcmp.3,v 1.10.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd June 4, 1993 .Dt MEMCMP 3 diff --git a/lib/libc/string/memcmp.c b/lib/libc/string/memcmp.c index 4a1b66e6548b..940a75989008 100644 --- a/lib/libc/string/memcmp.c +++ b/lib/libc/string/memcmp.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)memcmp.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/memcmp.c,v 1.6.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <string.h> diff --git a/lib/libc/string/memcpy.3 b/lib/libc/string/memcpy.3 index 3f2e2ddf7586..269f4ab510fb 100644 --- a/lib/libc/string/memcpy.3 +++ b/lib/libc/string/memcpy.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)memcpy.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/memcpy.3,v 1.9.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd June 4, 1993 .Dt MEMCPY 3 diff --git a/lib/libc/string/memcpy.c b/lib/libc/string/memcpy.c index ed03856e54b4..eb65fe3502f1 100644 --- a/lib/libc/string/memcpy.c +++ b/lib/libc/string/memcpy.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/memcpy.c,v 1.2.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #define MEMCOPY #include "bcopy.c" diff --git a/lib/libc/string/memmem.3 b/lib/libc/string/memmem.3 index 73c267c14c10..13579d1b83bf 100644 --- a/lib/libc/string/memmem.3 +++ b/lib/libc/string/memmem.3 @@ -24,7 +24,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/memmem.3,v 1.3.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd August 24, 2005 .Dt MEMMEM 3 diff --git a/lib/libc/string/memmem.c b/lib/libc/string/memmem.c index 72e6517e7b4d..7bba21c3e80e 100644 --- a/lib/libc/string/memmem.c +++ b/lib/libc/string/memmem.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/memmem.c,v 1.2.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <string.h> diff --git a/lib/libc/string/memmove.3 b/lib/libc/string/memmove.3 index 8a1d52bcd959..22c7a216531e 100644 --- a/lib/libc/string/memmove.3 +++ b/lib/libc/string/memmove.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)memmove.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/memmove.3,v 1.8.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd June 4, 1993 .Dt MEMMOVE 3 diff --git a/lib/libc/string/memmove.c b/lib/libc/string/memmove.c index 05cf75a2ce6a..c7af9d40c1bd 100644 --- a/lib/libc/string/memmove.c +++ b/lib/libc/string/memmove.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/memmove.c,v 1.2.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #define MEMMOVE #include "bcopy.c" diff --git a/lib/libc/string/memrchr.c b/lib/libc/string/memrchr.c index f477bc356491..b2ce2d2c8e37 100644 --- a/lib/libc/string/memrchr.c +++ b/lib/libc/string/memrchr.c @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libc/string/memrchr.c,v 1.1.6.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <string.h> diff --git a/lib/libc/string/memset.3 b/lib/libc/string/memset.3 index 1dc287df298b..0108a3735b03 100644 --- a/lib/libc/string/memset.3 +++ b/lib/libc/string/memset.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)memset.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/memset.3,v 1.9.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd June 4, 1993 .Dt MEMSET 3 diff --git a/lib/libc/string/memset.c b/lib/libc/string/memset.c index 89f7e45a9be8..3e02c8e1ade5 100644 --- a/lib/libc/string/memset.c +++ b/lib/libc/string/memset.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)memset.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/memset.c,v 1.9.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/types.h> diff --git a/lib/libc/string/rindex.c b/lib/libc/string/rindex.c index 9fd0bdcf111d..ef113a9fc717 100644 --- a/lib/libc/string/rindex.c +++ b/lib/libc/string/rindex.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)rindex.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/rindex.c,v 1.8.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <stddef.h> diff --git a/lib/libc/string/stpcpy.c b/lib/libc/string/stpcpy.c index beb115948d8a..c73662b22bd2 100644 --- a/lib/libc/string/stpcpy.c +++ b/lib/libc/string/stpcpy.c @@ -33,7 +33,7 @@ static char sccsid[] = "@(#)strcpy.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/stpcpy.c,v 1.2.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <string.h> diff --git a/lib/libc/string/stpncpy.c b/lib/libc/string/stpncpy.c index df70dc608cce..9cdd6b2ca38f 100644 --- a/lib/libc/string/stpncpy.c +++ b/lib/libc/string/stpncpy.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/stpncpy.c,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <string.h> diff --git a/lib/libc/string/strcasecmp.3 b/lib/libc/string/strcasecmp.3 index 2b2ef3e4674a..86ef1d81f377 100644 --- a/lib/libc/string/strcasecmp.3 +++ b/lib/libc/string/strcasecmp.3 @@ -28,7 +28,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strcasecmp.3 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/strcasecmp.3,v 1.13.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd June 9, 1993 .Dt STRCASECMP 3 diff --git a/lib/libc/string/strcasecmp.c b/lib/libc/string/strcasecmp.c index 4a474fee24a7..c77562a321d9 100644 --- a/lib/libc/string/strcasecmp.c +++ b/lib/libc/string/strcasecmp.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)strcasecmp.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/strcasecmp.c,v 1.8.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <strings.h> #include <ctype.h> diff --git a/lib/libc/string/strcasestr.c b/lib/libc/string/strcasestr.c index 9b28bf569a4d..9e0c9ce35b05 100644 --- a/lib/libc/string/strcasestr.c +++ b/lib/libc/string/strcasestr.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/strcasestr.c,v 1.5.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <ctype.h> #include <string.h> diff --git a/lib/libc/string/strcat.3 b/lib/libc/string/strcat.3 index 4c9fec9acbed..ae1f3ade804c 100644 --- a/lib/libc/string/strcat.3 +++ b/lib/libc/string/strcat.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strcat.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/strcat.3,v 1.16.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd December 1, 2009 .Dt STRCAT 3 diff --git a/lib/libc/string/strcat.c b/lib/libc/string/strcat.c index 1578276c1724..a72733a8aea1 100644 --- a/lib/libc/string/strcat.c +++ b/lib/libc/string/strcat.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)strcat.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/strcat.c,v 1.8.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <string.h> diff --git a/lib/libc/string/strchr.3 b/lib/libc/string/strchr.3 index 984eb065dd68..c1d41ceb10c7 100644 --- a/lib/libc/string/strchr.3 +++ b/lib/libc/string/strchr.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strchr.3 8.2 (Berkeley) 4/19/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/strchr.3,v 1.14.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd April 19, 1994 .Dt STRCHR 3 diff --git a/lib/libc/string/strchr.c b/lib/libc/string/strchr.c index 1d82abe86fd5..975396bf66db 100644 --- a/lib/libc/string/strchr.c +++ b/lib/libc/string/strchr.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/strchr.c,v 1.2.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #define STRCHR #include "index.c" diff --git a/lib/libc/string/strcmp.3 b/lib/libc/string/strcmp.3 index 1e13ed8b5967..6d8344e69854 100644 --- a/lib/libc/string/strcmp.3 +++ b/lib/libc/string/strcmp.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strcmp.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/strcmp.3,v 1.12.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd October 11, 2001 .Dt STRCMP 3 diff --git a/lib/libc/string/strcmp.c b/lib/libc/string/strcmp.c index 95c778dc2296..da6061c3c6f4 100644 --- a/lib/libc/string/strcmp.c +++ b/lib/libc/string/strcmp.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)strcmp.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/strcmp.c,v 1.7.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <string.h> diff --git a/lib/libc/string/strcoll.3 b/lib/libc/string/strcoll.3 index bb8b13fe5c08..ee56eec1d301 100644 --- a/lib/libc/string/strcoll.3 +++ b/lib/libc/string/strcoll.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strcoll.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/strcoll.3,v 1.14.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd June 4, 1993 .Dt STRCOLL 3 diff --git a/lib/libc/string/strcoll.c b/lib/libc/string/strcoll.c index 0da5c5730fc8..b1104bc93a61 100644 --- a/lib/libc/string/strcoll.c +++ b/lib/libc/string/strcoll.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/strcoll.c,v 1.14.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <stdlib.h> #include <string.h> diff --git a/lib/libc/string/strcpy.3 b/lib/libc/string/strcpy.3 index 157abccacbf4..33140bf926e0 100644 --- a/lib/libc/string/strcpy.3 +++ b/lib/libc/string/strcpy.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strcpy.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/strcpy.3,v 1.28.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd February 28, 2009 .Dt STRCPY 3 diff --git a/lib/libc/string/strcpy.c b/lib/libc/string/strcpy.c index fec284e22525..be3264765ba8 100644 --- a/lib/libc/string/strcpy.c +++ b/lib/libc/string/strcpy.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)strcpy.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/strcpy.c,v 1.8.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <string.h> diff --git a/lib/libc/string/strcspn.3 b/lib/libc/string/strcspn.3 index d1df19813e4a..d40ad7f156f6 100644 --- a/lib/libc/string/strcspn.3 +++ b/lib/libc/string/strcspn.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strcspn.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/strcspn.3,v 1.9.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd June 4, 1993 .Dt STRCSPN 3 diff --git a/lib/libc/string/strcspn.c b/lib/libc/string/strcspn.c index 3879a3b085c7..dcf7af50a749 100644 --- a/lib/libc/string/strcspn.c +++ b/lib/libc/string/strcspn.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/strcspn.c,v 1.5.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/types.h> #include <limits.h> diff --git a/lib/libc/string/strdup.3 b/lib/libc/string/strdup.3 index 04a2816ae6eb..9cca1f1c6d61 100644 --- a/lib/libc/string/strdup.3 +++ b/lib/libc/string/strdup.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strdup.3 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/strdup.3,v 1.15.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd December 5, 2008 .Dt STRDUP 3 diff --git a/lib/libc/string/strdup.c b/lib/libc/string/strdup.c index 570ad838527d..76c91e677bf0 100644 --- a/lib/libc/string/strdup.c +++ b/lib/libc/string/strdup.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)strdup.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/strdup.c,v 1.6.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <stddef.h> #include <stdlib.h> diff --git a/lib/libc/string/strerror.3 b/lib/libc/string/strerror.3 index 2d6d206c1095..77e7d4bc1a29 100644 --- a/lib/libc/string/strerror.3 +++ b/lib/libc/string/strerror.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strerror.3 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/strerror.3,v 1.24.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd October 12, 2004 .Dt STRERROR 3 diff --git a/lib/libc/string/strerror.c b/lib/libc/string/strerror.c index 890ed2139af8..98202f2c9825 100644 --- a/lib/libc/string/strerror.c +++ b/lib/libc/string/strerror.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)strerror.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/strerror.c,v 1.16.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #if defined(NLS) #include <nl_types.h> diff --git a/lib/libc/string/string.3 b/lib/libc/string/string.3 index b0e25a9bc2dd..faed043cb888 100644 --- a/lib/libc/string/string.3 +++ b/lib/libc/string/string.3 @@ -28,7 +28,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)string.3 8.2 (Berkeley) 12/11/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/string.3,v 1.14.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd December 11, 1993 .Dt STRING 3 diff --git a/lib/libc/string/strlcat.c b/lib/libc/string/strlcat.c index 2d13be77f131..8be7ee17d3b7 100644 --- a/lib/libc/string/strlcat.c +++ b/lib/libc/string/strlcat.c @@ -17,7 +17,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/strlcat.c,v 1.12.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/types.h> #include <string.h> diff --git a/lib/libc/string/strlcpy.3 b/lib/libc/string/strlcpy.3 index 19d36211853e..64d25a7728b9 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.16.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd June 22, 1998 .Dt STRLCPY 3 diff --git a/lib/libc/string/strlcpy.c b/lib/libc/string/strlcpy.c index 451b6df7980d..e6b92ddc5fe5 100644 --- a/lib/libc/string/strlcpy.c +++ b/lib/libc/string/strlcpy.c @@ -17,7 +17,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/strlcpy.c,v 1.11.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/types.h> #include <string.h> diff --git a/lib/libc/string/strlen.3 b/lib/libc/string/strlen.3 index bdbf4ff2fa4d..1737c9d78cb8 100644 --- a/lib/libc/string/strlen.3 +++ b/lib/libc/string/strlen.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strlen.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/strlen.3,v 1.9.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd February 28, 2009 .Dt STRLEN 3 diff --git a/lib/libc/string/strlen.c b/lib/libc/string/strlen.c index 2bc1f2b1febb..832960861bc2 100644 --- a/lib/libc/string/strlen.c +++ b/lib/libc/string/strlen.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/strlen.c,v 1.7.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/limits.h> #include <sys/types.h> diff --git a/lib/libc/string/strmode.3 b/lib/libc/string/strmode.3 index 1a072d828644..72f8b2a29fff 100644 --- a/lib/libc/string/strmode.3 +++ b/lib/libc/string/strmode.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strmode.3 8.3 (Berkeley) 7/28/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/strmode.3,v 1.11.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd July 28, 1994 .Dt STRMODE 3 diff --git a/lib/libc/string/strmode.c b/lib/libc/string/strmode.c index 3aaa77e436da..1b853e07e21e 100644 --- a/lib/libc/string/strmode.c +++ b/lib/libc/string/strmode.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)strmode.c 8.3 (Berkeley) 8/15/94"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/strmode.c,v 1.8.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/lib/libc/string/strncat.c b/lib/libc/string/strncat.c index fb2802c6110b..9dfd837e49ec 100644 --- a/lib/libc/string/strncat.c +++ b/lib/libc/string/strncat.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)strncat.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/strncat.c,v 1.7.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <string.h> diff --git a/lib/libc/string/strncmp.c b/lib/libc/string/strncmp.c index 5bc3d5e61a85..c7296a0b22ab 100644 --- a/lib/libc/string/strncmp.c +++ b/lib/libc/string/strncmp.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)strncmp.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/strncmp.c,v 1.7.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <string.h> diff --git a/lib/libc/string/strncpy.c b/lib/libc/string/strncpy.c index 980dbc7d58e8..d7c21157f721 100644 --- a/lib/libc/string/strncpy.c +++ b/lib/libc/string/strncpy.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)strncpy.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/strncpy.c,v 1.8.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <string.h> diff --git a/lib/libc/string/strndup.c b/lib/libc/string/strndup.c index 56aa6a83a2e9..afd5fa49d5e2 100644 --- a/lib/libc/string/strndup.c +++ b/lib/libc/string/strndup.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/strndup.c,v 1.1.4.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <stddef.h> #include <stdlib.h> diff --git a/lib/libc/string/strnlen.c b/lib/libc/string/strnlen.c index f44151f730dc..3f1516ab14ce 100644 --- a/lib/libc/string/strnlen.c +++ b/lib/libc/string/strnlen.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/strnlen.c,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <string.h> diff --git a/lib/libc/string/strnstr.c b/lib/libc/string/strnstr.c index 45be95d12a1d..619ba3c6a9bb 100644 --- a/lib/libc/string/strnstr.c +++ b/lib/libc/string/strnstr.c @@ -35,7 +35,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.5.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <string.h> diff --git a/lib/libc/string/strpbrk.3 b/lib/libc/string/strpbrk.3 index 7ed0ec709c71..ab4e1560edee 100644 --- a/lib/libc/string/strpbrk.3 +++ b/lib/libc/string/strpbrk.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strpbrk.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/strpbrk.3,v 1.9.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd June 4, 1993 .Dt STRPBRK 3 diff --git a/lib/libc/string/strpbrk.c b/lib/libc/string/strpbrk.c index 2069bee7233a..d04bba603d18 100644 --- a/lib/libc/string/strpbrk.c +++ b/lib/libc/string/strpbrk.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)strpbrk.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/strpbrk.c,v 1.6.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <string.h> diff --git a/lib/libc/string/strrchr.c b/lib/libc/string/strrchr.c index 11cbd31e3847..0d17458e3be1 100644 --- a/lib/libc/string/strrchr.c +++ b/lib/libc/string/strrchr.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/strrchr.c,v 1.2.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #define STRRCHR #include "rindex.c" diff --git a/lib/libc/string/strsep.3 b/lib/libc/string/strsep.3 index 9432a88380bd..f9a842ac02fd 100644 --- a/lib/libc/string/strsep.3 +++ b/lib/libc/string/strsep.3 @@ -29,7 +29,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strsep.3 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/strsep.3,v 1.16.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd December 5, 2008 .Dt STRSEP 3 diff --git a/lib/libc/string/strsep.c b/lib/libc/string/strsep.c index 670ab04ae9f8..6c2a09bc081f 100644 --- a/lib/libc/string/strsep.c +++ b/lib/libc/string/strsep.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)strsep.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/strsep.c,v 1.7.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <string.h> #include <stdio.h> diff --git a/lib/libc/string/strsignal.c b/lib/libc/string/strsignal.c index c51f34da9ebc..2c175362114d 100644 --- a/lib/libc/string/strsignal.c +++ b/lib/libc/string/strsignal.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)strerror.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/strsignal.c,v 1.8.10.2.4.1 2010/12/21 17:09:25 kensmith Exp $"); #include "namespace.h" #if defined(NLS) diff --git a/lib/libc/string/strspn.3 b/lib/libc/string/strspn.3 index 72a1d32941eb..d49fc2c1990c 100644 --- a/lib/libc/string/strspn.3 +++ b/lib/libc/string/strspn.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strspn.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/strspn.3,v 1.11.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd June 4, 1993 .Dt STRSPN 3 diff --git a/lib/libc/string/strspn.c b/lib/libc/string/strspn.c index 5dbac0a67857..68224ee61d7d 100644 --- a/lib/libc/string/strspn.c +++ b/lib/libc/string/strspn.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/strspn.c,v 1.5.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/types.h> #include <limits.h> diff --git a/lib/libc/string/strstr.3 b/lib/libc/string/strstr.3 index 74ebdff2718a..699d6d3bf352 100644 --- a/lib/libc/string/strstr.3 +++ b/lib/libc/string/strstr.3 @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strstr.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/strstr.3,v 1.15.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd October 11, 2001 .Dt STRSTR 3 diff --git a/lib/libc/string/strstr.c b/lib/libc/string/strstr.c index 82b4c5a2085e..605f62bd9ef0 100644 --- a/lib/libc/string/strstr.c +++ b/lib/libc/string/strstr.c @@ -34,7 +34,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/strstr.c,v 1.6.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <string.h> diff --git a/lib/libc/string/strtok.3 b/lib/libc/string/strtok.3 index e19579f8ece5..05cb7eb9e581 100644 --- a/lib/libc/string/strtok.3 +++ b/lib/libc/string/strtok.3 @@ -42,7 +42,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strtok.3 8.2 (Berkeley) 2/3/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/strtok.3,v 1.26.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd November 27, 1998 .Dt STRTOK 3 diff --git a/lib/libc/string/strtok.c b/lib/libc/string/strtok.c index b0c428b770ce..885a0b5b8625 100644 --- a/lib/libc/string/strtok.c +++ b/lib/libc/string/strtok.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)strtok.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/strtok.c,v 1.10.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <stddef.h> #ifdef DEBUG_STRTOK diff --git a/lib/libc/string/strxfrm.3 b/lib/libc/string/strxfrm.3 index 5f33763a22e2..ef9e4c6946c0 100644 --- a/lib/libc/string/strxfrm.3 +++ b/lib/libc/string/strxfrm.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strxfrm.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/strxfrm.3,v 1.18.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd June 4, 1993 .Dt STRXFRM 3 diff --git a/lib/libc/string/strxfrm.c b/lib/libc/string/strxfrm.c index a4c8019468d6..f1e3897219db 100644 --- a/lib/libc/string/strxfrm.c +++ b/lib/libc/string/strxfrm.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/strxfrm.c,v 1.17.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <stdlib.h> #include <string.h> diff --git a/lib/libc/string/swab.3 b/lib/libc/string/swab.3 index f8ef34ee3f3b..9c5db209ee50 100644 --- a/lib/libc/string/swab.3 +++ b/lib/libc/string/swab.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)swab.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/swab.3,v 1.10.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd December 10, 2004 .Dt SWAB 3 diff --git a/lib/libc/string/swab.c b/lib/libc/string/swab.c index 1db7d1fab00b..13555b6f40c8 100644 --- a/lib/libc/string/swab.c +++ b/lib/libc/string/swab.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)swab.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/swab.c,v 1.7.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <unistd.h> diff --git a/lib/libc/string/wcpcpy.c b/lib/libc/string/wcpcpy.c index df63d72a0463..1a58e46c2096 100644 --- a/lib/libc/string/wcpcpy.c +++ b/lib/libc/string/wcpcpy.c @@ -33,7 +33,7 @@ static char sccsid[] = "@(#)strcpy.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/wcpcpy.c,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <wchar.h> diff --git a/lib/libc/string/wcpncpy.c b/lib/libc/string/wcpncpy.c index 87b361c9737d..87b0d06e3c0c 100644 --- a/lib/libc/string/wcpncpy.c +++ b/lib/libc/string/wcpncpy.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/wcpncpy.c,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <wchar.h> diff --git a/lib/libc/string/wcscasecmp.c b/lib/libc/string/wcscasecmp.c index 01435432722c..5908b2090209 100644 --- a/lib/libc/string/wcscasecmp.c +++ b/lib/libc/string/wcscasecmp.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/wcscasecmp.c,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <wchar.h> #include <wctype.h> diff --git a/lib/libc/string/wcscat.c b/lib/libc/string/wcscat.c index 7ae4e801157a..7a7947703d59 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 */ #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/wcscat.c,v 1.9.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <wchar.h> diff --git a/lib/libc/string/wcschr.c b/lib/libc/string/wcschr.c index 1df1fe6cd520..a89c527663bd 100644 --- a/lib/libc/string/wcschr.c +++ b/lib/libc/string/wcschr.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/wcschr.c,v 1.7.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <wchar.h> diff --git a/lib/libc/string/wcscmp.c b/lib/libc/string/wcscmp.c index 2d489149d066..d10d176aae3d 100644 --- a/lib/libc/string/wcscmp.c +++ b/lib/libc/string/wcscmp.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)strcmp.c 8.1 (Berkeley) 6/4/93"; __RCSID("$NetBSD: wcscmp.c,v 1.3 2001/01/05 12:13:12 itojun Exp $"); #endif #endif /* LIBC_SCCS and not lint */ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/wcscmp.c,v 1.9.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <wchar.h> diff --git a/lib/libc/string/wcscoll.3 b/lib/libc/string/wcscoll.3 index 6a3eedbfec58..675807618d3a 100644 --- a/lib/libc/string/wcscoll.3 +++ b/lib/libc/string/wcscoll.3 @@ -31,7 +31,7 @@ .\" .\" @(#)strcoll.3 8.1 (Berkeley) 6/4/93 .\" FreeBSD: src/lib/libc/string/strcoll.3,v 1.11 2001/10/01 16:09:00 ru Exp -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/wcscoll.3,v 1.3.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd October 4, 2002 .Dt WCSCOLL 3 diff --git a/lib/libc/string/wcscoll.c b/lib/libc/string/wcscoll.c index dbfbcfa919a7..aa7ab3af00b1 100644 --- a/lib/libc/string/wcscoll.c +++ b/lib/libc/string/wcscoll.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/wcscoll.c,v 1.3.30.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <errno.h> #include <stdlib.h> diff --git a/lib/libc/string/wcscpy.c b/lib/libc/string/wcscpy.c index 0c6e1f28f711..c4046219607b 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 */ #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/wcscpy.c,v 1.9.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <wchar.h> diff --git a/lib/libc/string/wcscspn.c b/lib/libc/string/wcscspn.c index 7729dc8ab381..760fc5f1922a 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 */ #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/wcscspn.c,v 1.7.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <wchar.h> diff --git a/lib/libc/string/wcsdup.c b/lib/libc/string/wcsdup.c index 1e5db9258a05..d9178a1fa143 100644 --- a/lib/libc/string/wcsdup.c +++ b/lib/libc/string/wcsdup.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/wcsdup.c,v 1.1.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <stdlib.h> #include <wchar.h> diff --git a/lib/libc/string/wcslcat.c b/lib/libc/string/wcslcat.c index f5f1e1ee7559..219feb82ff60 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 */ #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/wcslcat.c,v 1.7.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/types.h> #include <wchar.h> diff --git a/lib/libc/string/wcslcpy.c b/lib/libc/string/wcslcpy.c index b104a0622a6e..00e739ad940f 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 */ #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/wcslcpy.c,v 1.7.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/types.h> #include <wchar.h> diff --git a/lib/libc/string/wcslen.c b/lib/libc/string/wcslen.c index ca3004e03cb9..d108f1b2773d 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 */ #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/wcslen.c,v 1.7.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <wchar.h> diff --git a/lib/libc/string/wcsncasecmp.c b/lib/libc/string/wcsncasecmp.c index a42d98c92c9c..8c9c12899f19 100644 --- a/lib/libc/string/wcsncasecmp.c +++ b/lib/libc/string/wcsncasecmp.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/wcsncasecmp.c,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <wchar.h> #include <wctype.h> diff --git a/lib/libc/string/wcsncat.c b/lib/libc/string/wcsncat.c index 44f1ff98980c..46571c37fffd 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 */ #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/wcsncat.c,v 1.8.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <wchar.h> diff --git a/lib/libc/string/wcsncmp.c b/lib/libc/string/wcsncmp.c index 86d7a51cec43..52d68af0b2cf 100644 --- a/lib/libc/string/wcsncmp.c +++ b/lib/libc/string/wcsncmp.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)strncmp.c 8.1 (Berkeley) 6/4/93"; __RCSID("$NetBSD: wcsncmp.c,v 1.3 2001/01/05 12:13:13 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/wcsncmp.c,v 1.9.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <wchar.h> diff --git a/lib/libc/string/wcsncpy.c b/lib/libc/string/wcsncpy.c index 00d986b654b2..b72a45aed600 100644 --- a/lib/libc/string/wcsncpy.c +++ b/lib/libc/string/wcsncpy.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)strncpy.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/wcsncpy.c,v 1.10.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <wchar.h> diff --git a/lib/libc/string/wcsnlen.c b/lib/libc/string/wcsnlen.c index f03cf76c05ae..9c0e36d89bb1 100644 --- a/lib/libc/string/wcsnlen.c +++ b/lib/libc/string/wcsnlen.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/wcsnlen.c,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <wchar.h> diff --git a/lib/libc/string/wcspbrk.c b/lib/libc/string/wcspbrk.c index 2ff71ba92f61..af34108c0242 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 */ #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/wcspbrk.c,v 1.7.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <wchar.h> diff --git a/lib/libc/string/wcsrchr.c b/lib/libc/string/wcsrchr.c index 37c81ec8cdb7..46766a34facc 100644 --- a/lib/libc/string/wcsrchr.c +++ b/lib/libc/string/wcsrchr.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/wcsrchr.c,v 1.7.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <wchar.h> diff --git a/lib/libc/string/wcsspn.c b/lib/libc/string/wcsspn.c index 6569206208b0..07938e6ac9bf 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 */ #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/wcsspn.c,v 1.8.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <wchar.h> diff --git a/lib/libc/string/wcsstr.c b/lib/libc/string/wcsstr.c index a9dc27bbf498..d176ce6a3530 100644 --- a/lib/libc/string/wcsstr.c +++ b/lib/libc/string/wcsstr.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)strstr.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/wcsstr.c,v 1.10.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <wchar.h> diff --git a/lib/libc/string/wcstok.3 b/lib/libc/string/wcstok.3 index 0de24d8366c8..3dfa41aebbd1 100644 --- a/lib/libc/string/wcstok.3 +++ b/lib/libc/string/wcstok.3 @@ -47,7 +47,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/wcstok.3,v 1.4.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd October 3, 2002 .Dt WCSTOK 3 diff --git a/lib/libc/string/wcstok.c b/lib/libc/string/wcstok.c index 5a77117f320e..f12ac08ffe2a 100644 --- a/lib/libc/string/wcstok.c +++ b/lib/libc/string/wcstok.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/wcstok.c,v 1.3.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <wchar.h> diff --git a/lib/libc/string/wcswidth.3 b/lib/libc/string/wcswidth.3 index 76d32ad8e4b9..e2dda482415c 100644 --- a/lib/libc/string/wcswidth.3 +++ b/lib/libc/string/wcswidth.3 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/wcswidth.3,v 1.2.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd August 20, 2002 .Dt WCSWIDTH 3 diff --git a/lib/libc/string/wcswidth.c b/lib/libc/string/wcswidth.c index b142074f1708..4fe7dd279e27 100644 --- a/lib/libc/string/wcswidth.c +++ b/lib/libc/string/wcswidth.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/wcswidth.c,v 1.7.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <wchar.h> diff --git a/lib/libc/string/wcsxfrm.3 b/lib/libc/string/wcsxfrm.3 index b5add9cebb45..fb14c9778bb1 100644 --- a/lib/libc/string/wcsxfrm.3 +++ b/lib/libc/string/wcsxfrm.3 @@ -31,7 +31,7 @@ .\" .\" @(#)strxfrm.3 8.1 (Berkeley) 6/4/93 .\" FreeBSD: src/lib/libc/string/strxfrm.3,v 1.16 2002/09/06 11:24:06 tjr Exp -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/wcsxfrm.3,v 1.3.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd October 4, 2002 .Dt WCSXFRM 3 diff --git a/lib/libc/string/wcsxfrm.c b/lib/libc/string/wcsxfrm.c index 5e47ad946ee6..aa0ad86eef5f 100644 --- a/lib/libc/string/wcsxfrm.c +++ b/lib/libc/string/wcsxfrm.c @@ -29,7 +29,7 @@ #if 0 __FBSDID("FreeBSD: src/lib/libc/string/strxfrm.c,v 1.15 2002/09/06 11:24:06 tjr Exp "); #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/wcsxfrm.c,v 1.3.30.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <stdlib.h> #include <string.h> diff --git a/lib/libc/string/wmemchr.3 b/lib/libc/string/wmemchr.3 index 30fb0917cf7f..6d8d5d74dc63 100644 --- a/lib/libc/string/wmemchr.3 +++ b/lib/libc/string/wmemchr.3 @@ -33,7 +33,7 @@ .\" .\" from: @(#)strcpy.3 8.1 (Berkeley) 6/4/93 .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/string/wmemchr.3,v 1.10.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd March 4, 2009 .Dt WMEMCHR 3 diff --git a/lib/libc/string/wmemchr.c b/lib/libc/string/wmemchr.c index cab89c9ade4f..622f4b294ffa 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 */ #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/wmemchr.c,v 1.7.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <wchar.h> diff --git a/lib/libc/string/wmemcmp.c b/lib/libc/string/wmemcmp.c index fdb1f986f3a4..f24048b4b6c6 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 */ #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/wmemcmp.c,v 1.7.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <wchar.h> diff --git a/lib/libc/string/wmemcpy.c b/lib/libc/string/wmemcpy.c index c10770ce4ec5..e75a94204ce4 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 */ #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/wmemcpy.c,v 1.8.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <string.h> #include <wchar.h> diff --git a/lib/libc/string/wmemmove.c b/lib/libc/string/wmemmove.c index 05cfd1082afe..710bb9e66b2c 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 */ #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/wmemmove.c,v 1.7.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <string.h> #include <wchar.h> diff --git a/lib/libc/string/wmemset.c b/lib/libc/string/wmemset.c index 0e96356ec007..bb518a4a2957 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 */ #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/wmemset.c,v 1.8.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <wchar.h> |