File: dump

package info (click to toggle)
confetti 20120731-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 264 kB
  • ctags: 183
  • sloc: ansic: 2,404; lex: 568; yacc: 539; makefile: 123; perl: 13
file content (52 lines) | stat: -rw-r--r-- 1,082 bytes parent folder | download
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
BUILTIN
u_int32_t (RW, REQ)	foo
int64_t (RW)	bar
struct (RW)	asdf
	char* (RW)	k1
	char* (RW, REQ)	k2
	array (RW)	array
		struct (RW)	(null)
			double (RO)	qwerty
			int32_t (RW)	qwer1
			struct (RW)	substruct
				char* (RW, REQ)	sss
			array (RO)	subarray
				struct (RW)	(null)
					int32_t (RW)	subkey
					u_int64_t (RW, REQ)	subke12
	char* (RW)	k3
array (RW, REQ)	root_array
	struct (RW)	(null)
		double (RW, REQ)	ra
array (RW)	test
	struct (RW, REQ)	(null)
		int32_t (RW)	e
array (RW, REQ)	empty
	struct (RW)	(null)
		char* (RW)	wow
struct (RO)	ro_struct
	int32_t (RO)	f1
	int32_t (RO)	f2
array (RW)	array_of_ro_structs
	struct (RO)	(null)
		int32_t (RO)	f1
		int32_t (RO)	f2
struct (RW, REQ)	required_struct_with_structs
	int32_t (RW)	f1
	int32_t (RW)	f2
	struct (RW)	s1
		int32_t (RW)	f1
		int32_t (RW)	f2
		struct (RW)	ss1
			int32_t (RW)	f1
			int32_t (RW)	f2
array (RW)	array_with_required_structs_with_structs
	struct (RW, REQ)	(null)
		int32_t (RW)	f1
		int32_t (RW)	f2
		struct (RW)	s
			int32_t (RW)	f1
			int32_t (RW)	f2
			bool (RW)	f3
bool (RW)	flsb
bool (RW)	flst