freebsd_amp_hwpstate/sys/libkern
Peter Wemm 95dc37f68d Tempt fate and stop index from converting a const char * into a char *.
I've made a seperate version (c_index() etc) that use const/const, but
I'm not sure it's worth it considering there is one file in the tree
that uses index on const strings (kern_linker.c) and it's easily adjusted
to scan the strings directly (and is perhaps more efficient that way).
1999-11-21 04:26:48 +00:00
..
alpha
adddi3.c
anddi3.c
ashldi3.c
ashrdi3.c
bcd.c
bcmp.c
cmpdi2.c
divdi3.c
ffs.c
fnmatch.c
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
iordi3.c
locc.c
lshldi3.c
lshrdi3.c
mcount.c
moddi3.c
muldi3.c
negdi2.c
notdi2.c
qdivrem.c
qsort.c
quad.h
random.c
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
skpc.c
strcat.c
strcmp.c
strcpy.c
strlcat.c
strlcpy.c
strlen.c
strncmp.c
strncpy.c
strsep.c
strtol.c
strtoq.c Move strto{u}[ql]() into their own libkern files. 1999-11-03 18:20:59 +00:00
strtoul.c
strtouq.c Move strto{u}[ql]() into their own libkern files. 1999-11-03 18:20:59 +00:00
subdi3.c
ucmpdi2.c
udivdi3.c
umoddi3.c
xordi3.c