NetBSD/sys/lib/libkern
briggs b2566d8735 Provide a strtoul() implementation based on the one in libc instead of the
totally different version that was here.  This version, of course, has an
BSD license on it while the old one did not.  This one also compiles down
to tighter code--the smaller the better for libkern & libsa.
2003-06-07 02:52:33 +00:00
..
arch Significantly faster memcpy/memmove/bcopy and memset/bzero 2003-04-15 22:49:50 +00:00
__assert.c
__cmsg_alignbytes.c
__main.c
_que.c
adddi3.c
anddi3.c
arc4random.c
ashldi3.c
ashrdi3.c
bcmp.c
bcopy.c When MEMCOPY is defined, don't bother checking if a backwards-copy is 2003-04-07 21:04:19 +00:00
bswap16.c
bswap32.c
bswap64.c
bzero.c
cmpdi2.c
divdi3.c
ffs.c
htonl.c
htons.c
imax.c
imin.c
index.c
inet_addr.c
intoa.c
iordi3.c
libkern.h add strl{cpy,cat} to libkern. code from lib/libc/string (originally from openbsd). 2003-05-15 13:50:35 +00:00
lmax.c
lmin.c
lshldi3.c
lshrdi3.c
Makefile add strl{cpy,cat} to libkern. code from lib/libc/string (originally from openbsd). 2003-05-15 13:50:35 +00:00
Makefile.inc
max.c
mcount.c
md4c.c
md5c.c
memchr.c
memcmp.c
memcpy.c
memmove.c
memset.c
milieu.h don't define TRUE and FALSE locally. 2003-04-22 15:10:04 +00:00
min.c
moddi3.c
muldi3.c
negdi2.c
notdi2.c
ntohl.c
ntohs.c
pmatch.c
qdivrem.c
quad.h
random.c
rb.c
rb.h
rindex.c
scanc.c
sha1.c
skpc.c
softfloat-macros.h
softfloat-specialize.h
softfloat.c
softfloat.h
strcasecmp.c
strcat.c
strchr.c
strcmp.c
strcpy.c
strlcat.c latest copyright notice (more loose). noted by wiz 2003-05-15 15:02:52 +00:00
strlcpy.c latest copyright notice (more loose). noted by wiz 2003-05-15 15:02:52 +00:00
strlen.c
strncasecmp.c
strncmp.c
strncpy.c
strrchr.c
strstr.c
strtoul.c Provide a strtoul() implementation based on the one in libc instead of the 2003-06-07 02:52:33 +00:00
subdi3.c
ucmpdi2.c
udivdi3.c
ulmax.c
ulmin.c
umoddi3.c
xordi3.c