diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2008-12-31 22:57:14 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2008-12-31 22:57:14 +0000 |
commit | 8d4eb975d2e49f56d057a19aac09bcb92b3e71f7 (patch) | |
tree | 1b808490e2ba26bfe983f82bd41a2b36a6127322 /lib/libc/string | |
parent | a1fc2b0c89a1dd2ca090ae990ab45b21363ab76e (diff) |
Diffstat (limited to 'lib/libc/string')
112 files changed, 112 insertions, 112 deletions
diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc index 5963fc95f145..72dad6ff1d6e 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.37.2.2.2.1 2008/11/25 02:59:29 kensmith Exp $ .PATH: ${.CURDIR}/${MACHINE_ARCH}/string ${.CURDIR}/string diff --git a/lib/libc/string/Symbol.map b/lib/libc/string/Symbol.map index e307c7f127b6..41e0e5520198 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.2.2.2.2.1 2008/11/25 02:59:29 kensmith Exp $ */ FBSD_1.0 { diff --git a/lib/libc/string/bcmp.3 b/lib/libc/string/bcmp.3 index d043c2cc1b62..2c8d120f16ab 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.6.1 2008/11/25 02:59:29 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..656e76acaacb 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.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <strings.h> diff --git a/lib/libc/string/bcopy.3 b/lib/libc/string/bcopy.3 index 23f7ac22a131..e62510c037af 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.6.1 2008/11/25 02:59:29 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..1b114701dcbc 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.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/types.h> diff --git a/lib/libc/string/bstring.3 b/lib/libc/string/bstring.3 index b1aef1b5f9ef..918ecfc78eec 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.6.1 2008/11/25 02:59:29 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..4cc9aed4af7d 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.6.1 2008/11/25 02:59:29 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..71addf9c9294 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.32.1 2008/11/25 02:59:29 kensmith Exp $"); #define BZERO #include "memset.c" diff --git a/lib/libc/string/ffs.3 b/lib/libc/string/ffs.3 index e66d7eb1e5f3..63dcfbf1e646 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.11.2.1.2.1 2008/11/25 02:59:29 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..c88ff1733ef5 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.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <strings.h> diff --git a/lib/libc/string/ffsl.c b/lib/libc/string/ffsl.c index e39fd039dbc7..e36ea93b1442 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.3.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <strings.h> diff --git a/lib/libc/string/ffsll.c b/lib/libc/string/ffsll.c index 59e03bcb23c0..5255ebed54fb 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.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $"); #include <strings.h> diff --git a/lib/libc/string/fls.c b/lib/libc/string/fls.c index 2a3a3f755a7f..23e75fe6a60a 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.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <strings.h> diff --git a/lib/libc/string/flsl.c b/lib/libc/string/flsl.c index 8f60e33edaaa..7495424ae7be 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.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <strings.h> diff --git a/lib/libc/string/flsll.c b/lib/libc/string/flsll.c index ab5562782d2b..019488ee50a3 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.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $"); #include <strings.h> diff --git a/lib/libc/string/index.3 b/lib/libc/string/index.3 index 34bd9d699964..a12bfeb7a2f8 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.6.1 2008/11/25 02:59:29 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..2f90059c8ea2 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.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <stddef.h> diff --git a/lib/libc/string/memccpy.3 b/lib/libc/string/memccpy.3 index 350f0007c85c..e0983aaaa34f 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.6.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd June 9, 1993 .Dt MEMCCPY 3 diff --git a/lib/libc/string/memccpy.c b/lib/libc/string/memccpy.c index 5b4223eba27f..b6fdc2d8ccd9 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.6.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <string.h> diff --git a/lib/libc/string/memchr.3 b/lib/libc/string/memchr.3 index 5cbaf6cc1779..fe386faa69ff 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.9.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd April 9, 2008 .Dt MEMCHR 3 diff --git a/lib/libc/string/memchr.c b/lib/libc/string/memchr.c index 2b1231dadf09..3e1ba5dd8177 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.5.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <string.h> diff --git a/lib/libc/string/memcmp.3 b/lib/libc/string/memcmp.3 index a7be20b32e60..0436ab8cb68f 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.9.6.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd June 4, 1993 .Dt MEMCMP 3 diff --git a/lib/libc/string/memcmp.c b/lib/libc/string/memcmp.c index d048068c4732..535e9360d33b 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.5.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <string.h> diff --git a/lib/libc/string/memcpy.3 b/lib/libc/string/memcpy.3 index 80a8629afe3a..c4dbebdf3706 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.8.6.1 2008/11/25 02:59:29 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..8a1d132bcc21 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.32.1 2008/11/25 02:59:29 kensmith Exp $"); #define MEMCOPY #include "bcopy.c" diff --git a/lib/libc/string/memmem.3 b/lib/libc/string/memmem.3 index 73c267c14c10..94a3ef8ce2d3 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.6.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd August 24, 2005 .Dt MEMMEM 3 diff --git a/lib/libc/string/memmem.c b/lib/libc/string/memmem.c index 0ac0a6dfc80e..dc516bf70e88 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.1.8.1 2008/11/25 02:59:29 kensmith Exp $"); #include <string.h> diff --git a/lib/libc/string/memmove.3 b/lib/libc/string/memmove.3 index 19c2987e763a..7db2f8f841da 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.7.6.1 2008/11/25 02:59:29 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..ee383e13b19b 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.32.1 2008/11/25 02:59:29 kensmith Exp $"); #define MEMMOVE #include "bcopy.c" diff --git a/lib/libc/string/memrchr.c b/lib/libc/string/memrchr.c index f477bc356491..9808c28c2a17 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.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <string.h> diff --git a/lib/libc/string/memset.3 b/lib/libc/string/memset.3 index 58877f0dcb45..18060abfc39d 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.8.6.1 2008/11/25 02:59:29 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..ae79af1d3d56 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.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/types.h> diff --git a/lib/libc/string/rindex.c b/lib/libc/string/rindex.c index 9fd0bdcf111d..c368977b29df 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.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <stddef.h> diff --git a/lib/libc/string/stpcpy.c b/lib/libc/string/stpcpy.c index 0bee74629057..29b7ebb4543d 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.1.32.1 2008/11/25 02:59:29 kensmith Exp $"); #include <string.h> diff --git a/lib/libc/string/strcasecmp.3 b/lib/libc/string/strcasecmp.3 index f94abeca7c52..26d7be086ff2 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.12.6.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd June 9, 1993 .Dt STRCASECMP 3 diff --git a/lib/libc/string/strcasecmp.c b/lib/libc/string/strcasecmp.c index 2efcf55c68a4..395dac1c0c8e 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.7.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <strings.h> #include <ctype.h> diff --git a/lib/libc/string/strcasestr.c b/lib/libc/string/strcasestr.c index b358b7d99a9f..01d6bb3a4032 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.4.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <ctype.h> #include <string.h> diff --git a/lib/libc/string/strcat.3 b/lib/libc/string/strcat.3 index e24ed9d7e532..3fa2d93c7ec9 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.15.6.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd June 4, 1993 .Dt STRCAT 3 diff --git a/lib/libc/string/strcat.c b/lib/libc/string/strcat.c index 1578276c1724..5136734d903e 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.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <string.h> diff --git a/lib/libc/string/strchr.3 b/lib/libc/string/strchr.3 index 7c867a3b517d..8ebf647e8104 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.13.6.1 2008/11/25 02:59:29 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..e44e53a40fc6 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.32.1 2008/11/25 02:59:29 kensmith Exp $"); #define STRCHR #include "index.c" diff --git a/lib/libc/string/strcmp.3 b/lib/libc/string/strcmp.3 index 7c5877b39798..d92d2c4f3fea 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.11.6.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd October 11, 2001 .Dt STRCMP 3 diff --git a/lib/libc/string/strcmp.c b/lib/libc/string/strcmp.c index ab953338e43a..cfe0cb701133 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.6.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <string.h> diff --git a/lib/libc/string/strcoll.3 b/lib/libc/string/strcoll.3 index bb8b13fe5c08..762edfe84de6 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.6.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd June 4, 1993 .Dt STRCOLL 3 diff --git a/lib/libc/string/strcoll.c b/lib/libc/string/strcoll.c index a0daf8dc182f..1dccec21d11d 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.13.32.1 2008/11/25 02:59:29 kensmith Exp $"); #include <stdlib.h> #include <string.h> diff --git a/lib/libc/string/strcpy.3 b/lib/libc/string/strcpy.3 index 828475387d04..d3f53c3f42fe 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.26.6.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd August 9, 2001 .Dt STRCPY 3 diff --git a/lib/libc/string/strcpy.c b/lib/libc/string/strcpy.c index fec284e22525..583c4d72685c 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.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <string.h> diff --git a/lib/libc/string/strcspn.3 b/lib/libc/string/strcspn.3 index d1df19813e4a..8ba4431e85da 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.6.1 2008/11/25 02:59:29 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..0af351fa080a 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.18.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/types.h> #include <limits.h> diff --git a/lib/libc/string/strdup.3 b/lib/libc/string/strdup.3 index 818be57e6188..9121db9dbf7a 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.11.6.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd June 9, 1993 .Dt STRDUP 3 diff --git a/lib/libc/string/strdup.c b/lib/libc/string/strdup.c index c0b581d40179..75a4cda32537 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.5.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <stddef.h> #include <stdlib.h> diff --git a/lib/libc/string/strerror.3 b/lib/libc/string/strerror.3 index 2d6d206c1095..644ede1e31e3 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.6.1 2008/11/25 02:59:29 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..2463f785eae3 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.6.1 2008/11/25 02:59:29 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..75a3853f7849 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.6.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd December 11, 1993 .Dt STRING 3 diff --git a/lib/libc/string/strlcat.c b/lib/libc/string/strlcat.c index 7f19f6bda144..de2802de8561 100644 --- a/lib/libc/string/strlcat.c +++ b/lib/libc/string/strlcat.c @@ -31,7 +31,7 @@ static char *rcsid = "$OpenBSD: strlcat.c,v 1.2 1999/06/17 16:28:58 millert Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/strlcat.c,v 1.10.18.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/types.h> #include <string.h> diff --git a/lib/libc/string/strlcpy.3 b/lib/libc/string/strlcpy.3 index f674fe2ac49b..020f9bd944e7 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.13.26.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd June 22, 1998 .Dt STRLCPY 3 diff --git a/lib/libc/string/strlcpy.c b/lib/libc/string/strlcpy.c index 0fc56a4c138d..3c7f6490fb5c 100644 --- a/lib/libc/string/strlcpy.c +++ b/lib/libc/string/strlcpy.c @@ -31,7 +31,7 @@ static char *rcsid = "$OpenBSD: strlcpy.c,v 1.4 1999/05/01 18:56:41 millert Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/strlcpy.c,v 1.9.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/types.h> #include <string.h> diff --git a/lib/libc/string/strlen.3 b/lib/libc/string/strlen.3 index 29c35158284f..168266042a46 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.7.6.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd June 4, 1993 .Dt STRLEN 3 diff --git a/lib/libc/string/strlen.c b/lib/libc/string/strlen.c index db4fe26eef2f..203d5c192029 100644 --- a/lib/libc/string/strlen.c +++ b/lib/libc/string/strlen.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)strlen.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/strlen.c,v 1.5.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <string.h> diff --git a/lib/libc/string/strmode.3 b/lib/libc/string/strmode.3 index 89d0160b3a16..b93b9ebe0664 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.10.6.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd July 28, 1994 .Dt STRMODE 3 diff --git a/lib/libc/string/strmode.c b/lib/libc/string/strmode.c index be09d7acc0dd..fd94e015a62f 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.5.6.1 2008/11/25 02:59:29 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..8236bc2d9468 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.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <string.h> diff --git a/lib/libc/string/strncmp.c b/lib/libc/string/strncmp.c index 659a7cbaff4f..87822aad95d4 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.6.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <string.h> diff --git a/lib/libc/string/strncpy.c b/lib/libc/string/strncpy.c index 07b9166d2b26..149384ca6c7f 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.7.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <string.h> diff --git a/lib/libc/string/strnstr.c b/lib/libc/string/strnstr.c index bbb1ca64e456..f0ff4860e3b9 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.4.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <string.h> diff --git a/lib/libc/string/strpbrk.3 b/lib/libc/string/strpbrk.3 index 0a16757cacf0..a31620570acf 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.8.6.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd June 4, 1993 .Dt STRPBRK 3 diff --git a/lib/libc/string/strpbrk.c b/lib/libc/string/strpbrk.c index efbdc8a72383..d9e23d3c93aa 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.5.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <string.h> diff --git a/lib/libc/string/strrchr.c b/lib/libc/string/strrchr.c index 11cbd31e3847..f5f427515498 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.32.1 2008/11/25 02:59:29 kensmith Exp $"); #define STRRCHR #include "rindex.c" diff --git a/lib/libc/string/strsep.3 b/lib/libc/string/strsep.3 index 919ea3c3f71b..b2385d9a7c2a 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.15.6.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd June 9, 1993 .Dt STRSEP 3 diff --git a/lib/libc/string/strsep.c b/lib/libc/string/strsep.c index 0850b0b96e3c..1a0127e07dc7 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.6.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <string.h> #include <stdio.h> diff --git a/lib/libc/string/strsignal.c b/lib/libc/string/strsignal.c index e4267a32f011..140f4f3b8720 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.6.1 2008/11/25 02:59:29 kensmith Exp $"); #if defined(NLS) #include <nl_types.h> diff --git a/lib/libc/string/strspn.3 b/lib/libc/string/strspn.3 index 6fc3280f3f41..379e65d08607 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.10.6.1 2008/11/25 02:59:29 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..dd438e91465d 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.18.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/types.h> #include <limits.h> diff --git a/lib/libc/string/strstr.3 b/lib/libc/string/strstr.3 index 7468ccca6067..be613ef264c0 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.14.6.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd October 11, 2001 .Dt STRSTR 3 diff --git a/lib/libc/string/strstr.c b/lib/libc/string/strstr.c index e2edd809c29f..0935c7dfd545 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.5.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <string.h> diff --git a/lib/libc/string/strtok.3 b/lib/libc/string/strtok.3 index e5c8e3381c78..d3af681ef80e 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.25.18.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd November 27, 1998 .Dt STRTOK 3 diff --git a/lib/libc/string/strtok.c b/lib/libc/string/strtok.c index 1a29cc53a66b..8d95b3bfa93f 100644 --- a/lib/libc/string/strtok.c +++ b/lib/libc/string/strtok.c @@ -40,7 +40,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.9.32.1 2008/11/25 02:59:29 kensmith Exp $"); #include <stddef.h> #ifdef DEBUG_STRTOK diff --git a/lib/libc/string/strxfrm.3 b/lib/libc/string/strxfrm.3 index 5f33763a22e2..b66a71c9e284 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.6.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd June 4, 1993 .Dt STRXFRM 3 diff --git a/lib/libc/string/strxfrm.c b/lib/libc/string/strxfrm.c index 81e05af6ab7b..32a70dafa37d 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.15.32.1 2008/11/25 02:59:29 kensmith Exp $"); #include <stdlib.h> #include <string.h> diff --git a/lib/libc/string/swab.3 b/lib/libc/string/swab.3 index f8ef34ee3f3b..e1997c94f08f 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.6.1 2008/11/25 02:59:29 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..cd3813caf44d 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.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <unistd.h> diff --git a/lib/libc/string/wcscat.c b/lib/libc/string/wcscat.c index 1c965335e4d2..62d3dd66cb04 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.8.32.1 2008/11/25 02:59:29 kensmith Exp $"); #include <wchar.h> diff --git a/lib/libc/string/wcschr.c b/lib/libc/string/wcschr.c index 1df1fe6cd520..064b77942d28 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.32.1 2008/11/25 02:59:29 kensmith Exp $"); #include <wchar.h> diff --git a/lib/libc/string/wcscmp.c b/lib/libc/string/wcscmp.c index 59c3eefb2e47..97a39643bf43 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.8.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <wchar.h> diff --git a/lib/libc/string/wcscoll.3 b/lib/libc/string/wcscoll.3 index 6a3eedbfec58..bc971eae779a 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.6.1 2008/11/25 02:59:29 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..19550bff5fdf 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.26.1 2008/11/25 02:59:29 kensmith Exp $"); #include <errno.h> #include <stdlib.h> diff --git a/lib/libc/string/wcscpy.c b/lib/libc/string/wcscpy.c index 180bbd1b192d..9058f80c16d7 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.8.32.1 2008/11/25 02:59:29 kensmith Exp $"); #include <wchar.h> diff --git a/lib/libc/string/wcscspn.c b/lib/libc/string/wcscspn.c index 57a804c0c639..312655d43d37 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.6.32.1 2008/11/25 02:59:29 kensmith Exp $"); #include <wchar.h> diff --git a/lib/libc/string/wcsdup.c b/lib/libc/string/wcsdup.c index 1e5db9258a05..ff8403f5c3d1 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.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <stdlib.h> #include <wchar.h> diff --git a/lib/libc/string/wcslcat.c b/lib/libc/string/wcslcat.c index 6466f0690fd7..940be9f823d8 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.6.32.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/types.h> #include <wchar.h> diff --git a/lib/libc/string/wcslcpy.c b/lib/libc/string/wcslcpy.c index 1b9459a0c19e..2316a802460a 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.6.32.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/types.h> #include <wchar.h> diff --git a/lib/libc/string/wcslen.c b/lib/libc/string/wcslen.c index 1636d98cd276..ed44b192ee92 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.6.32.1 2008/11/25 02:59:29 kensmith Exp $"); #include <wchar.h> diff --git a/lib/libc/string/wcsncat.c b/lib/libc/string/wcsncat.c index ba49a9eab98a..eb36dd50f707 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.7.32.1 2008/11/25 02:59:29 kensmith Exp $"); #include <wchar.h> diff --git a/lib/libc/string/wcsncmp.c b/lib/libc/string/wcsncmp.c index 5b7b3ee188a1..c6f16fbe23be 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.8.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <wchar.h> diff --git a/lib/libc/string/wcsncpy.c b/lib/libc/string/wcsncpy.c index 00d986b654b2..efd738123cec 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.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <wchar.h> diff --git a/lib/libc/string/wcspbrk.c b/lib/libc/string/wcspbrk.c index 7315c4445dda..1479fba3d3a9 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.6.32.1 2008/11/25 02:59:29 kensmith Exp $"); #include <wchar.h> diff --git a/lib/libc/string/wcsrchr.c b/lib/libc/string/wcsrchr.c index 37c81ec8cdb7..4962a67da7c1 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.32.1 2008/11/25 02:59:29 kensmith Exp $"); #include <wchar.h> diff --git a/lib/libc/string/wcsspn.c b/lib/libc/string/wcsspn.c index 584a9d352850..c3f535dcdbe1 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.7.32.1 2008/11/25 02:59:29 kensmith Exp $"); #include <wchar.h> diff --git a/lib/libc/string/wcsstr.c b/lib/libc/string/wcsstr.c index b8a7598c8efb..8db00efe4d87 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.9.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <wchar.h> diff --git a/lib/libc/string/wcstok.3 b/lib/libc/string/wcstok.3 index 0de24d8366c8..5fb93763d43f 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.32.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd October 3, 2002 .Dt WCSTOK 3 diff --git a/lib/libc/string/wcstok.c b/lib/libc/string/wcstok.c index 0dbdfe0e2836..3b3aea6459b7 100644 --- a/lib/libc/string/wcstok.c +++ b/lib/libc/string/wcstok.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/wcstok.c,v 1.2.30.1 2008/11/25 02:59:29 kensmith Exp $"); #include <wchar.h> diff --git a/lib/libc/string/wcswidth.3 b/lib/libc/string/wcswidth.3 index 76d32ad8e4b9..0dbfba2f62ff 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.32.1 2008/11/25 02:59:29 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..6da845f48c5e 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.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <wchar.h> diff --git a/lib/libc/string/wcsxfrm.3 b/lib/libc/string/wcsxfrm.3 index b5add9cebb45..b6ddd61acaac 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.6.1 2008/11/25 02:59:29 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..6bc726264c73 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.26.1 2008/11/25 02:59:29 kensmith Exp $"); #include <stdlib.h> #include <string.h> diff --git a/lib/libc/string/wmemchr.3 b/lib/libc/string/wmemchr.3 index 26ff1dfb4fbe..e1b305f40255 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.8.6.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd August 13, 2005 .Dt WMEMCHR 3 diff --git a/lib/libc/string/wmemchr.c b/lib/libc/string/wmemchr.c index 2d96708fd6c4..9f802b6beb12 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.6.32.1 2008/11/25 02:59:29 kensmith Exp $"); #include <wchar.h> diff --git a/lib/libc/string/wmemcmp.c b/lib/libc/string/wmemcmp.c index c9a9095b8eb2..8782351f86ff 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.6.32.1 2008/11/25 02:59:29 kensmith Exp $"); #include <wchar.h> diff --git a/lib/libc/string/wmemcpy.c b/lib/libc/string/wmemcpy.c index 38d563d8053c..77058c3941e0 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.7.32.1 2008/11/25 02:59:29 kensmith Exp $"); #include <string.h> #include <wchar.h> diff --git a/lib/libc/string/wmemmove.c b/lib/libc/string/wmemmove.c index 6b3ee94e3a90..5ff347fc6dd4 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.6.32.1 2008/11/25 02:59:29 kensmith Exp $"); #include <string.h> #include <wchar.h> diff --git a/lib/libc/string/wmemset.c b/lib/libc/string/wmemset.c index b923f14637f1..8940eebbe247 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.6.32.1 2008/11/25 02:59:29 kensmith Exp $"); #include <wchar.h> |