Browse Source

zap remaining rcsid.

Kill old files that are no longer compiled.
okay theo
OPENBSD_3_8
espie 19 years ago
parent
commit
b4fb9e2f94
122 changed files with 116 additions and 692 deletions
  1. +1
    -5
      src/lib/libc/crypt/crypt.c
  2. +1
    -5
      src/lib/libc/crypt/crypt2.c
  3. +1
    -5
      src/lib/libc/crypt/md5crypt.c
  4. +1
    -5
      src/lib/libc/hash/helper.c
  5. +1
    -5
      src/lib/libc/hash/md4.c
  6. +1
    -5
      src/lib/libc/hash/md5.c
  7. +0
    -4
      src/lib/libc/hash/rmd160.c
  8. +1
    -5
      src/lib/libc/hash/sha1.c
  9. +1
    -5
      src/lib/libc/hash/sha2.c
  10. +1
    -5
      src/lib/libc/stdlib/_Exit.c
  11. +1
    -4
      src/lib/libc/stdlib/_rand48.c
  12. +1
    -4
      src/lib/libc/stdlib/a64l.c
  13. +1
    -4
      src/lib/libc/stdlib/abort.c
  14. +1
    -4
      src/lib/libc/stdlib/abs.c
  15. +1
    -4
      src/lib/libc/stdlib/atexit.c
  16. +1
    -4
      src/lib/libc/stdlib/atof.c
  17. +1
    -4
      src/lib/libc/stdlib/atoi.c
  18. +1
    -4
      src/lib/libc/stdlib/atol.c
  19. +1
    -4
      src/lib/libc/stdlib/atoll.c
  20. +0
    -4
      src/lib/libc/stdlib/bsearch.c
  21. +1
    -4
      src/lib/libc/stdlib/calloc.c
  22. +1
    -5
      src/lib/libc/stdlib/cfree.c
  23. +1
    -4
      src/lib/libc/stdlib/div.c
  24. +1
    -4
      src/lib/libc/stdlib/drand48.c
  25. +1
    -5
      src/lib/libc/stdlib/ecvt.c
  26. +1
    -4
      src/lib/libc/stdlib/erand48.c
  27. +1
    -4
      src/lib/libc/stdlib/exit.c
  28. +1
    -5
      src/lib/libc/stdlib/gcvt.c
  29. +1
    -4
      src/lib/libc/stdlib/getenv.c
  30. +1
    -5
      src/lib/libc/stdlib/getopt_long.c
  31. +1
    -9
      src/lib/libc/stdlib/getsubopt.c
  32. +1
    -10
      src/lib/libc/stdlib/hcreate.c
  33. +0
    -4
      src/lib/libc/stdlib/heapsort.c
  34. +1
    -5
      src/lib/libc/stdlib/insque.c
  35. +1
    -4
      src/lib/libc/stdlib/jrand48.c
  36. +1
    -4
      src/lib/libc/stdlib/l64a.c
  37. +1
    -4
      src/lib/libc/stdlib/labs.c
  38. +1
    -4
      src/lib/libc/stdlib/lcong48.c
  39. +1
    -4
      src/lib/libc/stdlib/ldiv.c
  40. +3
    -6
      src/lib/libc/stdlib/llabs.c
  41. +1
    -4
      src/lib/libc/stdlib/lrand48.c
  42. +1
    -4
      src/lib/libc/stdlib/malloc.c
  43. +1
    -4
      src/lib/libc/stdlib/merge.c
  44. +1
    -4
      src/lib/libc/stdlib/mrand48.c
  45. +0
    -120
      src/lib/libc/stdlib/multibyte.c
  46. +1
    -4
      src/lib/libc/stdlib/nrand48.c
  47. +1
    -4
      src/lib/libc/stdlib/putenv.c
  48. +1
    -4
      src/lib/libc/stdlib/qabs.c
  49. +1
    -4
      src/lib/libc/stdlib/qdiv.c
  50. +1
    -4
      src/lib/libc/stdlib/qsort.c
  51. +1
    -4
      src/lib/libc/stdlib/radixsort.c
  52. +0
    -4
      src/lib/libc/stdlib/rand.c
  53. +1
    -4
      src/lib/libc/stdlib/random.c
  54. +1
    -9
      src/lib/libc/stdlib/realpath.c
  55. +1
    -5
      src/lib/libc/stdlib/remque.c
  56. +1
    -4
      src/lib/libc/stdlib/seed48.c
  57. +1
    -4
      src/lib/libc/stdlib/setenv.c
  58. +1
    -4
      src/lib/libc/stdlib/srand48.c
  59. +1
    -4
      src/lib/libc/stdlib/strtod.c
  60. +1
    -4
      src/lib/libc/stdlib/strtol.c
  61. +0
    -4
      src/lib/libc/stdlib/strtoll.c
  62. +1
    -4
      src/lib/libc/stdlib/strtoul.c
  63. +1
    -4
      src/lib/libc/stdlib/strtoull.c
  64. +1
    -4
      src/lib/libc/stdlib/system.c
  65. +1
    -5
      src/lib/libc/string/bcmp.c
  66. +1
    -4
      src/lib/libc/string/bcopy.c
  67. +1
    -4
      src/lib/libc/string/bm.c
  68. +1
    -5
      src/lib/libc/string/bzero.c
  69. +1
    -5
      src/lib/libc/string/ffs.c
  70. +1
    -4
      src/lib/libc/string/index.c
  71. +1
    -9
      src/lib/libc/string/memccpy.c
  72. +1
    -4
      src/lib/libc/string/memchr.c
  73. +1
    -4
      src/lib/libc/string/memcmp.c
  74. +1
    -4
      src/lib/libc/string/memset.c
  75. +1
    -4
      src/lib/libc/string/rindex.c
  76. +1
    -9
      src/lib/libc/string/strcasecmp.c
  77. +1
    -5
      src/lib/libc/string/strcasestr.c
  78. +1
    -5
      src/lib/libc/string/strcat.c
  79. +1
    -5
      src/lib/libc/string/strcmp.c
  80. +1
    -4
      src/lib/libc/string/strcoll.c
  81. +1
    -5
      src/lib/libc/string/strcpy.c
  82. +1
    -4
      src/lib/libc/string/strcspn.c
  83. +1
    -9
      src/lib/libc/string/strdup.c
  84. +1
    -4
      src/lib/libc/string/strerror.c
  85. +1
    -5
      src/lib/libc/string/strerror_r.c
  86. +1
    -5
      src/lib/libc/string/strlcat.c
  87. +1
    -5
      src/lib/libc/string/strlcpy.c
  88. +1
    -5
      src/lib/libc/string/strlen.c
  89. +1
    -4
      src/lib/libc/string/strmode.c
  90. +1
    -4
      src/lib/libc/string/strncat.c
  91. +1
    -5
      src/lib/libc/string/strncmp.c
  92. +1
    -5
      src/lib/libc/string/strncpy.c
  93. +1
    -4
      src/lib/libc/string/strpbrk.c
  94. +1
    -9
      src/lib/libc/string/strsep.c
  95. +0
    -4
      src/lib/libc/string/strsignal.c
  96. +1
    -4
      src/lib/libc/string/strspn.c
  97. +1
    -4
      src/lib/libc/string/strstr.c
  98. +0
    -4
      src/lib/libc/string/strtok.c
  99. +1
    -4
      src/lib/libc/string/strxfrm.c
  100. +1
    -4
      src/lib/libc/string/swab.c

