-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy pathe2fsprogs.yaml
81 lines (81 loc) · 2.09 KB
/
e2fsprogs.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
"functions":
- "name": "ext2fs_lookup"
"params":
- "name": "fs"
"type": "bool "
- "name": "dir"
"type": "int"
- "name": "name"
"type": "bool "
- "name": "namelen"
"type": "int"
- "name": "buf"
"type": "bool "
- "name": "inode"
"type": "bool "
"return_type": "size_t"
"signature": "errcode_t ext2fs_lookup(ext2_filsys, ext2_ino_t, const char *, int, char *, ext2_ino_t *)"
- "name": "ext2fs_link"
"params":
- "name": "fs"
"type": "bool "
- "name": "dir"
"type": "int"
- "name": "name"
"type": "bool "
- "name": "ino"
"type": "int"
- "name": "flags"
"type": "int"
"return_type": "size_t"
"signature": "errcode_t ext2fs_link(ext2_filsys, ext2_ino_t, const char *, ext2_ino_t, int)"
- "name": "ext2fs_dir_iterate"
"params":
- "name": "fs"
"type": "bool "
- "name": "dir"
"type": "int"
- "name": "flags"
"type": "int"
- "name": "block_buf"
"type": "bool "
- "name": "func"
"type": "bool "
- "name": "priv_data"
"type": "bool "
"return_type": "size_t"
"signature": "errcode_t ext2fs_dir_iterate(ext2_filsys, ext2_ino_t, int, char *, DW_TAG_subroutine_typeInfinite loop *, void *)"
- "name": "ext2fs_symlink"
"params":
- "name": "fs"
"type": "bool "
- "name": "parent"
"type": "int"
- "name": "ino"
"type": "int"
- "name": "name"
"type": "bool "
- "name": "target"
"type": "bool "
"return_type": "size_t"
"signature": "errcode_t ext2fs_symlink(ext2_filsys, ext2_ino_t, ext2_ino_t, const char *, const char *)"
- "name": "ext2fs_dir_iterate2"
"params":
- "name": "fs"
"type": "bool "
- "name": "dir"
"type": "int"
- "name": "flags"
"type": "int"
- "name": "block_buf"
"type": "bool "
- "name": "func"
"type": "bool "
- "name": "priv_data"
"type": "bool "
"return_type": "size_t"
"signature": "errcode_t ext2fs_dir_iterate2(ext2_filsys, ext2_ino_t, int, char *, DW_TAG_subroutine_typeInfinite loop *, void *)"
"language": "c"
"project": "e2fsprogs"
"target_name": "ext2fs_check_directory_fuzzer"
"target_path": "/src/fuzz/ext2fs_check_directory_fuzzer.cc"