]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/fuzzing/bc_inputs1/globals.txt
Set file mode during zfs_write
[FreeBSD/FreeBSD.git] / tests / fuzzing / bc_inputs1 / globals.txt
1 define i(x) {
2         ibase=x
3         return ibase
4 }
5
6 define o(x) {
7         obase=x
8         return obase
9 }
10
11 define r(x) {
12         scale=x
13         return scale
14 }
15
16 i(11)
17 ibase
18 o(12)
19 obase
20 r(15)
21 scale