diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:19:54 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:19:54 +0000 |
commit | cc28c79becc0c69f0d33337062166295c1f52d63 (patch) | |
tree | 027a1716b81de12e9d3735d93dcaf4b08ccb78af /lib/libc/stdio | |
parent | a92e32c6e92d43c510782860a055a2d736966c11 (diff) |
Diffstat (limited to 'lib/libc/stdio')
138 files changed, 138 insertions, 138 deletions
diff --git a/lib/libc/stdio/Makefile.inc b/lib/libc/stdio/Makefile.inc index d815c971146e..5ff61b54105c 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.37.12.1 2010/12/21 17:10:29 kensmith Exp $ # stdio sources .PATH: ${.CURDIR}/stdio diff --git a/lib/libc/stdio/Symbol.map b/lib/libc/stdio/Symbol.map index 05389dc77f6c..8258b39e068a 100644 --- a/lib/libc/stdio/Symbol.map +++ b/lib/libc/stdio/Symbol.map @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/lib/libc/stdio/Symbol.map,v 1.5.12.1 2010/12/21 17:10:29 kensmith Exp $ */ FBSD_1.0 { diff --git a/lib/libc/stdio/_flock_stub.c b/lib/libc/stdio/_flock_stub.c index 716ba609aa0d..4a0585ce41a0 100644 --- a/lib/libc/stdio/_flock_stub.c +++ b/lib/libc/stdio/_flock_stub.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/_flock_stub.c,v 1.15.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/asprintf.c b/lib/libc/stdio/asprintf.c index f14265179589..fb6e8616f17a 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.38.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdio.h> #include <stdlib.h> diff --git a/lib/libc/stdio/clrerr.c b/lib/libc/stdio/clrerr.c index 8d924b3c90ae..3fa979da8131 100644 --- a/lib/libc/stdio/clrerr.c +++ b/lib/libc/stdio/clrerr.c @@ -34,7 +34,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.10.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/fclose.3 b/lib/libc/stdio/fclose.3 index 883aa108e7db..c4f87a307734 100644 --- a/lib/libc/stdio/fclose.3 +++ b/lib/libc/stdio/fclose.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fclose.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/fclose.3,v 1.15.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd April 22, 2006 .Dt FCLOSE 3 diff --git a/lib/libc/stdio/fclose.c b/lib/libc/stdio/fclose.c index f0629e830d0e..c2e806fc5f4e 100644 --- a/lib/libc/stdio/fclose.c +++ b/lib/libc/stdio/fclose.c @@ -34,7 +34,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.12.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <errno.h> diff --git a/lib/libc/stdio/fcloseall.c b/lib/libc/stdio/fcloseall.c index 8ee9a6227b79..1de6950e486b 100644 --- a/lib/libc/stdio/fcloseall.c +++ b/lib/libc/stdio/fcloseall.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/fcloseall.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdio.h> #include "local.h" diff --git a/lib/libc/stdio/fdopen.c b/lib/libc/stdio/fdopen.c index 26e2cd70bc1e..2b415108701f 100644 --- a/lib/libc/stdio/fdopen.c +++ b/lib/libc/stdio/fdopen.c @@ -34,7 +34,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.8.2.2.8.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <sys/types.h> diff --git a/lib/libc/stdio/feof.c b/lib/libc/stdio/feof.c index 996004ff11a0..83666a946052 100644 --- a/lib/libc/stdio/feof.c +++ b/lib/libc/stdio/feof.c @@ -34,7 +34,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.10.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/ferror.3 b/lib/libc/stdio/ferror.3 index d7daef39e086..703a4ef77912 100644 --- a/lib/libc/stdio/ferror.3 +++ b/lib/libc/stdio/ferror.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ferror.3 8.2 (Berkeley) 4/19/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/ferror.3,v 1.10.12.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd January 10, 2003 .Dt FERROR 3 diff --git a/lib/libc/stdio/ferror.c b/lib/libc/stdio/ferror.c index 9afabcae6597..6d7dafe7ca19 100644 --- a/lib/libc/stdio/ferror.c +++ b/lib/libc/stdio/ferror.c @@ -34,7 +34,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.10.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/fflush.3 b/lib/libc/stdio/fflush.3 index 1c04103a7161..26b5465219ff 100644 --- a/lib/libc/stdio/fflush.3 +++ b/lib/libc/stdio/fflush.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fflush.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/fflush.3,v 1.11.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 4, 1993 .Dt FFLUSH 3 diff --git a/lib/libc/stdio/fflush.c b/lib/libc/stdio/fflush.c index c0237cf5a264..4a723b01ddb2 100644 --- a/lib/libc/stdio/fflush.c +++ b/lib/libc/stdio/fflush.c @@ -34,7 +34,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.14.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <errno.h> diff --git a/lib/libc/stdio/fgetc.c b/lib/libc/stdio/fgetc.c index 8024df152395..377b6f56a4a3 100644 --- a/lib/libc/stdio/fgetc.c +++ b/lib/libc/stdio/fgetc.c @@ -34,7 +34,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.13.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/fgetln.3 b/lib/libc/stdio/fgetln.3 index b95c61ed9ec2..94374afdbdf9 100644 --- a/lib/libc/stdio/fgetln.3 +++ b/lib/libc/stdio/fgetln.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fgetln.3 8.3 (Berkeley) 4/19/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/fgetln.3,v 1.9.12.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd April 19, 1994 .Dt FGETLN 3 diff --git a/lib/libc/stdio/fgetln.c b/lib/libc/stdio/fgetln.c index 7cb2854d9f04..b9adeaef4db6 100644 --- a/lib/libc/stdio/fgetln.c +++ b/lib/libc/stdio/fgetln.c @@ -34,7 +34,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.11.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/fgetpos.c b/lib/libc/stdio/fgetpos.c index 9053be84a5de..b5a865e506c8 100644 --- a/lib/libc/stdio/fgetpos.c +++ b/lib/libc/stdio/fgetpos.c @@ -34,7 +34,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.13.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdio.h> diff --git a/lib/libc/stdio/fgets.3 b/lib/libc/stdio/fgets.3 index cd74fccabb6b..e1fc037ee531 100644 --- a/lib/libc/stdio/fgets.3 +++ b/lib/libc/stdio/fgets.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fgets.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/fgets.3,v 1.21.12.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 4, 1993 .Dt FGETS 3 diff --git a/lib/libc/stdio/fgets.c b/lib/libc/stdio/fgets.c index a0cc72452516..5348eeada173 100644 --- a/lib/libc/stdio/fgets.c +++ b/lib/libc/stdio/fgets.c @@ -34,7 +34,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.14.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/fgetwc.c b/lib/libc/stdio/fgetwc.c index 719556ad9e1f..3cbd8808d54f 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.32.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <errno.h> diff --git a/lib/libc/stdio/fgetwln.3 b/lib/libc/stdio/fgetwln.3 index b1594e26c8b5..53abaa3976cd 100644 --- a/lib/libc/stdio/fgetwln.3 +++ b/lib/libc/stdio/fgetwln.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fgetln.3 8.3 (Berkeley) 4/19/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/fgetwln.3,v 1.3.14.1 2010/12/21 17:10:29 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..5c3433fa9d8c 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.34.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/fgetws.3 b/lib/libc/stdio/fgetws.3 index 5397a100aec1..ecbda69e4b62 100644 --- a/lib/libc/stdio/fgetws.3 +++ b/lib/libc/stdio/fgetws.3 @@ -31,7 +31,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.4.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd August 6, 2002 .Dt FGETWS 3 diff --git a/lib/libc/stdio/fgetws.c b/lib/libc/stdio/fgetws.c index 94694c3eac06..0c09e185d5cd 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.10.1.4.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <errno.h> diff --git a/lib/libc/stdio/fileno.c b/lib/libc/stdio/fileno.c index e858dd815f26..c71dcc4abd85 100644 --- a/lib/libc/stdio/fileno.c +++ b/lib/libc/stdio/fileno.c @@ -34,7 +34,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.11.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/findfp.c b/lib/libc/stdio/findfp.c index 73a0d4b2c5e0..60d3e042fb6d 100644 --- a/lib/libc/stdio/findfp.c +++ b/lib/libc/stdio/findfp.c @@ -34,7 +34,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.31.12.1 2010/12/21 17:10:29 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 729b4d5638e6..3157cb70a118 100644 --- a/lib/libc/stdio/flags.c +++ b/lib/libc/stdio/flags.c @@ -34,7 +34,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.10.14.1 2010/12/21 17:10:29 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 09d24b85aac8..cd650b11a315 100644 --- a/lib/libc/stdio/floatio.h +++ b/lib/libc/stdio/floatio.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * @(#)floatio.h 8.1 (Berkeley) 6/4/93 - * $FreeBSD$ + * $FreeBSD: src/lib/libc/stdio/floatio.h,v 1.6.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/lib/libc/stdio/flockfile.3 b/lib/libc/stdio/flockfile.3 index a895a0aae045..04320ea80f89 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.38.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd January 10, 2003 .Dt FLOCKFILE 3 diff --git a/lib/libc/stdio/fopen.3 b/lib/libc/stdio/fopen.3 index 3d572cad169c..1006f85f09cc 100644 --- a/lib/libc/stdio/fopen.3 +++ b/lib/libc/stdio/fopen.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fopen.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/fopen.3,v 1.20.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd January 26, 2003 .Dt FOPEN 3 diff --git a/lib/libc/stdio/fopen.c b/lib/libc/stdio/fopen.c index 6fe536a0c907..33b945a4582a 100644 --- a/lib/libc/stdio/fopen.c +++ b/lib/libc/stdio/fopen.c @@ -34,7 +34,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.11.2.2.8.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <sys/types.h> diff --git a/lib/libc/stdio/fprintf.c b/lib/libc/stdio/fprintf.c index bebc182d97ad..856462e1ca2f 100644 --- a/lib/libc/stdio/fprintf.c +++ b/lib/libc/stdio/fprintf.c @@ -34,7 +34,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.11.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdio.h> #include <stdarg.h> diff --git a/lib/libc/stdio/fpurge.c b/lib/libc/stdio/fpurge.c index 6a2c70c3c5da..07124a3b2b1b 100644 --- a/lib/libc/stdio/fpurge.c +++ b/lib/libc/stdio/fpurge.c @@ -34,7 +34,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.11.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <errno.h> diff --git a/lib/libc/stdio/fputc.c b/lib/libc/stdio/fputc.c index 66d9a2f773cf..dec8c9490326 100644 --- a/lib/libc/stdio/fputc.c +++ b/lib/libc/stdio/fputc.c @@ -34,7 +34,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.14.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/fputs.3 b/lib/libc/stdio/fputs.3 index 8e8bbd185d04..f02e81da01a8 100644 --- a/lib/libc/stdio/fputs.3 +++ b/lib/libc/stdio/fputs.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fputs.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/fputs.3,v 1.14.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 4, 1993 .Dt FPUTS 3 diff --git a/lib/libc/stdio/fputs.c b/lib/libc/stdio/fputs.c index eb20f9eb4a1e..268868e8a4e6 100644 --- a/lib/libc/stdio/fputs.c +++ b/lib/libc/stdio/fputs.c @@ -34,7 +34,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.12.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/fputwc.c b/lib/libc/stdio/fputwc.c index 0848b74998d1..0a5ccedd28eb 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.32.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <errno.h> diff --git a/lib/libc/stdio/fputws.3 b/lib/libc/stdio/fputws.3 index ff6205752d33..dde5f36aaeeb 100644 --- a/lib/libc/stdio/fputws.3 +++ b/lib/libc/stdio/fputws.3 @@ -31,7 +31,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.6.14.1 2010/12/21 17:10:29 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..7685cc7828d5 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.32.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <errno.h> diff --git a/lib/libc/stdio/fread.3 b/lib/libc/stdio/fread.3 index 14541bb89f66..c0da91703460 100644 --- a/lib/libc/stdio/fread.3 +++ b/lib/libc/stdio/fread.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fread.3 8.2 (Berkeley) 3/8/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/fread.3,v 1.10.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd March 8, 1994 .Dt FREAD 3 diff --git a/lib/libc/stdio/fread.c b/lib/libc/stdio/fread.c index 851713be461f..8a5e715afe56 100644 --- a/lib/libc/stdio/fread.c +++ b/lib/libc/stdio/fread.c @@ -34,7 +34,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.14.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/freopen.c b/lib/libc/stdio/freopen.c index 45f7d84c9020..b4123c0c74dd 100644 --- a/lib/libc/stdio/freopen.c +++ b/lib/libc/stdio/freopen.c @@ -34,7 +34,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.18.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <sys/types.h> diff --git a/lib/libc/stdio/fscanf.c b/lib/libc/stdio/fscanf.c index ce3001a103df..f89a2950ac79 100644 --- a/lib/libc/stdio/fscanf.c +++ b/lib/libc/stdio/fscanf.c @@ -34,7 +34,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.13.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/fseek.3 b/lib/libc/stdio/fseek.3 index 3f45e3145709..092bf990c488 100644 --- a/lib/libc/stdio/fseek.3 +++ b/lib/libc/stdio/fseek.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fseek.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/fseek.3,v 1.27.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd March 19, 2004 .Dt FSEEK 3 diff --git a/lib/libc/stdio/fseek.c b/lib/libc/stdio/fseek.c index 8482d0d57d36..459cbbb07488 100644 --- a/lib/libc/stdio/fseek.c +++ b/lib/libc/stdio/fseek.c @@ -34,7 +34,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.43.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <sys/types.h> diff --git a/lib/libc/stdio/fsetpos.c b/lib/libc/stdio/fsetpos.c index f9a742e53a04..7a53c0a73007 100644 --- a/lib/libc/stdio/fsetpos.c +++ b/lib/libc/stdio/fsetpos.c @@ -34,7 +34,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.9.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <stdio.h> diff --git a/lib/libc/stdio/ftell.c b/lib/libc/stdio/ftell.c index a9ff6ed5c37c..3d1e86cd8bbe 100644 --- a/lib/libc/stdio/ftell.c +++ b/lib/libc/stdio/ftell.c @@ -34,7 +34,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.27.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <sys/types.h> diff --git a/lib/libc/stdio/funopen.3 b/lib/libc/stdio/funopen.3 index ef7c8f993475..69c4956b9e35 100644 --- a/lib/libc/stdio/funopen.3 +++ b/lib/libc/stdio/funopen.3 @@ -28,7 +28,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)funopen.3 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/funopen.3,v 1.16.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd March 19, 2004 .Dt FUNOPEN 3 diff --git a/lib/libc/stdio/funopen.c b/lib/libc/stdio/funopen.c index 9535340cb262..d4f6f114752e 100644 --- a/lib/libc/stdio/funopen.c +++ b/lib/libc/stdio/funopen.c @@ -34,7 +34,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.6.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdio.h> #include <errno.h> diff --git a/lib/libc/stdio/fvwrite.c b/lib/libc/stdio/fvwrite.c index 7206676869e6..6c78d4ccd897 100644 --- a/lib/libc/stdio/fvwrite.c +++ b/lib/libc/stdio/fvwrite.c @@ -34,7 +34,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.18.2.1.4.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdio.h> #include <stdlib.h> diff --git a/lib/libc/stdio/fvwrite.h b/lib/libc/stdio/fvwrite.h index a4da7434f0bf..9a80625d16fd 100644 --- a/lib/libc/stdio/fvwrite.h +++ b/lib/libc/stdio/fvwrite.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * @(#)fvwrite.h 8.1 (Berkeley) 6/4/93 - * $FreeBSD$ + * $FreeBSD: src/lib/libc/stdio/fvwrite.h,v 1.4.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/lib/libc/stdio/fwalk.c b/lib/libc/stdio/fwalk.c index e5ce49f4ff35..5c65e28d12c8 100644 --- a/lib/libc/stdio/fwalk.c +++ b/lib/libc/stdio/fwalk.c @@ -34,7 +34,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.10.14.1 2010/12/21 17:10:29 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..38778680981a 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.38.1 2010/12/21 17:10:29 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..6fcaabfec44a 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.38.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <errno.h> diff --git a/lib/libc/stdio/fwprintf.c b/lib/libc/stdio/fwprintf.c index a22edaeb55f0..845a03977e54 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.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdarg.h> #include <stdio.h> diff --git a/lib/libc/stdio/fwrite.c b/lib/libc/stdio/fwrite.c index 999d5958193d..222f8250cc85 100644 --- a/lib/libc/stdio/fwrite.c +++ b/lib/libc/stdio/fwrite.c @@ -34,7 +34,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.12.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/fwscanf.c b/lib/libc/stdio/fwscanf.c index f779c538518a..7ce50cc0359a 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.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdarg.h> #include <stdio.h> diff --git a/lib/libc/stdio/getc.3 b/lib/libc/stdio/getc.3 index d0f3c15f0728..1470eb9a804a 100644 --- a/lib/libc/stdio/getc.3 +++ b/lib/libc/stdio/getc.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getc.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/getc.3,v 1.21.2.1.4.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd January 10, 2003 .Dt GETC 3 diff --git a/lib/libc/stdio/getc.c b/lib/libc/stdio/getc.c index 96e6a4d5d7a6..8a111ad75528 100644 --- a/lib/libc/stdio/getc.c +++ b/lib/libc/stdio/getc.c @@ -34,7 +34,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.14.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/getchar.c b/lib/libc/stdio/getchar.c index d10daed73c08..3fb6b1bd12db 100644 --- a/lib/libc/stdio/getchar.c +++ b/lib/libc/stdio/getchar.c @@ -34,7 +34,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.13.12.1 2010/12/21 17:10:29 kensmith Exp $"); /* * A subroutine version of the macro getchar. diff --git a/lib/libc/stdio/gets.c b/lib/libc/stdio/gets.c index 6a617cec9974..f3a2a19ff702 100644 --- a/lib/libc/stdio/gets.c +++ b/lib/libc/stdio/gets.c @@ -34,7 +34,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.17.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <unistd.h> diff --git a/lib/libc/stdio/getw.c b/lib/libc/stdio/getw.c index d2c69426db3f..e8c54557dadc 100644 --- a/lib/libc/stdio/getw.c +++ b/lib/libc/stdio/getw.c @@ -34,7 +34,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.8.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdio.h> diff --git a/lib/libc/stdio/getwc.3 b/lib/libc/stdio/getwc.3 index bc4218a5bd7d..aaa1aebce048 100644 --- a/lib/libc/stdio/getwc.3 +++ b/lib/libc/stdio/getwc.3 @@ -32,7 +32,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getc.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/getwc.3,v 1.8.14.1 2010/12/21 17:10:29 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..bcd17be529d9 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.34.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/getwchar.c b/lib/libc/stdio/getwchar.c index 79dd7bc4b33b..e4ca9709b980 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.34.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/glue.h b/lib/libc/stdio/glue.h index 1fef1404663a..0ac62c977080 100644 --- a/lib/libc/stdio/glue.h +++ b/lib/libc/stdio/glue.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * @(#)glue.h 8.1 (Berkeley) 6/4/93 - * $FreeBSD$ + * $FreeBSD: src/lib/libc/stdio/glue.h,v 1.4.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/lib/libc/stdio/local.h b/lib/libc/stdio/local.h index 9d2ff0f00083..b4c27d5c75fa 100644 --- a/lib/libc/stdio/local.h +++ b/lib/libc/stdio/local.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * @(#)local.h 8.3 (Berkeley) 7/3/94 - * $FreeBSD$ + * $FreeBSD: src/lib/libc/stdio/local.h,v 1.30.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> /* for off_t */ diff --git a/lib/libc/stdio/makebuf.c b/lib/libc/stdio/makebuf.c index 92e6c4be5618..70fffc29f9ae 100644 --- a/lib/libc/stdio/makebuf.c +++ b/lib/libc/stdio/makebuf.c @@ -34,7 +34,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.6.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <sys/types.h> diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3 index 3e02d94fdfd8..efe5e1beede7 100644 --- a/lib/libc/stdio/mktemp.3 +++ b/lib/libc/stdio/mktemp.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mktemp.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/mktemp.3,v 1.22.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd February 11, 1998 .Dt MKTEMP 3 diff --git a/lib/libc/stdio/mktemp.c b/lib/libc/stdio/mktemp.c index b55f3a3f6f05..946d79b86df6 100644 --- a/lib/libc/stdio/mktemp.c +++ b/lib/libc/stdio/mktemp.c @@ -31,7 +31,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.29.2.2.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <sys/param.h> diff --git a/lib/libc/stdio/perror.c b/lib/libc/stdio/perror.c index 9f1855196ffc..bc78c7592854 100644 --- a/lib/libc/stdio/perror.c +++ b/lib/libc/stdio/perror.c @@ -31,7 +31,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.9.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <sys/types.h> diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index 84e6089b6b7c..276d5b66276c 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)printf.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/printf.3,v 1.60.12.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd October 16, 2004 .Dt PRINTF 3 diff --git a/lib/libc/stdio/printf.c b/lib/libc/stdio/printf.c index df290fa13451..952377c88420 100644 --- a/lib/libc/stdio/printf.c +++ b/lib/libc/stdio/printf.c @@ -34,7 +34,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.11.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdio.h> #include <stdarg.h> diff --git a/lib/libc/stdio/putc.3 b/lib/libc/stdio/putc.3 index a9fea5e63102..1c388f05ec0d 100644 --- a/lib/libc/stdio/putc.3 +++ b/lib/libc/stdio/putc.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)putc.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/putc.3,v 1.16.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd January 10, 2003 .Dt PUTC 3 diff --git a/lib/libc/stdio/putc.c b/lib/libc/stdio/putc.c index f15dbc1713e5..82b998ba54b2 100644 --- a/lib/libc/stdio/putc.c +++ b/lib/libc/stdio/putc.c @@ -34,7 +34,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.14.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/putchar.c b/lib/libc/stdio/putchar.c index 175f5ffd86bd..e95aeae74823 100644 --- a/lib/libc/stdio/putchar.c +++ b/lib/libc/stdio/putchar.c @@ -34,7 +34,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.14.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/puts.c b/lib/libc/stdio/puts.c index 2dc945b86b5c..c53cb9709892 100644 --- a/lib/libc/stdio/puts.c +++ b/lib/libc/stdio/puts.c @@ -34,7 +34,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.11.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/putw.c b/lib/libc/stdio/putw.c index 8fc1b4da1a6e..11b8f690b4e4 100644 --- a/lib/libc/stdio/putw.c +++ b/lib/libc/stdio/putw.c @@ -34,7 +34,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.10.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/putwc.3 b/lib/libc/stdio/putwc.3 index a661c77894a8..6bc732fbb17d 100644 --- a/lib/libc/stdio/putwc.3 +++ b/lib/libc/stdio/putwc.3 @@ -32,7 +32,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)putc.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/putwc.3,v 1.8.14.1 2010/12/21 17:10:29 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..0c2c57c6fce5 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.34.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/putwchar.c b/lib/libc/stdio/putwchar.c index 55030713c752..5419868acbb2 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.34.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/refill.c b/lib/libc/stdio/refill.c index a4f649bafbc8..61864a729579 100644 --- a/lib/libc/stdio/refill.c +++ b/lib/libc/stdio/refill.c @@ -34,7 +34,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.19.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <errno.h> diff --git a/lib/libc/stdio/remove.3 b/lib/libc/stdio/remove.3 index e7a57fe1fe8b..b4042b7b7664 100644 --- a/lib/libc/stdio/remove.3 +++ b/lib/libc/stdio/remove.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)remove.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/remove.3,v 1.10.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 4, 1993 .Dt REMOVE 3 diff --git a/lib/libc/stdio/remove.c b/lib/libc/stdio/remove.c index f08e47c4e8c8..d70c7f655994 100644 --- a/lib/libc/stdio/remove.c +++ b/lib/libc/stdio/remove.c @@ -34,7 +34,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.9.14.1 2010/12/21 17:10:29 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 73ef2c657bfc..1ce6716b10e3 100644 --- a/lib/libc/stdio/rewind.c +++ b/lib/libc/stdio/rewind.c @@ -34,7 +34,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.12.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <errno.h> diff --git a/lib/libc/stdio/rget.c b/lib/libc/stdio/rget.c index 71c75e0ac9e1..2820f72d9a67 100644 --- a/lib/libc/stdio/rget.c +++ b/lib/libc/stdio/rget.c @@ -34,7 +34,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.6.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdio.h> #include "local.h" diff --git a/lib/libc/stdio/scanf.3 b/lib/libc/stdio/scanf.3 index 319455a5fca2..2204ec0eb906 100644 --- a/lib/libc/stdio/scanf.3 +++ b/lib/libc/stdio/scanf.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)scanf.3 8.2 (Berkeley) 12/11/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/scanf.3,v 1.25.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd January 4, 2003 .Dt SCANF 3 diff --git a/lib/libc/stdio/scanf.c b/lib/libc/stdio/scanf.c index 4ae88da973fc..f24f9298073a 100644 --- a/lib/libc/stdio/scanf.c +++ b/lib/libc/stdio/scanf.c @@ -34,7 +34,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.13.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/setbuf.3 b/lib/libc/stdio/setbuf.3 index be8803404b89..13ab59bf61da 100644 --- a/lib/libc/stdio/setbuf.3 +++ b/lib/libc/stdio/setbuf.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)setbuf.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/setbuf.3,v 1.17.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 4, 1993 .Dt SETBUF 3 diff --git a/lib/libc/stdio/setbuf.c b/lib/libc/stdio/setbuf.c index 0daef5422ec2..249f093e4bb1 100644 --- a/lib/libc/stdio/setbuf.c +++ b/lib/libc/stdio/setbuf.c @@ -34,7 +34,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.5.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdio.h> #include "local.h" diff --git a/lib/libc/stdio/setbuffer.c b/lib/libc/stdio/setbuffer.c index dd1caa01f806..b5cc71b657ae 100644 --- a/lib/libc/stdio/setbuffer.c +++ b/lib/libc/stdio/setbuffer.c @@ -34,7 +34,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.8.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdio.h> diff --git a/lib/libc/stdio/setvbuf.c b/lib/libc/stdio/setvbuf.c index d897925fa363..7d7d7f7abde3 100644 --- a/lib/libc/stdio/setvbuf.c +++ b/lib/libc/stdio/setvbuf.c @@ -34,7 +34,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.14.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/snprintf.c b/lib/libc/stdio/snprintf.c index c430ab189348..cff8d265c26a 100644 --- a/lib/libc/stdio/snprintf.c +++ b/lib/libc/stdio/snprintf.c @@ -34,7 +34,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.21.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include <limits.h> #include <stdio.h> diff --git a/lib/libc/stdio/sprintf.c b/lib/libc/stdio/sprintf.c index f49259f97ce7..dc1f7184feb9 100644 --- a/lib/libc/stdio/sprintf.c +++ b/lib/libc/stdio/sprintf.c @@ -34,7 +34,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.15.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdio.h> #include <stdarg.h> diff --git a/lib/libc/stdio/sscanf.c b/lib/libc/stdio/sscanf.c index a1ee11d35d62..bfcfb3f4ce2e 100644 --- a/lib/libc/stdio/sscanf.c +++ b/lib/libc/stdio/sscanf.c @@ -34,7 +34,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.12.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdio.h> #include <string.h> diff --git a/lib/libc/stdio/stdio.3 b/lib/libc/stdio/stdio.3 index 1a13ee98ac77..12c3a0dce7d7 100644 --- a/lib/libc/stdio/stdio.3 +++ b/lib/libc/stdio/stdio.3 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)stdio.3 8.7 (Berkeley) 4/19/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/stdio.3,v 1.28.12.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd January 10, 2003 .Dt STDIO 3 diff --git a/lib/libc/stdio/stdio.c b/lib/libc/stdio/stdio.c index 2447d180ef56..86be437a3ae4 100644 --- a/lib/libc/stdio/stdio.c +++ b/lib/libc/stdio/stdio.c @@ -34,7 +34,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.25.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <errno.h> diff --git a/lib/libc/stdio/swprintf.c b/lib/libc/stdio/swprintf.c index d66531820d30..00b6d4271926 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.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdarg.h> #include <stdio.h> diff --git a/lib/libc/stdio/swscanf.c b/lib/libc/stdio/swscanf.c index 728a3d6957c5..aaa34f3ec26a 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.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdarg.h> #include <stdio.h> diff --git a/lib/libc/stdio/tempnam.c b/lib/libc/stdio/tempnam.c index ea4a2c8ca63a..5a637aba9844 100644 --- a/lib/libc/stdio/tempnam.c +++ b/lib/libc/stdio/tempnam.c @@ -31,7 +31,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.11.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <errno.h> diff --git a/lib/libc/stdio/tmpfile.c b/lib/libc/stdio/tmpfile.c index 7ff297fe15d6..162cdbf7535e 100644 --- a/lib/libc/stdio/tmpfile.c +++ b/lib/libc/stdio/tmpfile.c @@ -34,7 +34,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.10.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <sys/types.h> diff --git a/lib/libc/stdio/tmpnam.3 b/lib/libc/stdio/tmpnam.3 index 66652b741716..2c7974e28d99 100644 --- a/lib/libc/stdio/tmpnam.3 +++ b/lib/libc/stdio/tmpnam.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tmpnam.3 8.2 (Berkeley) 11/17/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/tmpnam.3,v 1.20.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd March 18, 2007 .Dt TMPFILE 3 diff --git a/lib/libc/stdio/tmpnam.c b/lib/libc/stdio/tmpnam.c index 05bcb5bad6c4..fc3fa220a116 100644 --- a/lib/libc/stdio/tmpnam.c +++ b/lib/libc/stdio/tmpnam.c @@ -34,7 +34,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.6.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> diff --git a/lib/libc/stdio/ungetc.3 b/lib/libc/stdio/ungetc.3 index 86566b3765a4..a79a963aafc3 100644 --- a/lib/libc/stdio/ungetc.3 +++ b/lib/libc/stdio/ungetc.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ungetc.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/ungetc.3,v 1.14.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 4, 1993 .Dt UNGETC 3 diff --git a/lib/libc/stdio/ungetc.c b/lib/libc/stdio/ungetc.c index ef2c68b93583..2a34c55855e6 100644 --- a/lib/libc/stdio/ungetc.c +++ b/lib/libc/stdio/ungetc.c @@ -34,7 +34,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.17.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/ungetwc.3 b/lib/libc/stdio/ungetwc.3 index 2cdfbe9f3978..20f4ea0144e1 100644 --- a/lib/libc/stdio/ungetwc.3 +++ b/lib/libc/stdio/ungetwc.3 @@ -32,7 +32,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ungetc.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libc/stdio/ungetwc.3,v 1.6.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd March 3, 2004 .Dt UNGETWC 3 diff --git a/lib/libc/stdio/ungetwc.c b/lib/libc/stdio/ungetwc.c index 510648b8ded4..a3dc29e43476 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.10.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <errno.h> diff --git a/lib/libc/stdio/unlocked.c b/lib/libc/stdio/unlocked.c index 083d26f24ffd..910f1a791ca2 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.36.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdio.h> diff --git a/lib/libc/stdio/vasprintf.c b/lib/libc/stdio/vasprintf.c index 01ac06889c3e..7c43991aaff3 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.38.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdio.h> #include <stdlib.h> diff --git a/lib/libc/stdio/vfprintf.c b/lib/libc/stdio/vfprintf.c index 20af9b965b64..e8abb21d3d8d 100644 --- a/lib/libc/stdio/vfprintf.c +++ b/lib/libc/stdio/vfprintf.c @@ -34,7 +34,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.77.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $"); /* * Actual printf innards. diff --git a/lib/libc/stdio/vfscanf.c b/lib/libc/stdio/vfscanf.c index 452eb65ece26..b6fbadfc71bd 100644 --- a/lib/libc/stdio/vfscanf.c +++ b/lib/libc/stdio/vfscanf.c @@ -34,7 +34,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.41.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <ctype.h> diff --git a/lib/libc/stdio/vfwprintf.c b/lib/libc/stdio/vfwprintf.c index e57c6ed27805..ca0a94355e64 100644 --- a/lib/libc/stdio/vfwprintf.c +++ b/lib/libc/stdio/vfwprintf.c @@ -36,7 +36,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.27.2.3.4.1 2010/12/21 17:10:29 kensmith Exp $"); /* * Actual wprintf innards. diff --git a/lib/libc/stdio/vfwscanf.c b/lib/libc/stdio/vfwscanf.c index b6d97e3194f0..73e051a3f10c 100644 --- a/lib/libc/stdio/vfwscanf.c +++ b/lib/libc/stdio/vfwscanf.c @@ -36,7 +36,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.15.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <ctype.h> diff --git a/lib/libc/stdio/vprintf.c b/lib/libc/stdio/vprintf.c index a610b7dc2b13..e82cf6c8b6ab 100644 --- a/lib/libc/stdio/vprintf.c +++ b/lib/libc/stdio/vprintf.c @@ -34,7 +34,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.11.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdio.h> diff --git a/lib/libc/stdio/vscanf.c b/lib/libc/stdio/vscanf.c index 25bce72c1cec..bc4dd8262999 100644 --- a/lib/libc/stdio/vscanf.c +++ b/lib/libc/stdio/vscanf.c @@ -34,7 +34,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.13.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include "namespace.h" #include <stdio.h> diff --git a/lib/libc/stdio/vsnprintf.c b/lib/libc/stdio/vsnprintf.c index ba15c34ffa3b..8816b4e3c687 100644 --- a/lib/libc/stdio/vsnprintf.c +++ b/lib/libc/stdio/vsnprintf.c @@ -34,7 +34,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.23.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include <limits.h> #include <stdio.h> diff --git a/lib/libc/stdio/vsprintf.c b/lib/libc/stdio/vsprintf.c index 923afd814369..cf14238e687a 100644 --- a/lib/libc/stdio/vsprintf.c +++ b/lib/libc/stdio/vsprintf.c @@ -34,7 +34,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.15.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdio.h> #include <limits.h> diff --git a/lib/libc/stdio/vsscanf.c b/lib/libc/stdio/vsscanf.c index 4feae92d626c..5e87a3d1b260 100644 --- a/lib/libc/stdio/vsscanf.c +++ b/lib/libc/stdio/vsscanf.c @@ -34,7 +34,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.13.2.1.4.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdio.h> #include <string.h> diff --git a/lib/libc/stdio/vswprintf.c b/lib/libc/stdio/vswprintf.c index 1d8a64ed4c11..15732d858274 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.24.1 2010/12/21 17:10:29 kensmith Exp $"); #include <errno.h> #include <stdio.h> diff --git a/lib/libc/stdio/vswscanf.c b/lib/libc/stdio/vswscanf.c index 5d9a22a5b0d3..3ee39d1d4c2f 100644 --- a/lib/libc/stdio/vswscanf.c +++ b/lib/libc/stdio/vswscanf.c @@ -37,7 +37,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.4.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include <limits.h> #include <stdarg.h> diff --git a/lib/libc/stdio/vwprintf.c b/lib/libc/stdio/vwprintf.c index 91212a8bf3d0..94d866863a48 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.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdarg.h> #include <stdio.h> diff --git a/lib/libc/stdio/vwscanf.c b/lib/libc/stdio/vwscanf.c index 4a21af2d8356..52bca4134274 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.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdarg.h> #include <stdio.h> diff --git a/lib/libc/stdio/wbuf.c b/lib/libc/stdio/wbuf.c index 58e2da569df5..319cd50b2d63 100644 --- a/lib/libc/stdio/wbuf.c +++ b/lib/libc/stdio/wbuf.c @@ -34,7 +34,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.12.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdio.h> #include "local.h" diff --git a/lib/libc/stdio/wprintf.3 b/lib/libc/stdio/wprintf.3 index d9e724f81cd9..27b5d79b78af 100644 --- a/lib/libc/stdio/wprintf.3 +++ b/lib/libc/stdio/wprintf.3 @@ -31,7 +31,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.6.14.1 2010/12/21 17:10:29 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..ade00f9825ac 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.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdarg.h> #include <stdio.h> diff --git a/lib/libc/stdio/wscanf.3 b/lib/libc/stdio/wscanf.3 index f696d3d64448..79e328bb9b7a 100644 --- a/lib/libc/stdio/wscanf.3 +++ b/lib/libc/stdio/wscanf.3 @@ -31,7 +31,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.7.14.1 2010/12/21 17:10:29 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..2dce4234b950 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.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdarg.h> #include <stdio.h> diff --git a/lib/libc/stdio/wsetup.c b/lib/libc/stdio/wsetup.c index 37bfc58bc360..be734b02adb0 100644 --- a/lib/libc/stdio/wsetup.c +++ b/lib/libc/stdio/wsetup.c @@ -34,7 +34,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.10.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $"); #include <errno.h> #include <stdio.h> diff --git a/lib/libc/stdio/xprintf.c b/lib/libc/stdio/xprintf.c index 41ee4abca39d..5f9f9bafe98b 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.5.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <namespace.h> diff --git a/lib/libc/stdio/xprintf_errno.c b/lib/libc/stdio/xprintf_errno.c index 0c2be46a6d70..cd7e8b8058d5 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.16.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <namespace.h> diff --git a/lib/libc/stdio/xprintf_float.c b/lib/libc/stdio/xprintf_float.c index b719aacc2fbd..e246037981e1 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.16.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <namespace.h> diff --git a/lib/libc/stdio/xprintf_hexdump.c b/lib/libc/stdio/xprintf_hexdump.c index a2956ba27b65..0b3dad763958 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.16.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <namespace.h> diff --git a/lib/libc/stdio/xprintf_int.c b/lib/libc/stdio/xprintf_int.c index f006b54d51cb..7a001ef92581 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.16.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <namespace.h> diff --git a/lib/libc/stdio/xprintf_quote.c b/lib/libc/stdio/xprintf_quote.c index 0edcd30e9c55..58c708b5920b 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.16.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <namespace.h> diff --git a/lib/libc/stdio/xprintf_str.c b/lib/libc/stdio/xprintf_str.c index d46fa85841aa..6eace59863ae 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.16.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <namespace.h> diff --git a/lib/libc/stdio/xprintf_time.c b/lib/libc/stdio/xprintf_time.c index 81697f165a43..3ef4b2df697c 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.16.1 2010/12/21 17:10:29 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..45f489002070 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.16.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <namespace.h> |