+ 1
- 5
src/lib/libc/crypt/crypt.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: crypt.c,v 1.19 2004/09/14 22:56:57 deraadt Exp $ */
/* $OpenBSD: crypt.c,v 1.20 2005/08/08 08:05:33 espie Exp $ */
/*
* FreeSec: libcrypt
@ -46,10 +46,6 @@
* posted to the sci.crypt newsgroup by the author and is available for FTP.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char rcsid[] = "$OpenBSD: crypt.c,v 1.19 2004/09/14 22:56:57 deraadt Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
#include <sys/param.h>
#include <pwd.h>


+ 1
- 5
src/lib/libc/crypt/crypt2.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: crypt2.c,v 1.2 2004/09/14 22:56:57 deraadt Exp $ */
/* $OpenBSD: crypt2.c,v 1.3 2005/08/08 08:05:33 espie Exp $ */
/*
* FreeSec: libcrypt
@ -46,10 +46,6 @@
* posted to the sci.crypt newsgroup by the author and is available for FTP.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char rcsid[] = "$OpenBSD: crypt2.c,v 1.2 2004/09/14 22:56:57 deraadt Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
#include <sys/param.h>
#include <pwd.h>


+ 1
- 5
src/lib/libc/crypt/md5crypt.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: md5crypt.c,v 1.13 2003/08/07 00:30:21 deraadt Exp $ */
/* $OpenBSD: md5crypt.c,v 1.14 2005/08/08 08:05:33 espie Exp $ */
/*
* ----------------------------------------------------------------------------
@ -12,10 +12,6 @@
*
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char rcsid[] = "$OpenBSD: md5crypt.c,v 1.13 2003/08/07 00:30:21 deraadt Exp $";
#endif /* LIBC_SCCS and not lint */
#include <unistd.h>
#include <stdio.h>
#include <string.h>


+ 1
- 5
src/lib/libc/hash/helper.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: helper.c,v 1.7 2004/09/16 15:12:09 millert Exp $ */
/* $OpenBSD: helper.c,v 1.8 2005/08/08 08:05:35 espie Exp $ */
/*
* ----------------------------------------------------------------------------
@ -9,10 +9,6 @@
* ----------------------------------------------------------------------------
*/
#if defined(LIBC_SCCS) && !defined(lint)
static const char rcsid[] = "$OpenBSD: helper.c,v 1.7 2004/09/16 15:12:09 millert Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>
#include <sys/stat.h>


+ 1
- 5
src/lib/libc/hash/md4.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: md4.c,v 1.6 2004/05/28 15:10:27 millert Exp $ */
/* $OpenBSD: md4.c,v 1.7 2005/08/08 08:05:35 espie Exp $ */
/*
* This code implements the MD4 message-digest algorithm.
@ -18,10 +18,6 @@
* will fill a supplied 16-byte array with the digest.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static const char rcsid[] = "$OpenBSD: md4.c,v 1.6 2004/05/28 15:10:27 millert Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
#include <string.h>
#include <md4.h>


+ 1
- 5
src/lib/libc/hash/md5.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: md5.c,v 1.7 2004/05/28 15:10:27 millert Exp $ */
/* $OpenBSD: md5.c,v 1.8 2005/08/08 08:05:35 espie Exp $ */
/*
* This code implements the MD5 message-digest algorithm.
@ -17,10 +17,6 @@
* will fill a supplied 16-byte array with the digest.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static const char rcsid[] = "$OpenBSD: md5.c,v 1.7 2004/05/28 15:10:27 millert Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
#include <string.h>
#include <md5.h>


+ 0
- 4
src/lib/libc/hash/rmd160.c View File

@ -31,10 +31,6 @@
#include <sys/endian.h>
#include <rmd160.h>
#if defined(LIBC_SCCS) && !defined(lint)
static char rcsid[] = "$OpenBSD: rmd160.c,v 1.17 2004/05/28 15:10:27 millert Exp $";
#endif /* LIBC_SCCS and not lint */
#define PUT_64BIT_LE(cp, value) do { \
(cp)[7] = (value) >> 56; \
(cp)[6] = (value) >> 48; \


+ 1
- 5
src/lib/libc/hash/sha1.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: sha1.c,v 1.19 2004/05/28 15:10:27 millert Exp $ */
/* $OpenBSD: sha1.c,v 1.20 2005/08/08 08:05:35 espie Exp $ */
/*
* SHA-1 in C
@ -14,10 +14,6 @@
* 34AA973C D4C4DAA4 F61EEB2B DBAD2731 6534016F
*/
#if defined(LIBC_SCCS) && !defined(lint)
static const char rcsid[] = "$OpenBSD: sha1.c,v 1.19 2004/05/28 15:10:27 millert Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>
#include <string.h>
#include <sha1.h>


+ 1
- 5
src/lib/libc/hash/sha2.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: sha2.c,v 1.10 2004/05/28 15:10:27 millert Exp $ */
/* $OpenBSD: sha2.c,v 1.11 2005/08/08 08:05:35 espie Exp $ */
/*
* FILE: sha2.c
@ -34,10 +34,6 @@
* $From: sha2.c,v 1.1 2001/11/08 00:01:51 adg Exp adg $
*/
#if defined(LIBC_SCCS) && !defined(lint)
static const char rcsid[] = "$OpenBSD: sha2.c,v 1.10 2004/05/28 15:10:27 millert Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
#include <string.h>


+ 1
- 5
src/lib/libc/stdlib/_Exit.c View File

