bcmp, bcopy, and bzero should be moved from libc/src/string/ to lib/src/strings/ in order for docgen to use existing conventions to find whether we implement a function or not. We should add support to docgen for mentioning glibc extensions (mempcpy) or extensions from other libcs.
41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"functions": {
|
|
"bzero": {
|
|
"posix-definition": "removed in POSIX.1-2008"
|
|
},
|
|
"bcmp": {
|
|
"posix-definition": "removed in POSIX.1-2008"
|
|
},
|
|
"bcopy": {
|
|
"posix-definition": "removed in POSIX.1-2008"
|
|
},
|
|
"ffs": {
|
|
"posix-definition": "https://pubs.opengroup.org/onlinepubs/9799919799/functions/ffs.html"
|
|
},
|
|
"ffsl": {
|
|
"posix-definition": "https://pubs.opengroup.org/onlinepubs/9799919799/functions/ffsl.html"
|
|
},
|
|
"ffsll": {
|
|
"posix-definition": "https://pubs.opengroup.org/onlinepubs/9799919799/functions/ffsll.html"
|
|
},
|
|
"index": {
|
|
"posix-definition": "removed in POSIX.1-2008"
|
|
},
|
|
"rindex": {
|
|
"posix-definition": "removed in POSIX.1-2008"
|
|
},
|
|
"strcasecmp": {
|
|
"posix-definition": "https://pubs.opengroup.org/onlinepubs/9799919799/functions/strncasecmp.html"
|
|
},
|
|
"strcasecmp_l": {
|
|
"posix-definition": "https://pubs.opengroup.org/onlinepubs/9799919799/functions/strncasecmp.html"
|
|
},
|
|
"strncasecmp": {
|
|
"posix-definition": "https://pubs.opengroup.org/onlinepubs/9799919799/functions/strncasecmp.html"
|
|
},
|
|
"strncasecmp_l": {
|
|
"posix-definition": "https://pubs.opengroup.org/onlinepubs/9799919799/functions/strncasecmp.html"
|
|
}
|
|
}
|
|
}
|