This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
0
You've already forked NetBSD
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
NetBSD
/
common
/
lib
/
libc
/
string
History
christos
a5fd370a21
Casts and type changes to fix portability issues.
...
- int -> size_t - adjust width of RHS of shift - adjust widths of types
2012-03-09 15:41:16 +00:00
..
bcmp.c
Casts and type changes to fix portability issues.
2012-03-09 15:41:16 +00:00
bcopy.c
…
bzero2.c
…
bzero.c
…
ffs.c
…
memchr.c
…
memcmp.c
…
memcpy.c
…
memmove.c
…
memset2.c
…
memset.c
…
popcount32.c
…
popcount64.c
Casts and type changes to fix portability issues.
2012-03-09 15:41:16 +00:00
strcasecmp.c
…
strcat.c
…
strchr.c
…
strcmp.c
…
strcpy.c
…
strlcat.c
…
strlcpy.c
…
strlen.c
…
strncasecmp.c
…
strncmp.c
…
strncpy.c
…
strnlen.c
…
strrchr.c
…
strsep.c
…
strstr.c
…