File tree Expand file tree Collapse file tree 2 files changed +63
-0
lines changed Expand file tree Collapse file tree 2 files changed +63
-0
lines changed Original file line number Diff line number Diff line change @@ -28,3 +28,39 @@ Functions
2828 - |check |
2929 -
3030 - removed in POSIX.1-2008
31+ * - ffs
32+ -
33+ -
34+ - https://pubs.opengroup.org/onlinepubs/9799919799/functions/ffs.html
35+ * - ffsl
36+ -
37+ -
38+ - https://pubs.opengroup.org/onlinepubs/9799919799/functions/ffsl.html
39+ * - ffsll
40+ -
41+ -
42+ - https://pubs.opengroup.org/onlinepubs/9799919799/functions/ffsll.html
43+ * - index
44+ - |check |
45+ -
46+ - removed in POSIX.1-2008
47+ * - rindex
48+ - |check |
49+ -
50+ - removed in POSIX.1-2008
51+ * - strcasecmp
52+ - |check |
53+ -
54+ - https://pubs.opengroup.org/onlinepubs/9799919799/functions/strncasecmp.html
55+ * - strcasecmp_l
56+ -
57+ -
58+ - https://pubs.opengroup.org/onlinepubs/9799919799/functions/strncasecmp.html
59+ * - strncasecmp
60+ - |check |
61+ -
62+ - https://pubs.opengroup.org/onlinepubs/9799919799/functions/strncasecmp.html
63+ * - strncasecmp_l
64+ -
65+ -
66+ - https://pubs.opengroup.org/onlinepubs/9799919799/functions/strncasecmp.html
Original file line number Diff line number Diff line change 88 },
99 "bcopy" : {
1010 "posix-definition" : " removed in POSIX.1-2008"
11+ },
12+ "ffs" : {
13+ "posix-definition" : " https://pubs.opengroup.org/onlinepubs/9799919799/functions/ffs.html"
14+ },
15+ "ffsl" : {
16+ "posix-definition" : " https://pubs.opengroup.org/onlinepubs/9799919799/functions/ffsl.html"
17+ },
18+ "ffsll" : {
19+ "posix-definition" : " https://pubs.opengroup.org/onlinepubs/9799919799/functions/ffsll.html"
20+ },
21+ "index" : {
22+ "posix-definition" : " removed in POSIX.1-2008"
23+ },
24+ "rindex" : {
25+ "posix-definition" : " removed in POSIX.1-2008"
26+ },
27+ "strcasecmp" : {
28+ "posix-definition" : " https://pubs.opengroup.org/onlinepubs/9799919799/functions/strncasecmp.html"
29+ },
30+ "strcasecmp_l" : {
31+ "posix-definition" : " https://pubs.opengroup.org/onlinepubs/9799919799/functions/strncasecmp.html"
32+ },
33+ "strncasecmp" : {
34+ "posix-definition" : " https://pubs.opengroup.org/onlinepubs/9799919799/functions/strncasecmp.html"
35+ },
36+ "strncasecmp_l" : {
37+ "posix-definition" : " https://pubs.opengroup.org/onlinepubs/9799919799/functions/strncasecmp.html"
1138 }
1239 }
1340}
You can’t perform that action at this time.
0 commit comments