@ -1,13 +1,9 @@
/* $OpenBSD: _Exit.c,v 1.1 2004/05/03 17:21:13 millert Exp $ */
/* $OpenBSD: _Exit.c,v 1.2 2005/08/08 08:05:36 espie Exp $ */
/*
* Placed in the public domain by Todd C. Miller on January 21, 2004.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: _Exit.c,v 1.1 2004/05/03 17:21:13 millert Exp $";
#endif /* LIBC_SCCS and not lint */
#include <stdlib.h>
#include <unistd.h>


+ 1
- 4
src/lib/libc/stdlib/_rand48.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: _rand48.c,v 1.3 2005/08/08 08:05:36 espie Exp $ */
/*
* Copyright (c) 1993 Martin Birgmeier
* All rights reserved.
@ -11,10 +12,6 @@
* to anyone/anything when using this software.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char rcsid[] = "$OpenBSD: _rand48.c,v 1.2 1996/08/19 08:33:19 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#include "rand48.h"
unsigned short __rand48_seed[3] = {


+ 1
- 4
src/lib/libc/stdlib/a64l.c View File

@ -1,12 +1,9 @@
/* $OpenBSD: a64l.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */
/*
* Written by J.T. Conklin <jtc@netbsd.org>.
* Public domain.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: a64l.c,v 1.4 2005/03/30 18:51:49 pat Exp $";
#endif /* LIBC_SCCS and not lint */
#include <errno.h>
#include <stdlib.h>


+ 1
- 4
src/lib/libc/stdlib/abort.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: abort.c,v 1.14 2005/08/08 08:05:36 espie Exp $ */
/*
* Copyright (c) 1985 Regents of the University of California.
* All rights reserved.
@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: abort.c,v 1.13 2004/01/20 19:35:17 millert Exp $";
#endif /* LIBC_SCCS and not lint */
#include <signal.h>
#include <stdlib.h>
#include <unistd.h>


+ 1
- 4
src/lib/libc/stdlib/abs.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: abs.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: abs.c,v 1.4 2005/03/30 18:51:49 pat Exp $";
#endif /* LIBC_SCCS and not lint */
#include <stdlib.h>
int


+ 1
- 4
src/lib/libc/stdlib/atexit.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: atexit.c,v 1.10 2005/08/08 08:05:36 espie Exp $ */
/*
* Copyright (c) 2002 Daniel Hartmeier
* All rights reserved.
@ -28,10 +29,6 @@
*
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: atexit.c,v 1.9 2005/06/17 21:38:59 deraadt Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
#include <sys/mman.h>
#include <stdlib.h>


+ 1
- 4
src/lib/libc/stdlib/atof.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: atof.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */
/*
* Copyright (c) 1988 The Regents of the University of California.
* All rights reserved.
@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: atof.c,v 1.4 2005/03/30 18:51:49 pat Exp $";
#endif /* LIBC_SCCS and not lint */
#include <stdlib.h>
double


+ 1
- 4
src/lib/libc/stdlib/atoi.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: atoi.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */
/*
* Copyright (c) 1988 Regents of the University of California.
* All rights reserved.
@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: atoi.c,v 1.4 2005/03/30 18:51:49 pat Exp $";
#endif /* LIBC_SCCS and not lint */
#include <stdlib.h>
int


+ 1
- 4
src/lib/libc/stdlib/atol.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: atol.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */
/*
* Copyright (c) 1988 Regents of the University of California.
* All rights reserved.
@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: atol.c,v 1.4 2005/03/30 18:51:49 pat Exp $";
#endif /* LIBC_SCCS and not lint */
#include <stdlib.h>
long


+ 1
- 4
src/lib/libc/stdlib/atoll.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: atoll.c,v 1.3 2005/08/08 08:05:36 espie Exp $ */
/*
* Copyright (c) 1988 Regents of the University of California.
* All rights reserved.
@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: atoll.c,v 1.2 2003/06/02 20:18:37 millert Exp $";
#endif /* LIBC_SCCS and not lint */
#include <stdlib.h>
long long


+ 0
- 4
src/lib/libc/stdlib/bsearch.c View File

@ -27,10 +27,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: bsearch.c,v 1.5 2005/03/30 18:51:49 pat Exp $";
#endif /* LIBC_SCCS and not lint */
#include <stdlib.h>
/*


+ 1
- 4
src/lib/libc/stdlib/calloc.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: calloc.c,v 1.10 2005/08/08 08:05:36 espie Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: calloc.c,v 1.9 2005/03/30 18:51:49 pat Exp $";
#endif /* LIBC_SCCS and not lint */
#include <stdlib.h>
#include <string.h>
#include <limits.h>


+ 1
- 5
src/lib/libc/stdlib/cfree.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: cfree.c,v 1.4 2005/03/30 18:51:49 pat Exp $ */
/* $OpenBSD: cfree.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */
/*
* Copyright (c) 1996 SigmaSoft, Th. Lockert <tholo@sigmasoft.com>
@ -25,10 +25,6 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char rcsid[] = "$OpenBSD: cfree.c,v 1.4 2005/03/30 18:51:49 pat Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
#include <stdlib.h>


+ 1
- 4
src/lib/libc/stdlib/div.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: div.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */
/*
* Copyright (c) 1990 Regents of the University of California.
* All rights reserved.
@ -30,10 +31,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: div.c,v 1.4 2005/03/30 18:51:49 pat Exp $";
#endif /* LIBC_SCCS and not lint */
#include <stdlib.h> /* div_t */
div_t


+ 1
- 4
src/lib/libc/stdlib/drand48.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: drand48.c,v 1.3 2005/08/08 08:05:36 espie Exp $ */
/*
* Copyright (c) 1993 Martin Birgmeier
* All rights reserved.
@ -11,10 +12,6 @@
* to anyone/anything when using this software.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char rcsid[] = "$OpenBSD: drand48.c,v 1.2 1996/08/19 08:33:29 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#include "rand48.h"
extern unsigned short __rand48_seed[3];


+ 1
- 5
src/lib/libc/stdlib/ecvt.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: ecvt.c,v 1.3 2003/06/17 21:56:24 millert Exp $ */
/* $OpenBSD: ecvt.c,v 1.4 2005/08/08 08:05:36 espie Exp $ */
/*
* Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com>
@ -20,10 +20,6 @@
* Materiel Command, USAF, under agreement number F39502-99-1-0512.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char rcsid[] = "$OpenBSD: ecvt.c,v 1.3 2003/06/17 21:56:24 millert Exp $";
#endif /* LIBC_SCCS and not lint */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>


