-
Notifications
You must be signed in to change notification settings - Fork 173
/
Copy pathaugeas.yaml
55 lines (55 loc) · 1.39 KB
/
augeas.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
52
53
54
55
"functions":
- "name": "transform_save"
"params":
- "name": "aug"
"type": "bool "
- "name": "xfm"
"type": "bool "
- "name": "path"
"type": "bool "
- "name": "tree"
"type": "bool "
"return_type": "int"
"signature": "int transform_save(struct augeas *, struct tree *, const char *, struct tree *)"
- "name": "aug_save"
"params":
- "name": "aug"
"type": "bool "
"return_type": "int"
"signature": "int aug_save(struct augeas *)"
- "name": "aug_load_file"
"params":
- "name": "aug"
"type": "bool "
- "name": "file"
"type": "bool "
"return_type": "int"
"signature": "int aug_load_file(struct augeas *, const char *)"
- "name": "aug_text_retrieve"
"params":
- "name": "aug"
"type": "bool "
- "name": "lens"
"type": "bool "
- "name": "node_in"
"type": "bool "
- "name": "path"
"type": "bool "
- "name": "node_out"
"type": "bool "
"return_type": "int"
"signature": "int aug_text_retrieve(struct augeas *, const char *, const char *, const char *, const char *)"
- "name": "aug_preview"
"params":
- "name": "aug"
"type": "bool "
- "name": "path"
"type": "bool "
- "name": "out"
"type": "bool "
"return_type": "int"
"signature": "int aug_preview(struct augeas *, const char *, char **)"
"language": "c++"
"project": "augeas"
"target_name": "augeas_escape_name_fuzzer"
"target_path": "/src/augeas_escape_name_fuzzer.cc"