File tree Expand file tree Collapse file tree 25 files changed +85
-315
lines changed Expand file tree Collapse file tree 25 files changed +85
-315
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
header : dirent.h
2
- header_template : dirent.h.def
3
- macros : []
2
+ standards :
3
+ - posix
4
4
types :
5
5
- type_name : struct_dirent
6
6
- type_name : DIR
7
7
- type_name : ino_t
8
- enums : []
9
- objects : []
10
8
functions :
11
9
- name : alphasort
12
10
standards :
13
- - POSIX
11
+ - posix
14
12
return_type : int
15
13
arguments :
16
14
- type : const struct dirent **
17
15
- type : const struct dirent **
18
16
- name : closedir
19
17
standards :
20
- - POSIX
18
+ - posix
21
19
return_type : int
22
20
arguments :
23
21
- type : DIR *
24
22
- name : dirfd
25
23
standards :
26
- - POSIX
24
+ - posix
27
25
return_type : int
28
26
arguments :
29
27
- type : DIR *
30
28
- name : fdopendir
31
29
standards :
32
- - POSIX
30
+ - posix
33
31
return_type : DIR *
34
32
arguments :
35
33
- type : int
36
34
- name : opendir
37
35
standards :
38
- - POSIX
36
+ - posix
39
37
return_type : DIR *
40
38
arguments :
41
39
- type : const char *
42
40
- name : readdir
43
41
standards :
44
- - POSIX
42
+ - posix
45
43
return_type : struct dirent *
46
44
arguments :
47
45
- type : DIR *
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
header : search.h
2
- header_template : search.h.def
3
- macros : []
2
+ standards :
3
+ - posix
4
4
types :
5
5
- type_name : ACTION
6
6
- type_name : ENTRY
@@ -12,35 +12,35 @@ objects: []
12
12
functions :
13
13
- name : hcreate
14
14
standards :
15
- - POSIX
15
+ - posix
16
16
return_type : int
17
17
arguments :
18
18
- type : size_t
19
19
- name : hcreate_r
20
- standards : GNUExtensions
20
+ standards : gnu
21
21
return_type : int
22
22
arguments :
23
23
- type : size_t
24
24
- type : struct hsearch_data *
25
25
- name : hdestroy
26
- standards : GNUExtensions
26
+ standards : gnu
27
27
return_type : void
28
28
arguments : []
29
29
- name : hdestroy_r
30
30
standards :
31
- - POSIX
31
+ - posix
32
32
return_type : void
33
33
arguments :
34
34
- type : struct hsearch_data *
35
35
- name : hsearch
36
36
standards :
37
- - POSIX
37
+ - posix
38
38
return_type : ENTRY *
39
39
arguments :
40
40
- type : ENTRY
41
41
- type : ACTION
42
42
- name : hsearch_r
43
- standards : GNUExtensions
43
+ standards : gnu
44
44
return_type : int
45
45
arguments :
46
46
- type : ENTRY
@@ -49,20 +49,20 @@ functions:
49
49
- type : struct hsearch_data *
50
50
- name : insque
51
51
standards :
52
- - POSIX
52
+ - posix
53
53
return_type : void
54
54
arguments :
55
55
- type : void *
56
56
- type : void *
57
57
- name : remque
58
58
standards :
59
- - POSIX
59
+ - posix
60
60
return_type : void
61
61
arguments :
62
62
- type : void *
63
63
- name : lfind
64
64
standards :
65
- - POSIX
65
+ - posix
66
66
return_type : void *
67
67
arguments :
68
68
- type : const void *
@@ -72,7 +72,7 @@ functions:
72
72
- type : __search_compare_t
73
73
- name : lsearch
74
74
standards :
75
- - POSIX
75
+ - posix
76
76
return_type : void *
77
77
arguments :
78
78
- type : const void *
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
header : setjmp.h
2
- header_template : setjmp.h.def
3
- macros : []
2
+ standards :
3
+ - stdc
4
4
types :
5
5
- type_name : jmp_buf
6
- enums : []
7
- objects : []
8
6
functions :
9
7
- name : longjmp
10
8
standards :
@@ -23,7 +21,7 @@ functions:
23
21
- type : jmp_buf
24
22
- name : sigsetjmp
25
23
standards :
26
- - POSIX
24
+ - posix
27
25
return_type : int
28
26
attributes :
29
27
- _Returns_twice
@@ -32,7 +30,7 @@ functions:
32
30
- type : int
33
31
- name : siglongjmp
34
32
standards :
35
- - POSIX
33
+ - posix
36
34
return_type : _Noreturn void
37
35
arguments :
38
36
- type : sigjmp_buf
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
header : spawn.h
2
- header_template : spawn.h.def
3
- macros : []
2
+ standards :
3
+ - posix
4
4
types :
5
5
- type_name : posix_spawn_file_actions_t
6
6
- type_name : posix_spawnattr_t
7
7
- type_name : pid_t
8
8
- type_name : mode_t
9
- enums : []
10
- objects : []
11
9
functions :
12
10
- name : posix_spawn
13
11
standards :
14
- - POSIX
12
+ - posix
15
13
return_type : int
16
14
arguments :
17
15
- type : pid_t *__restrict
@@ -22,22 +20,22 @@ functions:
22
20
- type : char * const * __restrict
23
21
- name : posix_spawn_file_actions_addclose
24
22
standards :
25
- - POSIX
23
+ - posix
26
24
return_type : int
27
25
arguments :
28
26
- type : posix_spawn_file_actions_t *
29
27
- type : int
30
28
- name : posix_spawn_file_actions_adddup2
31
29
standards :
32
- - POSIX
30
+ - posix
33
31
return_type : int
34
32
arguments :
35
33
- type : posix_spawn_file_actions_t *
36
34
- type : int
37
35
- type : int
38
36
- name : posix_spawn_file_actions_addopen
39
37
standards :
40
- - POSIX
38
+ - posix
41
39
return_type : int
42
40
arguments :
43
41
- type : posix_spawn_file_actions_t *__restrict
@@ -47,13 +45,13 @@ functions:
47
45
- type : mode_t
48
46
- name : posix_spawn_file_actions_destroy
49
47
standards :
50
- - POSIX
48
+ - posix
51
49
return_type : int
52
50
arguments :
53
51
- type : posix_spawn_file_actions_t *
54
52
- name : posix_spawn_file_actions_init
55
53
standards :
56
- - POSIX
54
+ - posix
57
55
return_type : int
58
56
arguments :
59
57
- type : posix_spawn_file_actions_t *
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
header : string.h
2
- header_template : string.h.def
2
+ standards :
3
+ - stdc
3
4
macros :
4
5
- macro_name : NULL
5
6
macro_header : null-macro.h
@@ -11,7 +12,7 @@ objects: []
11
12
functions :
12
13
- name : memccpy
13
14
standards :
14
- - POSIX
15
+ - posix
15
16
return_type : void *
16
17
arguments :
17
18
- type : void *__restrict
@@ -61,7 +62,7 @@ functions:
61
62
- type : size_t
62
63
- name : mempcpy
63
64
standards :
64
- - POSIX
65
+ - posix
65
66
return_type : void *
66
67
arguments :
67
68
- type : void *__restrict
@@ -93,14 +94,14 @@ functions:
93
94
- type : size_t
94
95
- name : stpcpy
95
96
standards :
96
- - POSIX
97
+ - posix
97
98
return_type : char *
98
99
arguments :
99
100
- type : char *__restrict
100
101
- type : const char *__restrict
101
102
- name : stpncpy
102
103
standards :
103
- - POSIX
104
+ - posix
104
105
return_type : char *
105
106
arguments :
106
107
- type : char *__restrict
@@ -243,7 +244,7 @@ functions:
243
244
- type : size_t
244
245
- name : strnlen
245
246
standards :
246
- - POSIX
247
+ - posix
247
248
return_type : size_t
248
249
arguments :
249
250
- type : const char *
@@ -271,7 +272,7 @@ functions:
271
272
- type : const char *__restrict
272
273
- name : strsignal
273
274
standards :
274
- - POSIX
275
+ - posix
275
276
return_type : char *
276
277
arguments :
277
278
- type : int
@@ -298,7 +299,7 @@ functions:
298
299
- type : const char *__restrict
299
300
- name : strtok_r
300
301
standards :
301
- - POSIX
302
+ - posix
302
303
return_type : char *
303
304
arguments :
304
305
- type : char *__restrict
You can’t perform that action at this time.
0 commit comments