freebsd-dev/sys/libkern
Archie Cobbs 25792ef324 Change the prototype of the strto* routines to make the second
parameter a char ** instead of a const char **.  This make these
kernel routines consistent with the corresponding libc userland
routines.

Which is actually 'correct' is debatable, but consistency and
following the spec was deemed more important in this case.

Reviewed by (in concept):	phk, bde
1999-11-24 01:03:08 +00:00
..
alpha Add initial support for the FreeBSD/alpha kernel. This is very much a 1998-06-10 10:57:29 +00:00
adddi3.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
anddi3.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ashldi3.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ashrdi3.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
bcd.c Extend to handle all radix < 37 1996-01-24 20:51:26 +00:00
bcmp.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
cmpdi2.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
divdi3.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ffs.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
fnmatch.c Style optimization in newly added POSIX range []] conformance, redo 1997-06-07 01:33:10 +00:00
index.c Tempt fate and stop index from converting a const char * into a char *. 1999-11-21 04:26:48 +00:00
inet_ntoa.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
iordi3.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
locc.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
lshldi3.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
lshrdi3.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
mcount.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
moddi3.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
muldi3.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
negdi2.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
notdi2.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
qdivrem.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
qsort.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
quad.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
random.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
rindex.c Tempt fate and stop index from converting a const char * into a char *. 1999-11-21 04:26:48 +00:00
scanc.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
skpc.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
strcat.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
strcmp.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
strcpy.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
strlcat.c Use the latest version of these files from OpenBSD. 1999-08-10 05:58:58 +00:00
strlcpy.c Use the latest version of these files from OpenBSD. 1999-08-10 05:58:58 +00:00
strlen.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
strncmp.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
strncpy.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
strsep.c Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
strtol.c Change the prototype of the strto* routines to make the second 1999-11-24 01:03:08 +00:00
strtoq.c Change the prototype of the strto* routines to make the second 1999-11-24 01:03:08 +00:00
strtoul.c Change the prototype of the strto* routines to make the second 1999-11-24 01:03:08 +00:00
strtouq.c Change the prototype of the strto* routines to make the second 1999-11-24 01:03:08 +00:00
subdi3.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ucmpdi2.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
udivdi3.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
umoddi3.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
xordi3.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00