forked from google/oss-fuzz-gen
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcasync.yaml
51 lines (51 loc) · 1.21 KB
/
casync.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
"functions":
- "name": "tmp_dir"
"params":
- "name": "ret"
"type": "bool "
"return_type": "int"
"signature": "int tmp_dir(const char **)"
- "name": "tempfn_random"
"params":
- "name": "p"
"type": "bool "
- "name": "ret"
"type": "bool "
"return_type": "int"
"signature": "int tempfn_random(const char *, char **)"
- "name": "var_tmp_dir"
"params":
- "name": "ret"
"type": "bool "
"return_type": "int"
"signature": "int var_tmp_dir(const char **)"
- "name": "compressor_encode"
"params":
- "name": "c"
"type": "bool "
- "name": "finalize"
"type": "bool"
- "name": "p"
"type": "bool "
- "name": "sz"
"type": "size_t"
- "name": "ret_done"
"type": "bool "
"return_type": "int"
"signature": "int compressor_encode(CompressorContext *, bool, void *, size_t, size_t *)"
- "name": "xopendirat"
"params":
- "name": "fd"
"type": "int"
- "name": "name"
"type": "bool "
- "name": "flags"
"type": "int"
- "name": "ret"
"type": "bool "
"return_type": "int"
"signature": "int xopendirat(int, const char *, int, DIR **)"
"language": "c++"
"project": "casync"
"target_name": "fuzz-compress"
"target_path": "/src/casync/test/fuzz/fuzz-compress.c"