Skip to content

Commit 3ad544d

Browse files
fill out strings.h
1 parent 8746875 commit 3ad544d

File tree

2 files changed

+63
-0
lines changed

2 files changed

+63
-0
lines changed

libc/docs/headers/strings.rst

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff 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

libc/utils/docgen/strings.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,33 @@
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
}

0 commit comments

Comments
 (0)