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
[clang-tidy][NFC]remove deps of clang in clang tidy test (#116588)
[llvm-project.git]
/
libc
/
newhdrgen
/
yaml
/
fcntl.yaml
blob
71c0df3b0fadaa417da74e54909c937e23c7d99e
1
header: fcntl.h
2
macros: []
3
types:
4
- type_name: off_t
5
- type_name: mode_t
6
enums: []
7
objects: []
8
functions:
9
- name: creat
10
standards:
11
- POSIX
12
return_type: int
13
arguments:
14
- type: const char *
15
- type: mode_t
16
- name: fcntl
17
standards:
18
- POSIX
19
return_type: int
20
arguments:
21
- type: int
22
- type: int
23
- type: '...'
24
- name: open
25
standards:
26
- POSIX
27
return_type: int
28
arguments:
29
- type: const char *
30
- type: int
31
- type: '...'
32
- name: openat
33
standards:
34
- POSIX
35
return_type: int
36
arguments:
37
- type: int
38
- type: const char *
39
- type: int
40
- type: '...'