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-format] Rename ExportBlockIndentation -> IndentExportBlock (#123493)
[llvm-project.git]
/
libc
/
include
/
sys
/
random.yaml
blob
a97266a5481dfc13f5e0d142fede94bc65d8c0c4
1
header: sys/random.h
2
header_template: random.h.def
3
macros: []
4
types:
5
- type_name: ssize_t
6
- type_name: size_t
7
enums: []
8
objects: []
9
functions:
10
- name: getrandom
11
standards:
12
- Linux
13
return_type: ssize_t
14
arguments:
15
- type: void *
16
- type: size_t
17
- type: unsigned int
18
- name: getentropy
19
standards:
20
- GNUExtensions
21
return_type: int
22
arguments:
23
- type: void *
24
- type: size_t