+ 1
- 4
src/lib/libc/stdlib/erand48.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: erand48.c,v 1.3 2005/08/08 08:05:36 espie Exp $ */
/*
* Copyright (c) 1993 Martin Birgmeier
* All rights reserved.
@ -11,10 +12,6 @@
* to anyone/anything when using this software.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char rcsid[] = "$OpenBSD: erand48.c,v 1.2 1996/08/19 08:33:29 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#include "rand48.h"
double


+ 1
- 4
src/lib/libc/stdlib/exit.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: exit.c,v 1.11 2005/08/08 08:05:36 espie Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: exit.c,v 1.10 2005/03/30 18:51:49 pat Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
#include <sys/mman.h>
#include <stdlib.h>


+ 1
- 5
src/lib/libc/stdlib/gcvt.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: gcvt.c,v 1.5 2003/06/17 21:56:24 millert Exp $ */
/* $OpenBSD: gcvt.c,v 1.6 2005/08/08 08:05:36 espie Exp $ */
/*
* Copyright (c) 2002, 2003 Todd C. Miller <Todd.Miller@courtesan.com>
@ -20,10 +20,6 @@
* Materiel Command, USAF, under agreement number F39502-99-1-0512.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char rcsid[] = "$OpenBSD: gcvt.c,v 1.5 2003/06/17 21:56:24 millert Exp $";
#endif /* LIBC_SCCS and not lint */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>


+ 1
- 4
src/lib/libc/stdlib/getenv.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: getenv.c,v 1.8 2005/08/08 08:05:36 espie Exp $ */
/*
* Copyright (c) 1987, 1993
* The Regents of the University of California. All rights reserved.
@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: getenv.c,v 1.7 2005/03/30 18:51:49 pat Exp $";
#endif /* LIBC_SCCS and not lint */
#include <stdlib.h>
#include <string.h>


+ 1
- 5
src/lib/libc/stdlib/getopt_long.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: getopt_long.c,v 1.18 2005/03/30 18:51:49 pat Exp $ */
/* $OpenBSD: getopt_long.c,v 1.19 2005/08/08 08:05:36 espie Exp $ */
/* $NetBSD: getopt_long.c,v 1.15 2002/01/31 22:43:40 tv Exp $ */
/*
@ -56,10 +56,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: getopt_long.c,v 1.18 2005/03/30 18:51:49 pat Exp $";
#endif /* LIBC_SCCS and not lint */
#include <err.h>
#include <errno.h>
#include <getopt.h>


+ 1
- 9
src/lib/libc/stdlib/getsubopt.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: getsubopt.c,v 1.3 2005/03/30 18:51:49 pat Exp $ */
/* $OpenBSD: getsubopt.c,v 1.4 2005/08/08 08:05:36 espie Exp $ */
/*-
* Copyright (c) 1990, 1993
@ -29,14 +29,6 @@
* SUCH DAMAGE.
*/
#ifndef lint
#if 0
static char sccsid[] = "@(#)getsubopt.c 8.1 (Berkeley) 6/4/93";
#else
static char rcsid[] = "$OpenBSD: getsubopt.c,v 1.3 2005/03/30 18:51:49 pat Exp $";
#endif
#endif /* not lint */
#include <unistd.h>
#include <stdlib.h>
#include <string.h>


+ 1
- 10
src/lib/libc/stdlib/hcreate.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: hcreate.c,v 1.1 2004/06/24 04:43:33 millert Exp $ */
/* $OpenBSD: hcreate.c,v 1.2 2005/08/08 08:05:36 espie Exp $ */
/* $NetBSD: hcreate.c,v 1.5 2004/04/23 02:48:12 simonb Exp $ */
/*
@ -47,15 +47,6 @@
* nobody had a copy in the office, so...
*/
#ifndef lint
static const char copyright[] =
"@(#) Copyright (c) 2001 Christopher G. Demetriou. All rights reserved.\n";
#endif /* not lint */
#ifndef lint
static const char rcsid[] = "$OpenBSD: hcreate.c,v 1.1 2004/06/24 04:43:33 millert Exp $";
#endif /* not lint */
#include "namespace.h"
#include <assert.h>
#include <errno.h>


+ 0
- 4
src/lib/libc/stdlib/heapsort.c View File

@ -30,10 +30,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: heapsort.c,v 1.7 2005/03/30 18:51:49 pat Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
#include <errno.h>
#include <stdlib.h>


