diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2008-11-26 01:09:48 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2008-11-26 01:09:48 +0000 |
commit | a93332491e10c1a23a9fd2f11ccbdba33d72d850 (patch) | |
tree | 1467effda708ab3ab6426f7cb6bd2d8d4fa29ab8 /lib/libc/stdio | |
parent | d2d8199ea25041ce5507c36316475bb4331b66ed (diff) |
Diffstat (limited to 'lib/libc/stdio')
136 files changed, 136 insertions, 136 deletions
diff --git a/lib/libc/stdio/Makefile.inc b/lib/libc/stdio/Makefile.inc index 357bfa9360c6..c70fb97e8195 100644 --- a/lib/libc/stdio/Makefile.inc +++ b/lib/libc/stdio/Makefile.inc @@ -1,5 +1,5 @@ # @(#)Makefile.inc 8.3 (Berkeley) 4/17/94 -# $FreeBSD$ +# $FreeBSD: src/lib/libc/stdio/Makefile.inc,v 1.33.8.1.6.1 2008/10/02 02:57:24 kensmith Exp $ # stdio sources .PATH: ${.CURDIR}/stdio diff --git a/lib/libc/stdio/_flock_stub.c b/lib/libc/stdio/_flock_stub.c index 8abc8e3b6384..e25ccd6aee6a 100644 --- a/lib/libc/stdio/_flock_stub.c +++ b/lib/libc/stdio/_flock_stub.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/_flock_stub.c,v 1.14.20.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/asprintf.c b/lib/libc/stdio/asprintf.c index f14265179589..4d412aaf4fee 100644 --- a/lib/libc/stdio/asprintf.c +++ b/lib/libc/stdio/asprintf.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/asprintf.c,v 1.13.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <stdio.h> #include <stdlib.h> diff --git a/lib/libc/stdio/clrerr.c b/lib/libc/stdio/clrerr.c index 13538d522abf..ff9eff4c2e18 100644 --- a/lib/libc/stdio/clrerr.c +++ b/lib/libc/stdio/clrerr.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)clrerr.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/clrerr.c,v 1.9.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/fclose.3 b/lib/libc/stdio/fclose.3 index 9d482285c989..1fa1ba22a055 100644 --- a/lib/libc/stdio/fclose.3 +++ b/lib/libc/stdio/fclose.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fclose.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/fclose.3,v 1.12.24.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd June 4, 1993 .Dt FCLOSE 3 diff --git a/lib/libc/stdio/fclose.c b/lib/libc/stdio/fclose.c index 3524f6094856..aa4b2bc3180c 100644 --- a/lib/libc/stdio/fclose.c +++ b/lib/libc/stdio/fclose.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)fclose.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/fclose.c,v 1.11.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <errno.h> diff --git a/lib/libc/stdio/fdopen.c b/lib/libc/stdio/fdopen.c index 0ba87f5f1725..65baab843fae 100644 --- a/lib/libc/stdio/fdopen.c +++ b/lib/libc/stdio/fdopen.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)fdopen.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/fdopen.c,v 1.7.14.2.2.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <sys/types.h> diff --git a/lib/libc/stdio/feof.c b/lib/libc/stdio/feof.c index 0bb12bead991..d69eb951e62a 100644 --- a/lib/libc/stdio/feof.c +++ b/lib/libc/stdio/feof.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)feof.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/feof.c,v 1.9.20.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/ferror.3 b/lib/libc/stdio/ferror.3 index 3fe283987466..dfdb07a312db 100644 --- a/lib/libc/stdio/ferror.3 +++ b/lib/libc/stdio/ferror.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ferror.3 8.2 (Berkeley) 4/19/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/ferror.3,v 1.9.24.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd January 10, 2003 .Dt FERROR 3 diff --git a/lib/libc/stdio/ferror.c b/lib/libc/stdio/ferror.c index 5d4c187dd1df..340bcea628b6 100644 --- a/lib/libc/stdio/ferror.c +++ b/lib/libc/stdio/ferror.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)ferror.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/ferror.c,v 1.9.20.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/fflush.3 b/lib/libc/stdio/fflush.3 index 6fa6d23ea4a5..b1b4aa6402f1 100644 --- a/lib/libc/stdio/fflush.3 +++ b/lib/libc/stdio/fflush.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fflush.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/fflush.3,v 1.10.22.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd June 4, 1993 .Dt FFLUSH 3 diff --git a/lib/libc/stdio/fflush.c b/lib/libc/stdio/fflush.c index 3090dc96d532..501cd2032e3b 100644 --- a/lib/libc/stdio/fflush.c +++ b/lib/libc/stdio/fflush.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)fflush.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/fflush.c,v 1.13.20.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <errno.h> diff --git a/lib/libc/stdio/fgetc.c b/lib/libc/stdio/fgetc.c index 455c2ac771f0..b3a9942774d5 100644 --- a/lib/libc/stdio/fgetc.c +++ b/lib/libc/stdio/fgetc.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)fgetc.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/fgetc.c,v 1.12.20.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/fgetln.3 b/lib/libc/stdio/fgetln.3 index 59156ef810dd..9c278ebc6fe8 100644 --- a/lib/libc/stdio/fgetln.3 +++ b/lib/libc/stdio/fgetln.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fgetln.3 8.3 (Berkeley) 4/19/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/fgetln.3,v 1.8.20.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd April 19, 1994 .Dt FGETLN 3 diff --git a/lib/libc/stdio/fgetln.c b/lib/libc/stdio/fgetln.c index d2efe0993b77..0664992b6153 100644 --- a/lib/libc/stdio/fgetln.c +++ b/lib/libc/stdio/fgetln.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)fgetln.c 8.2 (Berkeley) 1/2/94"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/fgetln.c,v 1.10.20.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/fgetpos.c b/lib/libc/stdio/fgetpos.c index 295b20a8379e..08039c65f63d 100644 --- a/lib/libc/stdio/fgetpos.c +++ b/lib/libc/stdio/fgetpos.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)fgetpos.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/fgetpos.c,v 1.12.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include <stdio.h> diff --git a/lib/libc/stdio/fgets.3 b/lib/libc/stdio/fgets.3 index fee8c9253089..bd4ec6f5918f 100644 --- a/lib/libc/stdio/fgets.3 +++ b/lib/libc/stdio/fgets.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fgets.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/fgets.3,v 1.19.26.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd June 4, 1993 .Dt FGETS 3 diff --git a/lib/libc/stdio/fgets.c b/lib/libc/stdio/fgets.c index bb4ea4c70223..79120aedfad3 100644 --- a/lib/libc/stdio/fgets.c +++ b/lib/libc/stdio/fgets.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)fgets.c 8.2 (Berkeley) 12/22/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/fgets.c,v 1.13.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/fgetwc.c b/lib/libc/stdio/fgetwc.c index 719556ad9e1f..2fa79131d339 100644 --- a/lib/libc/stdio/fgetwc.c +++ b/lib/libc/stdio/fgetwc.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/fgetwc.c,v 1.12.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <errno.h> diff --git a/lib/libc/stdio/fgetwln.3 b/lib/libc/stdio/fgetwln.3 index 991b4608a54f..d82c669f82b3 100644 --- a/lib/libc/stdio/fgetwln.3 +++ b/lib/libc/stdio/fgetwln.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fgetln.3 8.3 (Berkeley) 4/19/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/fgetwln.3,v 1.1.8.1.10.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd July 16, 2004 .Dt FGETWLN 3 diff --git a/lib/libc/stdio/fgetwln.c b/lib/libc/stdio/fgetwln.c index 1a1ad2ddeaa0..9913767825bf 100644 --- a/lib/libc/stdio/fgetwln.c +++ b/lib/libc/stdio/fgetwln.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/fgetwln.c,v 1.2.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/fgetws.3 b/lib/libc/stdio/fgetws.3 index dc04275e9587..a7e02564e69a 100644 --- a/lib/libc/stdio/fgetws.3 +++ b/lib/libc/stdio/fgetws.3 @@ -35,7 +35,7 @@ .\" .\" @(#)fgets.3 8.1 (Berkeley) 6/4/93 .\" FreeBSD: src/lib/libc/stdio/fgets.3,v 1.16 2002/05/31 05:01:17 archie Exp -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/fgetws.3,v 1.3.24.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd August 6, 2002 .Dt FGETWS 3 diff --git a/lib/libc/stdio/fgetws.c b/lib/libc/stdio/fgetws.c index b6ef01e5c0af..d5289174e7ee 100644 --- a/lib/libc/stdio/fgetws.c +++ b/lib/libc/stdio/fgetws.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/fgetws.c,v 1.6.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <errno.h> diff --git a/lib/libc/stdio/fileno.c b/lib/libc/stdio/fileno.c index 51c0464ecb6c..55632c1af65a 100644 --- a/lib/libc/stdio/fileno.c +++ b/lib/libc/stdio/fileno.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)fileno.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/fileno.c,v 1.10.20.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/findfp.c b/lib/libc/stdio/findfp.c index 26d4dcf7797d..61ee9a862373 100644 --- a/lib/libc/stdio/findfp.c +++ b/lib/libc/stdio/findfp.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)findfp.c 8.2 (Berkeley) 1/4/94"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/findfp.c,v 1.29.20.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <machine/atomic.h> diff --git a/lib/libc/stdio/flags.c b/lib/libc/stdio/flags.c index 8a1c7d0430c7..bafbf2f9dd0a 100644 --- a/lib/libc/stdio/flags.c +++ b/lib/libc/stdio/flags.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)flags.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/flags.c,v 1.9.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/file.h> diff --git a/lib/libc/stdio/floatio.h b/lib/libc/stdio/floatio.h index 2463a85b998e..293bd61fcd36 100644 --- a/lib/libc/stdio/floatio.h +++ b/lib/libc/stdio/floatio.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)floatio.h 8.1 (Berkeley) 6/4/93 - * $FreeBSD$ + * $FreeBSD: src/lib/libc/stdio/floatio.h,v 1.5.20.1 2008/10/02 02:57:24 kensmith Exp $ */ /* diff --git a/lib/libc/stdio/flockfile.3 b/lib/libc/stdio/flockfile.3 index a895a0aae045..a3fa21fcafc4 100644 --- a/lib/libc/stdio/flockfile.3 +++ b/lib/libc/stdio/flockfile.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/stdio/flockfile.3,v 1.3.28.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd January 10, 2003 .Dt FLOCKFILE 3 diff --git a/lib/libc/stdio/fopen.3 b/lib/libc/stdio/fopen.3 index e0680da4c147..7f312cbebe89 100644 --- a/lib/libc/stdio/fopen.3 +++ b/lib/libc/stdio/fopen.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fopen.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/fopen.3,v 1.19.12.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd January 26, 2003 .Dt FOPEN 3 diff --git a/lib/libc/stdio/fopen.c b/lib/libc/stdio/fopen.c index 91b8a8252c94..74d6cd47cf1a 100644 --- a/lib/libc/stdio/fopen.c +++ b/lib/libc/stdio/fopen.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)fopen.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/fopen.c,v 1.10.14.2.2.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <sys/types.h> diff --git a/lib/libc/stdio/fprintf.c b/lib/libc/stdio/fprintf.c index 27b82223e039..7942a0d8efae 100644 --- a/lib/libc/stdio/fprintf.c +++ b/lib/libc/stdio/fprintf.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)fprintf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/fprintf.c,v 1.10.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include <stdio.h> #include <stdarg.h> diff --git a/lib/libc/stdio/fpurge.c b/lib/libc/stdio/fpurge.c index b653bc5808d6..31dbe0bfefd5 100644 --- a/lib/libc/stdio/fpurge.c +++ b/lib/libc/stdio/fpurge.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)fpurge.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/fpurge.c,v 1.10.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <errno.h> diff --git a/lib/libc/stdio/fputc.c b/lib/libc/stdio/fputc.c index 97de1c0b7fb1..fbe6ca09a4f3 100644 --- a/lib/libc/stdio/fputc.c +++ b/lib/libc/stdio/fputc.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)fputc.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/fputc.c,v 1.13.20.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/fputs.3 b/lib/libc/stdio/fputs.3 index 3ce20b25b58a..b1a8d79a5764 100644 --- a/lib/libc/stdio/fputs.3 +++ b/lib/libc/stdio/fputs.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fputs.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/fputs.3,v 1.11.24.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd June 4, 1993 .Dt FPUTS 3 diff --git a/lib/libc/stdio/fputs.c b/lib/libc/stdio/fputs.c index 812c37da50df..a1bf51a1be37 100644 --- a/lib/libc/stdio/fputs.c +++ b/lib/libc/stdio/fputs.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)fputs.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/fputs.c,v 1.11.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/fputwc.c b/lib/libc/stdio/fputwc.c index 0848b74998d1..904e9465c282 100644 --- a/lib/libc/stdio/fputwc.c +++ b/lib/libc/stdio/fputwc.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/fputwc.c,v 1.10.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <errno.h> diff --git a/lib/libc/stdio/fputws.3 b/lib/libc/stdio/fputws.3 index 52bae9610c3a..4ce2a825ae87 100644 --- a/lib/libc/stdio/fputws.3 +++ b/lib/libc/stdio/fputws.3 @@ -35,7 +35,7 @@ .\" .\" @(#)fputs.3 8.1 (Berkeley) 6/4/93 .\" FreeBSD: src/lib/libc/stdio/fputs.3,v 1.8 2001/10/01 16:08:59 ru Exp -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/fputws.3,v 1.5.24.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd August 6, 2002 .Dt FPUTWS 3 diff --git a/lib/libc/stdio/fputws.c b/lib/libc/stdio/fputws.c index 025e1c00d198..4a1ca8a94b4a 100644 --- a/lib/libc/stdio/fputws.c +++ b/lib/libc/stdio/fputws.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/fputws.c,v 1.6.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <errno.h> diff --git a/lib/libc/stdio/fread.3 b/lib/libc/stdio/fread.3 index 925ef61fc949..e027367566d9 100644 --- a/lib/libc/stdio/fread.3 +++ b/lib/libc/stdio/fread.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fread.3 8.2 (Berkeley) 3/8/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/fread.3,v 1.9.26.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd March 8, 1994 .Dt FREAD 3 diff --git a/lib/libc/stdio/fread.c b/lib/libc/stdio/fread.c index 3edb84ad479d..18719f5b0028 100644 --- a/lib/libc/stdio/fread.c +++ b/lib/libc/stdio/fread.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)fread.c 8.2 (Berkeley) 12/11/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/fread.c,v 1.12.14.1.8.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/freopen.c b/lib/libc/stdio/freopen.c index 4eabc19b8e8a..7ea824173282 100644 --- a/lib/libc/stdio/freopen.c +++ b/lib/libc/stdio/freopen.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)freopen.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/freopen.c,v 1.13.8.2.2.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <sys/types.h> diff --git a/lib/libc/stdio/fscanf.c b/lib/libc/stdio/fscanf.c index bb5ee4c06064..2cb7571eb187 100644 --- a/lib/libc/stdio/fscanf.c +++ b/lib/libc/stdio/fscanf.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)fscanf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/fscanf.c,v 1.12.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/fseek.3 b/lib/libc/stdio/fseek.3 index 96abc0ac83cc..a5c17a6b489f 100644 --- a/lib/libc/stdio/fseek.3 +++ b/lib/libc/stdio/fseek.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fseek.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/fseek.3,v 1.25.20.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd March 19, 2004 .Dt FSEEK 3 diff --git a/lib/libc/stdio/fseek.c b/lib/libc/stdio/fseek.c index b346b5d6e949..0d8bf57b2657 100644 --- a/lib/libc/stdio/fseek.c +++ b/lib/libc/stdio/fseek.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)fseek.c 8.3 (Berkeley) 1/2/94"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/fseek.c,v 1.41.20.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <sys/types.h> diff --git a/lib/libc/stdio/fsetpos.c b/lib/libc/stdio/fsetpos.c index 6eeffda9bbeb..2cd775b72938 100644 --- a/lib/libc/stdio/fsetpos.c +++ b/lib/libc/stdio/fsetpos.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)fsetpos.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/fsetpos.c,v 1.8.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <stdio.h> diff --git a/lib/libc/stdio/ftell.c b/lib/libc/stdio/ftell.c index 94e962c68db5..bdab622c1f4d 100644 --- a/lib/libc/stdio/ftell.c +++ b/lib/libc/stdio/ftell.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)ftell.c 8.2 (Berkeley) 5/4/95"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/ftell.c,v 1.26.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <sys/types.h> diff --git a/lib/libc/stdio/funopen.3 b/lib/libc/stdio/funopen.3 index 80ce999041f1..759c8c5c8da5 100644 --- a/lib/libc/stdio/funopen.3 +++ b/lib/libc/stdio/funopen.3 @@ -32,7 +32,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)funopen.3 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/funopen.3,v 1.15.20.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd March 19, 2004 .Dt FUNOPEN 3 diff --git a/lib/libc/stdio/funopen.c b/lib/libc/stdio/funopen.c index 459cd5c7c353..ea829831c15e 100644 --- a/lib/libc/stdio/funopen.c +++ b/lib/libc/stdio/funopen.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)funopen.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/funopen.c,v 1.5.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include <stdio.h> #include <errno.h> diff --git a/lib/libc/stdio/fvwrite.c b/lib/libc/stdio/fvwrite.c index 9cc4c5573a68..952891931186 100644 --- a/lib/libc/stdio/fvwrite.c +++ b/lib/libc/stdio/fvwrite.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)fvwrite.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/fvwrite.c,v 1.17.20.1 2008/10/02 02:57:24 kensmith Exp $"); #include <stdio.h> #include <stdlib.h> diff --git a/lib/libc/stdio/fvwrite.h b/lib/libc/stdio/fvwrite.h index df59bf0b706b..e6c2b6ebd6ca 100644 --- a/lib/libc/stdio/fvwrite.h +++ b/lib/libc/stdio/fvwrite.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)fvwrite.h 8.1 (Berkeley) 6/4/93 - * $FreeBSD$ + * $FreeBSD: src/lib/libc/stdio/fvwrite.h,v 1.3.26.1 2008/10/02 02:57:24 kensmith Exp $ */ /* diff --git a/lib/libc/stdio/fwalk.c b/lib/libc/stdio/fwalk.c index 811fb54f1184..1a744978ba0a 100644 --- a/lib/libc/stdio/fwalk.c +++ b/lib/libc/stdio/fwalk.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)fwalk.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/fwalk.c,v 1.9.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <machine/atomic.h> diff --git a/lib/libc/stdio/fwide.3 b/lib/libc/stdio/fwide.3 index 6ff8d9264995..6a430ecd576b 100644 --- a/lib/libc/stdio/fwide.3 +++ b/lib/libc/stdio/fwide.3 @@ -25,7 +25,7 @@ .\" SUCH DAMAGE. .\" .\" $Citrus: xpg4dl/FreeBSD/lib/libc/stdio/fwide.3,v 1.2 2001/12/07 04:47:08 yamt Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/fwide.3,v 1.3.28.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd October 24, 2001 .Dt FWIDE 3 diff --git a/lib/libc/stdio/fwide.c b/lib/libc/stdio/fwide.c index 70309f56daa1..a54135b73d43 100644 --- a/lib/libc/stdio/fwide.c +++ b/lib/libc/stdio/fwide.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/fwide.c,v 1.1.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <errno.h> diff --git a/lib/libc/stdio/fwprintf.c b/lib/libc/stdio/fwprintf.c index a22edaeb55f0..1bdc09dbc155 100644 --- a/lib/libc/stdio/fwprintf.c +++ b/lib/libc/stdio/fwprintf.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/fwprintf.c,v 1.1.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <stdarg.h> #include <stdio.h> diff --git a/lib/libc/stdio/fwrite.c b/lib/libc/stdio/fwrite.c index 0a74d8119485..877a5c4e447a 100644 --- a/lib/libc/stdio/fwrite.c +++ b/lib/libc/stdio/fwrite.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)fwrite.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/fwrite.c,v 1.11.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/fwscanf.c b/lib/libc/stdio/fwscanf.c index f779c538518a..b1491bc9c797 100644 --- a/lib/libc/stdio/fwscanf.c +++ b/lib/libc/stdio/fwscanf.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/fwscanf.c,v 1.1.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <stdarg.h> #include <stdio.h> diff --git a/lib/libc/stdio/getc.3 b/lib/libc/stdio/getc.3 index 6b73e492c9ab..3829a0ac9cbb 100644 --- a/lib/libc/stdio/getc.3 +++ b/lib/libc/stdio/getc.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getc.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/getc.3,v 1.19.20.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd January 10, 2003 .Dt GETC 3 diff --git a/lib/libc/stdio/getc.c b/lib/libc/stdio/getc.c index 61b2c54287e5..f1c2c2a9f8ca 100644 --- a/lib/libc/stdio/getc.c +++ b/lib/libc/stdio/getc.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)getc.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/getc.c,v 1.13.20.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/getchar.c b/lib/libc/stdio/getchar.c index baf587691d76..c93c81f74455 100644 --- a/lib/libc/stdio/getchar.c +++ b/lib/libc/stdio/getchar.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)getchar.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/getchar.c,v 1.12.20.1 2008/10/02 02:57:24 kensmith Exp $"); /* * A subroutine version of the macro getchar. diff --git a/lib/libc/stdio/gets.c b/lib/libc/stdio/gets.c index e24727150de0..deb94a6488c6 100644 --- a/lib/libc/stdio/gets.c +++ b/lib/libc/stdio/gets.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)gets.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/gets.c,v 1.16.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <unistd.h> diff --git a/lib/libc/stdio/getw.c b/lib/libc/stdio/getw.c index e74823574bb3..f0e1ddfe4b6b 100644 --- a/lib/libc/stdio/getw.c +++ b/lib/libc/stdio/getw.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)getw.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/getw.c,v 1.7.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include <stdio.h> diff --git a/lib/libc/stdio/getwc.3 b/lib/libc/stdio/getwc.3 index 6e4069c59bc3..698bccf0506d 100644 --- a/lib/libc/stdio/getwc.3 +++ b/lib/libc/stdio/getwc.3 @@ -36,7 +36,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getc.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/getwc.3,v 1.6.20.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd March 3, 2004 .Dt GETWC 3 diff --git a/lib/libc/stdio/getwc.c b/lib/libc/stdio/getwc.c index ba5ab6011bfd..2222b4209701 100644 --- a/lib/libc/stdio/getwc.c +++ b/lib/libc/stdio/getwc.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/getwc.c,v 1.3.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/getwchar.c b/lib/libc/stdio/getwchar.c index 79dd7bc4b33b..06a36d9f8445 100644 --- a/lib/libc/stdio/getwchar.c +++ b/lib/libc/stdio/getwchar.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/getwchar.c,v 1.3.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/glue.h b/lib/libc/stdio/glue.h index a6df6fd12287..9545d18854d0 100644 --- a/lib/libc/stdio/glue.h +++ b/lib/libc/stdio/glue.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)glue.h 8.1 (Berkeley) 6/4/93 - * $FreeBSD$ + * $FreeBSD: src/lib/libc/stdio/glue.h,v 1.3.12.1 2008/10/02 02:57:24 kensmith Exp $ */ /* diff --git a/lib/libc/stdio/local.h b/lib/libc/stdio/local.h index ed41d8af4e1c..838d73b12691 100644 --- a/lib/libc/stdio/local.h +++ b/lib/libc/stdio/local.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)local.h 8.3 (Berkeley) 7/3/94 - * $FreeBSD$ + * $FreeBSD: src/lib/libc/stdio/local.h,v 1.26.8.1.8.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/types.h> /* for off_t */ diff --git a/lib/libc/stdio/makebuf.c b/lib/libc/stdio/makebuf.c index bc8a468f2580..e0dd873da4bd 100644 --- a/lib/libc/stdio/makebuf.c +++ b/lib/libc/stdio/makebuf.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)makebuf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/makebuf.c,v 1.4.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <sys/types.h> diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3 index 43cef21cbecd..e531a07687a4 100644 --- a/lib/libc/stdio/mktemp.3 +++ b/lib/libc/stdio/mktemp.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mktemp.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/mktemp.3,v 1.21.12.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd February 11, 1998 .Dt MKTEMP 3 diff --git a/lib/libc/stdio/mktemp.c b/lib/libc/stdio/mktemp.c index ae48cc32d4d0..24a8e4ece9e3 100644 --- a/lib/libc/stdio/mktemp.c +++ b/lib/libc/stdio/mktemp.c @@ -35,7 +35,7 @@ static char sccsid[] = "@(#)mktemp.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/mktemp.c,v 1.28.12.1.2.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <sys/param.h> diff --git a/lib/libc/stdio/perror.c b/lib/libc/stdio/perror.c index 29016f742444..33f69c50a3cc 100644 --- a/lib/libc/stdio/perror.c +++ b/lib/libc/stdio/perror.c @@ -35,7 +35,7 @@ static char sccsid[] = "@(#)perror.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/perror.c,v 1.8.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <sys/types.h> diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index 1d300c6e3c2f..21fd1835cec2 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)printf.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/printf.3,v 1.58.12.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd October 16, 2004 .Dt PRINTF 3 diff --git a/lib/libc/stdio/printf.c b/lib/libc/stdio/printf.c index cfd10d04bf47..7fcfef34f4e6 100644 --- a/lib/libc/stdio/printf.c +++ b/lib/libc/stdio/printf.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)printf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/printf.c,v 1.10.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include <stdio.h> #include <stdarg.h> diff --git a/lib/libc/stdio/putc.3 b/lib/libc/stdio/putc.3 index e14963048d83..4e1c483e1687 100644 --- a/lib/libc/stdio/putc.3 +++ b/lib/libc/stdio/putc.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)putc.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/putc.3,v 1.15.20.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd January 10, 2003 .Dt PUTC 3 diff --git a/lib/libc/stdio/putc.c b/lib/libc/stdio/putc.c index 864df9f07389..4fdf722396ec 100644 --- a/lib/libc/stdio/putc.c +++ b/lib/libc/stdio/putc.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)putc.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/putc.c,v 1.13.20.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/putchar.c b/lib/libc/stdio/putchar.c index ead55652815c..f1a0f7ea8be5 100644 --- a/lib/libc/stdio/putchar.c +++ b/lib/libc/stdio/putchar.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)putchar.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/putchar.c,v 1.13.20.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/puts.c b/lib/libc/stdio/puts.c index 3e7c4952b24d..6707374b2e92 100644 --- a/lib/libc/stdio/puts.c +++ b/lib/libc/stdio/puts.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)puts.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/puts.c,v 1.10.20.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/putw.c b/lib/libc/stdio/putw.c index 717b14847b0c..ec4c7d9b6d88 100644 --- a/lib/libc/stdio/putw.c +++ b/lib/libc/stdio/putw.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)putw.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/putw.c,v 1.9.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/putwc.3 b/lib/libc/stdio/putwc.3 index 4e46834fd07f..c8550a601c08 100644 --- a/lib/libc/stdio/putwc.3 +++ b/lib/libc/stdio/putwc.3 @@ -36,7 +36,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)putc.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/putwc.3,v 1.7.20.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd March 3, 2004 .Dt PUTWC 3 diff --git a/lib/libc/stdio/putwc.c b/lib/libc/stdio/putwc.c index 8fe065bdfe32..c0cb1b81fd40 100644 --- a/lib/libc/stdio/putwc.c +++ b/lib/libc/stdio/putwc.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/putwc.c,v 1.3.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/putwchar.c b/lib/libc/stdio/putwchar.c index 55030713c752..8b7691c2bc0f 100644 --- a/lib/libc/stdio/putwchar.c +++ b/lib/libc/stdio/putwchar.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/putwchar.c,v 1.3.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/refill.c b/lib/libc/stdio/refill.c index b76bb701aca0..da168764d34b 100644 --- a/lib/libc/stdio/refill.c +++ b/lib/libc/stdio/refill.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)refill.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/refill.c,v 1.18.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <errno.h> diff --git a/lib/libc/stdio/remove.3 b/lib/libc/stdio/remove.3 index cf088c7e7187..52a55520b9c4 100644 --- a/lib/libc/stdio/remove.3 +++ b/lib/libc/stdio/remove.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)remove.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/remove.3,v 1.9.26.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd June 4, 1993 .Dt REMOVE 3 diff --git a/lib/libc/stdio/remove.c b/lib/libc/stdio/remove.c index b17124c00085..361be0655917 100644 --- a/lib/libc/stdio/remove.c +++ b/lib/libc/stdio/remove.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)remove.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/remove.c,v 1.8.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/lib/libc/stdio/rewind.c b/lib/libc/stdio/rewind.c index a9b91dbe30d9..43a17d3eba51 100644 --- a/lib/libc/stdio/rewind.c +++ b/lib/libc/stdio/rewind.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)rewind.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/rewind.c,v 1.11.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <errno.h> diff --git a/lib/libc/stdio/rget.c b/lib/libc/stdio/rget.c index 9a0bd975cc59..800bbe0a57d7 100644 --- a/lib/libc/stdio/rget.c +++ b/lib/libc/stdio/rget.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)rget.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/rget.c,v 1.5.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include <stdio.h> #include "local.h" diff --git a/lib/libc/stdio/scanf.3 b/lib/libc/stdio/scanf.3 index 4b74826ce847..0d88cc1e8988 100644 --- a/lib/libc/stdio/scanf.3 +++ b/lib/libc/stdio/scanf.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)scanf.3 8.2 (Berkeley) 12/11/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/scanf.3,v 1.24.22.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd January 4, 2003 .Dt SCANF 3 diff --git a/lib/libc/stdio/scanf.c b/lib/libc/stdio/scanf.c index 37236cd9a5dc..040d2c53c36d 100644 --- a/lib/libc/stdio/scanf.c +++ b/lib/libc/stdio/scanf.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)scanf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/scanf.c,v 1.12.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/setbuf.3 b/lib/libc/stdio/setbuf.3 index 4dccb4a0a394..529f68812fcd 100644 --- a/lib/libc/stdio/setbuf.3 +++ b/lib/libc/stdio/setbuf.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)setbuf.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/setbuf.3,v 1.16.12.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd June 4, 1993 .Dt SETBUF 3 diff --git a/lib/libc/stdio/setbuf.c b/lib/libc/stdio/setbuf.c index 348104c0dace..a6c67a0bc9e2 100644 --- a/lib/libc/stdio/setbuf.c +++ b/lib/libc/stdio/setbuf.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)setbuf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/setbuf.c,v 1.4.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include <stdio.h> #include "local.h" diff --git a/lib/libc/stdio/setbuffer.c b/lib/libc/stdio/setbuffer.c index ec779179ba27..28180c0ff14c 100644 --- a/lib/libc/stdio/setbuffer.c +++ b/lib/libc/stdio/setbuffer.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)setbuffer.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/setbuffer.c,v 1.7.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include <stdio.h> diff --git a/lib/libc/stdio/setvbuf.c b/lib/libc/stdio/setvbuf.c index 7ab91e501454..d499e43029cf 100644 --- a/lib/libc/stdio/setvbuf.c +++ b/lib/libc/stdio/setvbuf.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)setvbuf.c 8.2 (Berkeley) 11/16/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/setvbuf.c,v 1.13.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/snprintf.c b/lib/libc/stdio/snprintf.c index ee5219e9a565..ada18432d6a6 100644 --- a/lib/libc/stdio/snprintf.c +++ b/lib/libc/stdio/snprintf.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)snprintf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/snprintf.c,v 1.20.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include <limits.h> #include <stdio.h> diff --git a/lib/libc/stdio/sprintf.c b/lib/libc/stdio/sprintf.c index cf1587fdf733..7bf3ba049c73 100644 --- a/lib/libc/stdio/sprintf.c +++ b/lib/libc/stdio/sprintf.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)sprintf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/sprintf.c,v 1.14.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include <stdio.h> #include <stdarg.h> diff --git a/lib/libc/stdio/sscanf.c b/lib/libc/stdio/sscanf.c index 4db0d2963aff..5f02442a8e22 100644 --- a/lib/libc/stdio/sscanf.c +++ b/lib/libc/stdio/sscanf.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)sscanf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/sscanf.c,v 1.11.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include <stdio.h> #include <string.h> diff --git a/lib/libc/stdio/stdio.3 b/lib/libc/stdio/stdio.3 index e839bea58f09..23bd0d1f6e84 100644 --- a/lib/libc/stdio/stdio.3 +++ b/lib/libc/stdio/stdio.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)stdio.3 8.7 (Berkeley) 4/19/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/stdio.3,v 1.27.12.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd January 10, 2003 .Dt STDIO 3 diff --git a/lib/libc/stdio/stdio.c b/lib/libc/stdio/stdio.c index daae1a2cc98a..87d6cca85c0b 100644 --- a/lib/libc/stdio/stdio.c +++ b/lib/libc/stdio/stdio.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)stdio.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/stdio.c,v 1.24.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <errno.h> diff --git a/lib/libc/stdio/swprintf.c b/lib/libc/stdio/swprintf.c index d66531820d30..56a5562e8ad6 100644 --- a/lib/libc/stdio/swprintf.c +++ b/lib/libc/stdio/swprintf.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/swprintf.c,v 1.1.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <stdarg.h> #include <stdio.h> diff --git a/lib/libc/stdio/swscanf.c b/lib/libc/stdio/swscanf.c index 728a3d6957c5..7848c6011f84 100644 --- a/lib/libc/stdio/swscanf.c +++ b/lib/libc/stdio/swscanf.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/swscanf.c,v 1.1.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <stdarg.h> #include <stdio.h> diff --git a/lib/libc/stdio/tempnam.c b/lib/libc/stdio/tempnam.c index 8ac39edea5cd..e48db5eec3a1 100644 --- a/lib/libc/stdio/tempnam.c +++ b/lib/libc/stdio/tempnam.c @@ -35,7 +35,7 @@ static char sccsid[] = "@(#)tempnam.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/tempnam.c,v 1.10.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <errno.h> diff --git a/lib/libc/stdio/tmpfile.c b/lib/libc/stdio/tmpfile.c index 22d0eb1c5f0c..fc5cd63b6a48 100644 --- a/lib/libc/stdio/tmpfile.c +++ b/lib/libc/stdio/tmpfile.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)tmpfile.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/tmpfile.c,v 1.9.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <sys/types.h> diff --git a/lib/libc/stdio/tmpnam.3 b/lib/libc/stdio/tmpnam.3 index 3be7ae33c520..d8fbeaea6ec1 100644 --- a/lib/libc/stdio/tmpnam.3 +++ b/lib/libc/stdio/tmpnam.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tmpnam.3 8.2 (Berkeley) 11/17/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/tmpnam.3,v 1.17.2.1.4.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd March 18, 2007 .Dt TMPFILE 3 diff --git a/lib/libc/stdio/tmpnam.c b/lib/libc/stdio/tmpnam.c index 7c75b5495239..7ecdb358d29d 100644 --- a/lib/libc/stdio/tmpnam.c +++ b/lib/libc/stdio/tmpnam.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)tmpnam.c 8.3 (Berkeley) 3/28/94"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/tmpnam.c,v 1.5.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> diff --git a/lib/libc/stdio/ungetc.3 b/lib/libc/stdio/ungetc.3 index 3ffab32fc064..9fc4e7a3f26e 100644 --- a/lib/libc/stdio/ungetc.3 +++ b/lib/libc/stdio/ungetc.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ungetc.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/ungetc.3,v 1.13.26.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd June 4, 1993 .Dt UNGETC 3 diff --git a/lib/libc/stdio/ungetc.c b/lib/libc/stdio/ungetc.c index 01131619d63a..45a43ca78deb 100644 --- a/lib/libc/stdio/ungetc.c +++ b/lib/libc/stdio/ungetc.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)ungetc.c 8.2 (Berkeley) 11/3/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/ungetc.c,v 1.16.20.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/ungetwc.3 b/lib/libc/stdio/ungetwc.3 index 40907afc22d6..dc3b50637278 100644 --- a/lib/libc/stdio/ungetwc.3 +++ b/lib/libc/stdio/ungetwc.3 @@ -36,7 +36,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ungetc.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/ungetwc.3,v 1.5.20.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd March 3, 2004 .Dt UNGETWC 3 diff --git a/lib/libc/stdio/ungetwc.c b/lib/libc/stdio/ungetwc.c index bae2c3ebcea4..69474e79579e 100644 --- a/lib/libc/stdio/ungetwc.c +++ b/lib/libc/stdio/ungetwc.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/ungetwc.c,v 1.9.20.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <errno.h> diff --git a/lib/libc/stdio/unlocked.c b/lib/libc/stdio/unlocked.c index 083d26f24ffd..7d0a87c5a3d1 100644 --- a/lib/libc/stdio/unlocked.c +++ b/lib/libc/stdio/unlocked.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/unlocked.c,v 1.1.28.1 2008/10/02 02:57:24 kensmith Exp $"); #include <stdio.h> diff --git a/lib/libc/stdio/vasprintf.c b/lib/libc/stdio/vasprintf.c index 01ac06889c3e..8b7332a7d2f2 100644 --- a/lib/libc/stdio/vasprintf.c +++ b/lib/libc/stdio/vasprintf.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/vasprintf.c,v 1.18.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <stdio.h> #include <stdlib.h> diff --git a/lib/libc/stdio/vfprintf.c b/lib/libc/stdio/vfprintf.c index 9d1ee75cf24e..4fadb840343d 100644 --- a/lib/libc/stdio/vfprintf.c +++ b/lib/libc/stdio/vfprintf.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)vfprintf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/vfprintf.c,v 1.69.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $"); /* * Actual printf innards. diff --git a/lib/libc/stdio/vfscanf.c b/lib/libc/stdio/vfscanf.c index 465ee0d2005e..4dca3e283619 100644 --- a/lib/libc/stdio/vfscanf.c +++ b/lib/libc/stdio/vfscanf.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)vfscanf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/vfscanf.c,v 1.38.2.2.6.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <ctype.h> diff --git a/lib/libc/stdio/vfwprintf.c b/lib/libc/stdio/vfwprintf.c index 9950f1328115..6db8aa0adbaa 100644 --- a/lib/libc/stdio/vfwprintf.c +++ b/lib/libc/stdio/vfwprintf.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)vfprintf.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/stdio/vfwprintf.c,v 1.24.2.2.2.1 2008/10/02 02:57:24 kensmith Exp $"); /* * Actual wprintf innards. diff --git a/lib/libc/stdio/vfwscanf.c b/lib/libc/stdio/vfwscanf.c index a855677c12c0..802cadfc2451 100644 --- a/lib/libc/stdio/vfwscanf.c +++ b/lib/libc/stdio/vfwscanf.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)vfscanf.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/stdio/vfwscanf.c,v 1.12.8.1.6.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <ctype.h> diff --git a/lib/libc/stdio/vprintf.c b/lib/libc/stdio/vprintf.c index 15c32412f188..4f21b7a3df97 100644 --- a/lib/libc/stdio/vprintf.c +++ b/lib/libc/stdio/vprintf.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)vprintf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/vprintf.c,v 1.10.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include <stdio.h> diff --git a/lib/libc/stdio/vscanf.c b/lib/libc/stdio/vscanf.c index cd273e38c2cd..de470fe4280f 100644 --- a/lib/libc/stdio/vscanf.c +++ b/lib/libc/stdio/vscanf.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)vscanf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/vscanf.c,v 1.12.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/vsnprintf.c b/lib/libc/stdio/vsnprintf.c index 16d46eeaae02..56cf599dfd24 100644 --- a/lib/libc/stdio/vsnprintf.c +++ b/lib/libc/stdio/vsnprintf.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)vsnprintf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/vsnprintf.c,v 1.22.22.1 2008/10/02 02:57:24 kensmith Exp $"); #include <limits.h> #include <stdio.h> diff --git a/lib/libc/stdio/vsprintf.c b/lib/libc/stdio/vsprintf.c index b3150e51c2e5..ceb5665336e5 100644 --- a/lib/libc/stdio/vsprintf.c +++ b/lib/libc/stdio/vsprintf.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)vsprintf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/vsprintf.c,v 1.14.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include <stdio.h> #include <limits.h> diff --git a/lib/libc/stdio/vsscanf.c b/lib/libc/stdio/vsscanf.c index 40d494737b7d..777620d4b74a 100644 --- a/lib/libc/stdio/vsscanf.c +++ b/lib/libc/stdio/vsscanf.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)vsscanf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/vsscanf.c,v 1.12.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include <stdio.h> #include <string.h> diff --git a/lib/libc/stdio/vswprintf.c b/lib/libc/stdio/vswprintf.c index 1d8a64ed4c11..bd46d178ea4a 100644 --- a/lib/libc/stdio/vswprintf.c +++ b/lib/libc/stdio/vswprintf.c @@ -31,7 +31,7 @@ #if 0 __FBSDID("FreeBSD: src/lib/libc/stdio/vasprintf.c,v 1.16 2002/08/21 16:19:57 mike Exp "); #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/vswprintf.c,v 1.6.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <errno.h> #include <stdio.h> diff --git a/lib/libc/stdio/vswscanf.c b/lib/libc/stdio/vswscanf.c index 7b17e2f39779..54a2d2d1b530 100644 --- a/lib/libc/stdio/vswscanf.c +++ b/lib/libc/stdio/vswscanf.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)vsscanf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ __FBSDID("FreeBSD: src/lib/libc/stdio/vsscanf.c,v 1.11 2002/08/21 16:19:57 mike Exp "); #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/vswscanf.c,v 1.3.20.1 2008/10/02 02:57:24 kensmith Exp $"); #include <limits.h> #include <stdarg.h> diff --git a/lib/libc/stdio/vwprintf.c b/lib/libc/stdio/vwprintf.c index 91212a8bf3d0..d9c8131c2782 100644 --- a/lib/libc/stdio/vwprintf.c +++ b/lib/libc/stdio/vwprintf.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/vwprintf.c,v 1.1.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <stdarg.h> #include <stdio.h> diff --git a/lib/libc/stdio/vwscanf.c b/lib/libc/stdio/vwscanf.c index 4a21af2d8356..e4588fbfa0aa 100644 --- a/lib/libc/stdio/vwscanf.c +++ b/lib/libc/stdio/vwscanf.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/vwscanf.c,v 1.1.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <stdarg.h> #include <stdio.h> diff --git a/lib/libc/stdio/wbuf.c b/lib/libc/stdio/wbuf.c index 4a123052c789..9fffe83ecf71 100644 --- a/lib/libc/stdio/wbuf.c +++ b/lib/libc/stdio/wbuf.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)wbuf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/wbuf.c,v 1.11.20.1 2008/10/02 02:57:24 kensmith Exp $"); #include <stdio.h> #include "local.h" diff --git a/lib/libc/stdio/wprintf.3 b/lib/libc/stdio/wprintf.3 index 7a3f952b01b5..fa21642ff234 100644 --- a/lib/libc/stdio/wprintf.3 +++ b/lib/libc/stdio/wprintf.3 @@ -35,7 +35,7 @@ .\" .\" @(#)printf.3 8.1 (Berkeley) 6/4/93 .\" FreeBSD: src/lib/libc/stdio/printf.3,v 1.47 2002/09/06 11:23:55 tjr Exp -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/wprintf.3,v 1.5.22.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd July 5, 2003 .Dt WPRINTF 3 diff --git a/lib/libc/stdio/wprintf.c b/lib/libc/stdio/wprintf.c index 92426f6c207b..917b38878fae 100644 --- a/lib/libc/stdio/wprintf.c +++ b/lib/libc/stdio/wprintf.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/wprintf.c,v 1.1.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <stdarg.h> #include <stdio.h> diff --git a/lib/libc/stdio/wscanf.3 b/lib/libc/stdio/wscanf.3 index bc8729febb78..84699c617c9a 100644 --- a/lib/libc/stdio/wscanf.3 +++ b/lib/libc/stdio/wscanf.3 @@ -35,7 +35,7 @@ .\" .\" @(#)scanf.3 8.2 (Berkeley) 12/11/93 .\" FreeBSD: src/lib/libc/stdio/scanf.3,v 1.24 2003/06/28 09:03:25 das Exp -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/wscanf.3,v 1.6.22.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd July 5, 2003 .Dt WSCANF 3 diff --git a/lib/libc/stdio/wscanf.c b/lib/libc/stdio/wscanf.c index 5e27b401fa84..d29f9c2d9d7e 100644 --- a/lib/libc/stdio/wscanf.c +++ b/lib/libc/stdio/wscanf.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/wscanf.c,v 1.1.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <stdarg.h> #include <stdio.h> diff --git a/lib/libc/stdio/wsetup.c b/lib/libc/stdio/wsetup.c index 4c18dd48bb11..93ce56c3c7f8 100644 --- a/lib/libc/stdio/wsetup.c +++ b/lib/libc/stdio/wsetup.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)wsetup.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/wsetup.c,v 1.9.20.1 2008/10/02 02:57:24 kensmith Exp $"); #include <errno.h> #include <stdio.h> diff --git a/lib/libc/stdio/xprintf.c b/lib/libc/stdio/xprintf.c index 41ee4abca39d..719d1d0e08e3 100644 --- a/lib/libc/stdio/xprintf.c +++ b/lib/libc/stdio/xprintf.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libc/stdio/xprintf.c,v 1.3.2.2.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <namespace.h> diff --git a/lib/libc/stdio/xprintf_errno.c b/lib/libc/stdio/xprintf_errno.c index 0c2be46a6d70..bc62757410c2 100644 --- a/lib/libc/stdio/xprintf_errno.c +++ b/lib/libc/stdio/xprintf_errno.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libc/stdio/xprintf_errno.c,v 1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <namespace.h> diff --git a/lib/libc/stdio/xprintf_float.c b/lib/libc/stdio/xprintf_float.c index b719aacc2fbd..310fd26f1408 100644 --- a/lib/libc/stdio/xprintf_float.c +++ b/lib/libc/stdio/xprintf_float.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libc/stdio/xprintf_float.c,v 1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <namespace.h> diff --git a/lib/libc/stdio/xprintf_hexdump.c b/lib/libc/stdio/xprintf_hexdump.c index a2956ba27b65..e076675047cc 100644 --- a/lib/libc/stdio/xprintf_hexdump.c +++ b/lib/libc/stdio/xprintf_hexdump.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libc/stdio/xprintf_hexdump.c,v 1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <namespace.h> diff --git a/lib/libc/stdio/xprintf_int.c b/lib/libc/stdio/xprintf_int.c index f006b54d51cb..35bb09a391a4 100644 --- a/lib/libc/stdio/xprintf_int.c +++ b/lib/libc/stdio/xprintf_int.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libc/stdio/xprintf_int.c,v 1.2.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <namespace.h> diff --git a/lib/libc/stdio/xprintf_quote.c b/lib/libc/stdio/xprintf_quote.c index 0edcd30e9c55..31225f0cab0d 100644 --- a/lib/libc/stdio/xprintf_quote.c +++ b/lib/libc/stdio/xprintf_quote.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libc/stdio/xprintf_quote.c,v 1.2.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <namespace.h> diff --git a/lib/libc/stdio/xprintf_str.c b/lib/libc/stdio/xprintf_str.c index d46fa85841aa..86cfc57342e9 100644 --- a/lib/libc/stdio/xprintf_str.c +++ b/lib/libc/stdio/xprintf_str.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libc/stdio/xprintf_str.c,v 1.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <namespace.h> diff --git a/lib/libc/stdio/xprintf_time.c b/lib/libc/stdio/xprintf_time.c index 81697f165a43..0d203ed67693 100644 --- a/lib/libc/stdio/xprintf_time.c +++ b/lib/libc/stdio/xprintf_time.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libc/stdio/xprintf_time.c,v 1.3.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <namespace.h> #include <stdio.h> diff --git a/lib/libc/stdio/xprintf_vis.c b/lib/libc/stdio/xprintf_vis.c index 819f09ff1d8f..72b57297cd8b 100644 --- a/lib/libc/stdio/xprintf_vis.c +++ b/lib/libc/stdio/xprintf_vis.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libc/stdio/xprintf_vis.c,v 1.2.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <namespace.h> |