This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-02-21 08:50:22 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
fee66713ad
opnsense-src
/
lib
/
libc
/
string
History
Jordan K. Hubbard
fee66713ad
Brucification: Don't initialize in declaration, make sure extra lines
...
follow declaration section.
2003-12-18 07:44:53 +00:00
..
bcmp.3
bcmp.c
bcopy.3
bcopy.c
bstring.3
bzero.3
bzero.c
ffs.3
ffs.c
index.3
index.c
Brucification: Don't initialize in declaration, make sure extra lines
2003-12-18 07:44:53 +00:00
Makefile.inc
memccpy.3
memccpy.c
memchr.3
memchr.c
memcmp.3
memcmp.c
memcpy.3
memcpy.c
memmove.3
memmove.c
memset.3
memset.c
- Let their manual pages show the reader that the bzero(3) and
2002-09-01 21:53:46 +00:00
rindex.c
Brucification: Don't initialize in declaration, make sure extra lines
2003-12-18 07:44:53 +00:00
stpcpy.c
strcasecmp.3
strcasecmp.c
strcasestr.c
strcat.3
strcat.c
strchr.3
strchr.c
strcmp.3
strcmp.c
strcoll.3
strcoll.c
strcpy.3
strcpy.c
Style: One space between "restrict" qualifier and "*".
2002-09-06 11:24:06 +00:00
strcspn.3
strcspn.c
strdup.3
strdup.c
strerror.3
strerror.c
string.3
C89 does not specifiy strsep(), so our strsep() implementation cannot
2002-10-19 13:41:22 +00:00
strlcat.c
strlcpy.3
strlcpy.c
strlen.3
strlen.c
strmode.3
strmode.c
strncat.c
strncmp.c
strncpy.c
strnstr.c
strpbrk.3
strpbrk.c
strrchr.c
strsep.3
strsep.c
strsignal.c
strspn.3
strspn.c
strstr.3
strstr.c
strtok.3
strtok.c
strxfrm.3
strxfrm.c
swab.3
swab.c
wcscat.c
wcschr.c
wcscmp.c
wcscoll.3
wcscoll.c
Pass NULL instead of a pointer to a zeroed mbstate_t object.
2003-11-05 08:07:00 +00:00
wcscpy.c
wcscspn.c
wcslcat.c
wcslcpy.c
wcslen.c
wcsncat.c
wcsncmp.c
wcsncpy.c
wcspbrk.c
wcsrchr.c
wcsspn.c
wcsstr.c
wcstok.3
wcstok.c
wcswidth.3
wcswidth.c
wcsxfrm.3
wcsxfrm.c
Pass NULL instead of a pointer to a zeroed mbstate_t object.
2003-11-05 08:07:00 +00:00
wmemchr.3
wmemchr.c
wmemcmp.c
wmemcpy.c
wmemmove.c
wmemset.c