+ 1
- 5
src/lib/libc/stdlib/insque.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: insque.c,v 1.1 2003/05/08 23:26:30 millert Exp $ */
/* $OpenBSD: insque.c,v 1.2 2005/08/08 08:05:36 espie Exp $ */
/*
* Copyright (c) 1993 John Brezak
@ -28,10 +28,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: insque.c,v 1.1 2003/05/08 23:26:30 millert Exp $";
#endif /* LIBC_SCCS and not lint */
#include <search.h>
struct qelem {


+ 1
- 4
src/lib/libc/stdlib/jrand48.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: jrand48.c,v 1.3 2005/08/08 08:05:36 espie Exp $ */
/*
* Copyright (c) 1993 Martin Birgmeier
* All rights reserved.
@ -11,10 +12,6 @@
* to anyone/anything when using this software.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char rcsid[] = "$OpenBSD: jrand48.c,v 1.2 1996/08/19 08:33:33 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#include "rand48.h"
long


+ 1
- 4
src/lib/libc/stdlib/l64a.c View File

@ -1,12 +1,9 @@
/* $OpenBSD: l64a.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */
/*
* Written by J.T. Conklin <jtc@netbsd.org>.
* Public domain.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: l64a.c,v 1.4 2005/03/30 18:51:49 pat Exp $";
#endif /* LIBC_SCCS and not lint */
#include <errno.h>
#include <stdlib.h>


+ 1
- 4
src/lib/libc/stdlib/labs.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: labs.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: labs.c,v 1.4 2005/03/30 18:51:49 pat Exp $";
#endif /* LIBC_SCCS and not lint */
#include <stdlib.h>
long


+ 1
- 4
src/lib/libc/stdlib/lcong48.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: lcong48.c,v 1.3 2005/08/08 08:05:36 espie Exp $ */
/*
* Copyright (c) 1993 Martin Birgmeier
* All rights reserved.
@ -11,10 +12,6 @@
* to anyone/anything when using this software.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char rcsid[] = "$OpenBSD: lcong48.c,v 1.2 1996/08/19 08:33:35 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#include "rand48.h"
extern unsigned short __rand48_seed[3];


+ 1
- 4
src/lib/libc/stdlib/ldiv.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: ldiv.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */
/*
* Copyright (c) 1990 Regents of the University of California.
* All rights reserved.
@ -30,10 +31,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: ldiv.c,v 1.4 2005/03/30 18:51:49 pat Exp $";
#endif /* LIBC_SCCS and not lint */
#include <stdlib.h> /* ldiv_t */
ldiv_t


+ 3
- 6
src/lib/libc/stdlib/llabs.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: llabs.c,v 1.1 2003/07/21 20:20:04 millert Exp $ */
/* $OpenBSD: llabs.c,v 1.2 2005/08/08 08:05:36 espie Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@ -33,13 +33,10 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: llabs.c,v 1.1 2003/07/21 20:20:04 millert Exp $";
#endif /* LIBC_SCCS and not lint */
#include <stdlib.h>
long long llabs(long long j)
long long
llabs(long long j)
{
return (j < 0 ? -j : j);
}

+ 1
- 4
src/lib/libc/stdlib/lrand48.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: lrand48.c,v 1.3 2005/08/08 08:05:36 espie Exp $ */
/*
* Copyright (c) 1993 Martin Birgmeier
* All rights reserved.
@ -11,10 +12,6 @@
* to anyone/anything when using this software.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char rcsid[] = "$OpenBSD: lrand48.c,v 1.2 1996/08/19 08:33:36 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#include "rand48.h"
extern unsigned short __rand48_seed[3];


+ 1
- 4
src/lib/libc/stdlib/malloc.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: malloc.c,v 1.76 2005/08/08 08:05:36 espie Exp $ */
/*
* ----------------------------------------------------------------------------
* "THE BEER-WARE LICENSE" (Revision 42):
@ -7,10 +8,6 @@
* ----------------------------------------------------------------------------
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char rcsid[] = "$OpenBSD: malloc.c,v 1.75 2005/07/07 05:28:53 tdeval Exp $";
#endif /* LIBC_SCCS and not lint */
/*
* Defining MALLOC_EXTRA_SANITY will enable extra checks which are
* related to internal conditions and consistency in malloc.c. This has


+ 1
- 4
src/lib/libc/stdlib/merge.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: merge.c,v 1.8 2005/08/08 08:05:37 espie Exp $ */
/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
@ -30,10 +31,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: merge.c,v 1.7 2005/03/30 18:51:49 pat Exp $";
#endif /* LIBC_SCCS and not lint */
/*
* Hybrid exponential search/linear search merge sort with hybrid
* natural/pairwise first pass. Requires about .3% more comparisons


+ 1
- 4
src/lib/libc/stdlib/mrand48.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: mrand48.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */
/*
* Copyright (c) 1993 Martin Birgmeier
* All rights reserved.
@ -11,10 +12,6 @@
* to anyone/anything when using this software.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char rcsid[] = "$OpenBSD: mrand48.c,v 1.2 1996/08/19 08:33:39 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#include "rand48.h"
extern unsigned short __rand48_seed[3];


+ 0
- 120
src/lib/libc/stdlib/multibyte.c View File

@ -1,120 +0,0 @@
/*
* Copyright (c) 1991 The Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: multibyte.c,v 1.4 2003/06/02 20:18:38 millert Exp $";
#endif /* LIBC_SCCS and not lint */
#include <stdlib.h>
/*
* Stub multibyte character functions.
* This cheezy implementation is fixed to the native single-byte
* character set.
*/
int
mblen(s, n)
const char *s;
size_t n;
{
if (s == NULL || *s == '\0')
return 0;
if (n == 0)
return -1;
return 1;
}
/*ARGSUSED*/
int
mbtowc(pwc, s, n)
wchar_t *pwc;
const char *s;
size_t n;
{
if (s == NULL)
return 0;
if (n == 0)
return -1;
if (pwc)
*pwc = (wchar_t) *s;
return (*s != '\0');
}
/*ARGSUSED*/
int
wctomb(char *s, wchar_t wchar)
{
if (s == NULL)
return 0;
*s = (char) wchar;
return 1;
}
/*ARGSUSED*/
size_t
mbstowcs(pwcs, s, n)
wchar_t *pwcs;
const char *s;
size_t n;
{
int count = 0;
if (n != 0) {
do {
if ((*pwcs++ = (wchar_t) *s++) == 0)
break;
count++;
} while (--n != 0);
}
return count;
}
/*ARGSUSED*/
size_t
wcstombs(s, pwcs, n)
char *s;
const wchar_t *pwcs;
size_t n;
{
int count = 0;
if (n != 0) {
do {
if ((*s++ = (char) *pwcs++) == 0)
break;
count++;
} while (--n != 0);
}
return count;
}

+ 1
- 4
src/lib/libc/stdlib/nrand48.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: nrand48.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */
/*
* Copyright (c) 1993 Martin Birgmeier
* All rights reserved.
@ -11,10 +12,6 @@
* to anyone/anything when using this software.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char rcsid[] = "$OpenBSD: nrand48.c,v 1.2 1996/08/19 08:33:40 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#include "rand48.h"
long


+ 1
- 4
src/lib/libc/stdlib/putenv.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: putenv.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */
/*-
* Copyright (c) 1988, 1993
* The Regents of the University of California. All rights reserved.
@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: putenv.c,v 1.4 2005/03/30 18:51:49 pat Exp $";
#endif /* LIBC_SCCS and not lint */
#include <stdlib.h>
#include <string.h>


+ 1
- 4
src/lib/libc/stdlib/qabs.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: qabs.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: qabs.c,v 1.4 2005/03/30 18:51:49 pat Exp $";
#endif /* LIBC_SCCS and not lint */
#include <stdlib.h>
quad_t


+ 1
- 4
src/lib/libc/stdlib/qdiv.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: qdiv.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */
/*
* Copyright (c) 1990 Regents of the University of California.
* All rights reserved.
@ -30,10 +31,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: qdiv.c,v 1.4 2005/03/30 18:51:49 pat Exp $";
#endif /* LIBC_SCCS and not lint */
#include <stdlib.h> /* qdiv_t */
qdiv_t


+ 1
- 4
src/lib/libc/stdlib/qsort.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: qsort.c,v 1.10 2005/08/08 08:05:37 espie Exp $ */
/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: qsort.c,v 1.9 2005/03/30 18:51:49 pat Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
#include <stdlib.h>


+ 1
- 4
src/lib/libc/stdlib/radixsort.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: radixsort.c,v 1.8 2005/08/08 08:05:37 espie Exp $ */
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
@ -30,10 +31,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: radixsort.c,v 1.7 2005/03/30 18:51:49 pat Exp $";
#endif /* LIBC_SCCS and not lint */
/*
* Radixsort routines.
*


+ 0
- 4
src/lib/libc/stdlib/rand.c View File

@ -27,10 +27,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: rand.c,v 1.8 2005/03/30 18:51:49 pat Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
#include <stdlib.h>


+ 1
- 4
src/lib/libc/stdlib/random.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: random.c,v 1.14 2005/08/08 08:05:37 espie Exp $ */
/*
* Copyright (c) 1983 Regents of the University of California.
* All rights reserved.
@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: random.c,v 1.13 2005/03/30 18:51:49 pat Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>
#include <sys/sysctl.h>
#include <sys/time.h>


+ 1
- 9
src/lib/libc/stdlib/realpath.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: realpath.c,v 1.13 2005/08/08 08:05:37 espie Exp $ */
/*
* Copyright (c) 2003 Constantin S. Svintsoff <kostik@iclub.nsu.ru>
*
@ -26,15 +27,6 @@
* SUCH DAMAGE.
*/
#if 0
#include <sys/cdefs.h>
__FBSDID("$FreeBSD: /usr/local/www/cvsroot/FreeBSD/src/lib/libc/stdlib/realpath.c,v 1.9.2.1 2003/05/22 17:11:44 fjoe Exp $");
#endif
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: realpath.c,v 1.12 2005/03/29 19:34:14 brad Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>
#include <sys/stat.h>


+ 1
- 5
src/lib/libc/stdlib/remque.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: remque.c,v 1.1 2003/05/08 23:26:30 millert Exp $ */
/* $OpenBSD: remque.c,v 1.2 2005/08/08 08:05:37 espie Exp $ */
/*
* Copyright (c) 1993 John Brezak
@ -28,10 +28,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: remque.c,v 1.1 2003/05/08 23:26:30 millert Exp $";
#endif /* LIBC_SCCS and not lint */
#include <search.h>
struct qelem {


+ 1
- 4
src/lib/libc/stdlib/seed48.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: seed48.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */
/*
* Copyright (c) 1993 Martin Birgmeier
* All rights reserved.
@ -11,10 +12,6 @@
* to anyone/anything when using this software.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char rcsid[] = "$OpenBSD: seed48.c,v 1.2 1996/08/19 08:33:48 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#include "rand48.h"
extern unsigned short __rand48_seed[3];


+ 1
- 4
src/lib/libc/stdlib/setenv.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: setenv.c,v 1.9 2005/08/08 08:05:37 espie Exp $ */
/*
* Copyright (c) 1987 Regents of the University of California.
* All rights reserved.
@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: setenv.c,v 1.8 2005/03/30 18:51:49 pat Exp $";
#endif /* LIBC_SCCS and not lint */
#include <stdlib.h>
#include <string.h>


+ 1
- 4
src/lib/libc/stdlib/srand48.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: srand48.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */
/*
* Copyright (c) 1993 Martin Birgmeier
* All rights reserved.
@ -11,10 +12,6 @@
* to anyone/anything when using this software.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char rcsid[] = "$OpenBSD: srand48.c,v 1.2 1996/08/19 08:33:49 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#include "rand48.h"
extern unsigned short __rand48_seed[3];


+ 1
- 4
src/lib/libc/stdlib/strtod.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: strtod.c,v 1.21 2005/08/08 08:05:37 espie Exp $ */
/****************************************************************
*
* The author of this software is David M. Gay.
@ -88,10 +89,6 @@
* directly -- and assumed always to succeed.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: strtod.c,v 1.20 2005/03/30 18:51:49 pat Exp $";
#endif /* LIBC_SCCS and not lint */
#if defined(__m68k__) || defined(__sparc__) || defined(__i386__) || \
defined(__mips__) || defined(__ns32k__) || defined(__alpha__) || \
defined(__powerpc__) || defined(__m88k__) || defined(__hppa__) || \


+ 1
- 4
src/lib/libc/stdlib/strtol.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: strtol.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: strtol.c,v 1.6 2005/03/30 18:51:49 pat Exp $";
#endif /* LIBC_SCCS and not lint */
#include <ctype.h>
#include <errno.h>
#include <limits.h>


+ 0
- 4
src/lib/libc/stdlib/strtoll.c View File

@ -27,10 +27,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static const char rcsid[] = "$OpenBSD: strtoll.c,v 1.4 2005/03/30 18:51:49 pat Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
#include <ctype.h>


+ 1
- 4
src/lib/libc/stdlib/strtoul.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: strtoul.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */
/*
* Copyright (c) 1990 Regents of the University of California.
* All rights reserved.
@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: strtoul.c,v 1.6 2005/03/30 18:51:49 pat Exp $";
#endif /* LIBC_SCCS and not lint */
#include <ctype.h>
#include <errno.h>
#include <limits.h>


+ 1
- 4
src/lib/libc/stdlib/strtoull.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: strtoull.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */
/*-
* Copyright (c) 1992 The Regents of the University of California.
* All rights reserved.
@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static const char rcsid[] = "$OpenBSD: strtoull.c,v 1.4 2005/03/30 18:51:49 pat Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
#include <ctype.h>


+ 1
- 4
src/lib/libc/stdlib/system.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: system.c,v 1.8 2005/08/08 08:05:37 espie Exp $ */
/*
* Copyright (c) 1988 The Regents of the University of California.
* All rights reserved.
@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: system.c,v 1.7 2005/03/30 18:51:49 pat Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
#include <sys/wait.h>
#include <signal.h>


+ 1
- 5
src/lib/libc/string/bcmp.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: bcmp.c,v 1.7 2005/03/30 20:13:52 otto Exp $ */
/* $OpenBSD: bcmp.c,v 1.8 2005/08/08 08:05:37 espie Exp $ */
/*
* Copyright (c) 1987 Regents of the University of California.
@ -29,10 +29,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: bcmp.c,v 1.7 2005/03/30 20:13:52 otto Exp $";
#endif /* LIBC_SCCS and not lint */
#if !defined(_KERNEL) && !defined(_STANDALONE)
#include <string.h>
#else


+ 1
- 4
src/lib/libc/string/bcopy.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: bcopy.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@ -30,10 +31,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: bcopy.c,v 1.4 2005/03/30 20:13:52 otto Exp $";
#endif /* LIBC_SCCS and not lint */
#include <string.h>
/*


+ 1
- 4
src/lib/libc/string/bm.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: bm.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */
/*-
* Copyright (c) 1994
* The Regents of the University of California. All rights reserved.
@ -30,10 +31,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: bm.c,v 1.5 2005/03/30 20:13:52 otto Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
#include <bm.h>


+ 1
- 5
src/lib/libc/string/bzero.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: bzero.c,v 1.6 2004/11/28 07:16:54 mickey Exp $ */
/* $OpenBSD: bzero.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */
/*
* Copyright (c) 1987 Regents of the University of California.
@ -29,10 +29,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: bzero.c,v 1.6 2004/11/28 07:16:54 mickey Exp $";
#endif /* LIBC_SCCS and not lint */
#if !defined(_KERNEL) && !defined(_STANDALONE)
#include <string.h>
#else


+ 1
- 5
src/lib/libc/string/ffs.c View File

@ -1,14 +1,10 @@
/* $OpenBSD: ffs.c,v 1.6 2003/06/11 21:08:16 deraadt Exp $ */
/* $OpenBSD: ffs.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */
/*
* Public domain.
* Written by Dale Rahn.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: ffs.c,v 1.6 2003/06/11 21:08:16 deraadt Exp $";
#endif /* LIBC_SCCS and not lint */
#if !defined(_KERNEL) && !defined(_STANDALONE)
#include <string.h>
#else


+ 1
- 4
src/lib/libc/string/index.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: index.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: index.c,v 1.4 2003/06/02 20:18:38 millert Exp $";
#endif /* LIBC_SCCS and not lint */
#include <string.h>
char *


+ 1
- 9
src/lib/libc/string/memccpy.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: memccpy.c,v 1.5 2005/03/30 20:13:52 otto Exp $ */
/* $OpenBSD: memccpy.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */
/*-
* Copyright (c) 1990, 1993
@ -29,14 +29,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
static char sccsid[] = "@(#)memccpy.c 8.1 (Berkeley) 6/4/93";
#else
static char *rcsid = "$OpenBSD: memccpy.c,v 1.5 2005/03/30 20:13:52 otto Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
#include <string.h>
void *


+ 1
- 4
src/lib/libc/string/memchr.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: memchr.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@ -30,10 +31,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: memchr.c,v 1.6 2003/06/11 21:08:16 deraadt Exp $";
#endif /* LIBC_SCCS and not lint */
#include <string.h>
void *


+ 1
- 4
src/lib/libc/string/memcmp.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: memcmp.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@ -30,10 +31,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: memcmp.c,v 1.4 2003/06/11 21:08:16 deraadt Exp $";
#endif /* LIBC_SCCS and not lint */
#include <string.h>
/*


+ 1
- 4
src/lib/libc/string/memset.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: memset.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@ -30,10 +31,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: memset.c,v 1.4 2003/06/11 21:08:16 deraadt Exp $";
#endif /* LIBC_SCCS and not lint */
#include <string.h>
void *


+ 1
- 4
src/lib/libc/string/rindex.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: rindex.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */
/*
* Copyright (c) 1988 Regents of the University of California.
* All rights reserved.
@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: rindex.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $";
#endif /* LIBC_SCCS and not lint */
#include <string.h>
char *


+ 1
- 9
src/lib/libc/string/strcasecmp.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: strcasecmp.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $ */
/* $OpenBSD: strcasecmp.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */
/*
* Copyright (c) 1987, 1993
@ -31,14 +31,6 @@
#include <string.h>
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
static char sccsid[] = "@(#)strcasecmp.c 8.1 (Berkeley) 6/4/93";
#else
static char *rcsid = "$OpenBSD: strcasecmp.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
typedef unsigned char u_char;
/*


+ 1
- 5
src/lib/libc/string/strcasestr.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: strcasestr.c,v 1.1 2005/03/30 03:04:19 deraadt Exp $ */
/* $OpenBSD: strcasestr.c,v 1.2 2005/08/08 08:05:37 espie Exp $ */
/* $NetBSD: strcasestr.c,v 1.2 2005/02/09 21:35:47 kleink Exp $ */
/*-
@ -33,10 +33,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: strcasestr.c,v 1.1 2005/03/30 03:04:19 deraadt Exp $";
#endif /* LIBC_SCCS and not lint */
#include <ctype.h>
#include <string.h>


+ 1
- 5
src/lib/libc/string/strcat.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: strcat.c,v 1.7 2004/11/28 07:16:54 mickey Exp $ */
/* $OpenBSD: strcat.c,v 1.8 2005/08/08 08:05:37 espie Exp $ */
/*
* Copyright (c) 1988 Regents of the University of California.
@ -29,10 +29,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: strcat.c,v 1.7 2004/11/28 07:16:54 mickey Exp $";
#endif /* LIBC_SCCS and not lint */
#if !defined(_KERNEL) && !defined(_STANDALONE)
#include <string.h>
#else


+ 1
- 5
src/lib/libc/string/strcmp.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: strcmp.c,v 1.6 2004/11/28 07:16:54 mickey Exp $ */
/* $OpenBSD: strcmp.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@ -32,10 +32,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: strcmp.c,v 1.6 2004/11/28 07:16:54 mickey Exp $";
#endif /* LIBC_SCCS and not lint */
#if !defined(_KERNEL) && !defined(_STANDALONE)
#include <string.h>
#else


+ 1
- 4
src/lib/libc/string/strcoll.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: strcoll.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@ -30,10 +31,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: strcoll.c,v 1.4 2003/06/11 21:08:29 deraadt Exp $";
#endif /* LIBC_SCCS and not lint */
#include <string.h>
/*


+ 1
- 5
src/lib/libc/string/strcpy.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: strcpy.c,v 1.7 2004/11/28 07:16:54 mickey Exp $ */
/* $OpenBSD: strcpy.c,v 1.8 2005/08/08 08:05:37 espie Exp $ */
/*
* Copyright (c) 1988 Regents of the University of California.
@ -29,10 +29,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: strcpy.c,v 1.7 2004/11/28 07:16:54 mickey Exp $";
#endif /* LIBC_SCCS and not lint */
#if !defined(_KERNEL) && !defined(_STANDALONE)
#include <string.h>
#else


+ 1
- 4
src/lib/libc/string/strcspn.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: strcspn.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@ -30,10 +31,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: strcspn.c,v 1.4 2003/06/11 21:08:16 deraadt Exp $";
#endif /* LIBC_SCCS and not lint */
#include <string.h>
/*


+ 1
- 9
src/lib/libc/string/strdup.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: strdup.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $ */
/* $OpenBSD: strdup.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */
/*
* Copyright (c) 1988, 1993
@ -29,14 +29,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
static char sccsid[] = "@(#)strdup.c 8.1 (Berkeley) 6/4/93";
#else
static char *rcsid = "$OpenBSD: strdup.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
#include <stddef.h>


+ 1
- 4
src/lib/libc/string/strerror.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: strerror.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */
/*
* Copyright (c) 1988 Regents of the University of California.
* All rights reserved.
@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: strerror.c,v 1.6 2004/05/03 05:07:34 espie Exp $";
#endif /* LIBC_SCCS and not lint */
#include <string.h>
#include <limits.h>


+ 1
- 5
src/lib/libc/string/strerror_r.c View File

@ -1,10 +1,6 @@
/* $OpenBSD: strerror_r.c,v 1.5 2005/05/26 12:56:01 otto Exp $ */
/* $OpenBSD: strerror_r.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */
/* Public Domain <marc@snafu.org> */
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: strerror_r.c,v 1.5 2005/05/26 12:56:01 otto Exp $";
#endif /* LIBC_SCCS and not lint */
#ifdef NLS
#define catclose _catclose
#define catgets _catgets


+ 1
- 5
src/lib/libc/string/strlcat.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: strlcat.c,v 1.12 2005/03/30 20:13:52 otto Exp $ */
/* $OpenBSD: strlcat.c,v 1.13 2005/08/08 08:05:37 espie Exp $ */
/*
* Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
@ -16,10 +16,6 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: strlcat.c,v 1.12 2005/03/30 20:13:52 otto Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
#include <string.h>


+ 1
- 5
src/lib/libc/string/strlcpy.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: strlcpy.c,v 1.9 2005/03/30 20:13:52 otto Exp $ */
/* $OpenBSD: strlcpy.c,v 1.10 2005/08/08 08:05:37 espie Exp $ */
/*
* Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
@ -16,10 +16,6 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: strlcpy.c,v 1.9 2005/03/30 20:13:52 otto Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
#include <string.h>


+ 1
- 5
src/lib/libc/string/strlen.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: strlen.c,v 1.6 2003/06/11 21:08:16 deraadt Exp $ */
/* $OpenBSD: strlen.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */
/*-
* Copyright (c) 1990, 1993
@ -29,10 +29,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: strlen.c,v 1.6 2003/06/11 21:08:16 deraadt Exp $";
#endif /* LIBC_SCCS and not lint */
#if !defined(_KERNEL) && !defined(_STANDALONE)
#include <string.h>
#else


+ 1
- 4
src/lib/libc/string/strmode.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: strmode.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: strmode.c,v 1.6 2005/06/15 17:48:52 millert Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
#include <sys/stat.h>
#include <string.h>


+ 1
- 4
src/lib/libc/string/strncat.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: strncat.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@ -30,10 +31,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: strncat.c,v 1.4 2003/06/11 21:08:16 deraadt Exp $";
#endif /* LIBC_SCCS and not lint */
#include <string.h>
/*


+ 1
- 5
src/lib/libc/string/strncmp.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: strncmp.c,v 1.6 2004/11/28 07:16:54 mickey Exp $ */
/* $OpenBSD: strncmp.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */
/*
* Copyright (c) 1989 The Regents of the University of California.
@ -29,10 +29,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: strncmp.c,v 1.6 2004/11/28 07:16:54 mickey Exp $";
#endif /* LIBC_SCCS and not lint */
#if !defined(_KERNEL) && !defined(_STANDALONE)
#include <string.h>
#else


+ 1
- 5
src/lib/libc/string/strncpy.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: strncpy.c,v 1.5 2004/11/28 07:16:54 mickey Exp $ */
/* $OpenBSD: strncpy.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@ -32,10 +32,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: strncpy.c,v 1.5 2004/11/28 07:16:54 mickey Exp $";
#endif /* LIBC_SCCS and not lint */
#if !defined(_KERNEL) && !defined(_STANDALONE)
#include <string.h>
#else


+ 1
- 4
src/lib/libc/string/strpbrk.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: strpbrk.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */
/*
* Copyright (c) 1985 Regents of the University of California.
* All rights reserved.
@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: strpbrk.c,v 1.4 2003/06/11 21:08:16 deraadt Exp $";
#endif /* LIBC_SCCS and not lint */
#include <string.h>
/*


+ 1
- 9
src/lib/libc/string/strsep.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: strsep.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $ */
/* $OpenBSD: strsep.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */
/*-
* Copyright (c) 1990, 1993
@ -32,14 +32,6 @@
#include <string.h>
#include <stdio.h>
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
static char sccsid[] = "@(#)strsep.c 8.1 (Berkeley) 6/4/93";
#else
static char *rcsid = "$OpenBSD: strsep.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
/*
* Get next token from string *stringp, where tokens are possibly-empty
* strings separated by characters from delim.


+ 0
- 4
src/lib/libc/string/strsignal.c View File

@ -27,10 +27,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: strsignal.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $";
#endif /* LIBC_SCCS and not lint */
#include <string.h>
#include <limits.h>


+ 1
- 4
src/lib/libc/string/strspn.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: strspn.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */
/*
* Copyright (c) 1989 The Regents of the University of California.
* All rights reserved.
@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: strspn.c,v 1.4 2003/06/11 21:08:29 deraadt Exp $";
#endif /* LIBC_SCCS and not lint */
#include <string.h>
/*


+ 1
- 4
src/lib/libc/string/strstr.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: strstr.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@ -30,10 +31,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: strstr.c,v 1.4 2003/06/11 21:08:16 deraadt Exp $";
#endif /* LIBC_SCCS and not lint */
#include <string.h>
/*


+ 0
- 4
src/lib/libc/string/strtok.c View File

@ -27,10 +27,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: strtok.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $";
#endif /* LIBC_SCCS and not lint */
#include <string.h>
char *


+ 1
- 4
src/lib/libc/string/strxfrm.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: strxfrm.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@ -30,10 +31,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: strxfrm.c,v 1.5 2003/09/06 22:43:12 tedu Exp $";
#endif /* LIBC_SCCS and not lint */
#include <string.h>
/*


+ 1
- 4
src/lib/libc/string/swab.c View File

@ -1,3 +1,4 @@
/* $OpenBSD: swab.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */
/*
* Copyright (c) 1988 Regents of the University of California.
* All rights reserved.
@ -30,10 +31,6 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: swab.c,v 1.6 2005/03/30 20:13:52 otto Exp $";
#endif /* LIBC_SCCS and not lint */
#include <unistd.h>
void


Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save