repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[libc++][Android] Allow testing libc++ with clang-r536225 (#116149)
[llvm-project.git]
/
libc
/
newhdrgen
/
yaml
/
dirent.yaml
blob
cdccf6a0c7f293c3dc429afdb5d4c82fba4fad8b
1
header: dirent.h
2
macros: []
3
types:
4
- type_name: struct_dirent
5
- type_name: DIR
6
- type_name: ino_t
7
enums: []
8
objects: []
9
functions:
10
- name: alphasort
11
standards:
12
- POSIX
13
return_type: int
14
arguments:
15
- type: const struct dirent **
16
- type: const struct dirent **
17
- name: closedir
18
standards:
19
- POSIX
20
return_type: int
21
arguments:
22
- type: DIR *
23
- name: dirfd
24
standards:
25
- POSIX
26
return_type: int
27
arguments:
28
- type: DIR *
29
- name: fdopendir
30
standards:
31
- POSIX
32
return_type: DIR *
33
arguments:
34
- type: int
35
- name: opendir
36
standards:
37
- POSIX
38
return_type: DIR *
39
arguments:
40
- type: const char *
41
- name: readdir
42
standards:
43
- POSIX
44
return_type: struct dirent *
45
arguments:
46
- type: DIR *