-
Notifications
You must be signed in to change notification settings - Fork 108
/
gpsd.yaml
51 lines (51 loc) · 1.28 KB
/
gpsd.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": "gps_mainloop"
"params":
- "name": ""
"type": "bool "
- "name": ""
"type": "int"
- "name": ""
"type": "bool "
"return_type": "int"
"signature": "int gps_mainloop(struct gps_data_t *, int, DW_TAG_subroutine_typeInfinite loop *)"
- "name": "gpsd_activate"
"params":
- "name": ""
"type": "bool "
- "name": ""
"type": "int"
"return_type": "int"
"signature": "int gpsd_activate(struct gps_device_t *, const int)"
- "name": "gpsd_poll"
"params":
- "name": ""
"type": "bool "
"return_type": "size_t"
"signature": "gps_mask_t gpsd_poll(struct gps_device_t *)"
- "name": "sirf_parse"
"params":
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
- "name": ""
"type": "size_t"
"return_type": "size_t"
"signature": "gps_mask_t sirf_parse(struct gps_device_t *, unsigned char *, size_t)"
- "name": "gpsd_multipoll"
"params":
- "name": ""
"type": "bool"
- "name": ""
"type": "bool "
- "name": ""
"type": "bool "
- "name": ""
"type": "float"
"return_type": "int"
"signature": "int gpsd_multipoll(const _Bool, struct gps_device_t *, DW_TAG_subroutine_typeInfinite loop *, float)"
"language": "c"
"project": "gpsd"
"target_name": "FuzzJson"
"target_path": "/src/gpsd/fuzzer/FuzzJson.c"