repo.or.cz
/
unleashed
/
tickless.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
dmake: do not set MAKEFLAGS=k
[unleashed/tickless.git]
/
usr
/
src
/
boot
/
lib
/
libz
/
Symbol.map
blob
731ce0ab5ba926a2dd9b9a72ee7ff7151fcabcfa
1
/*
2
* $FreeBSD$
3
*/
4
5
ZLIB_1.2.7.1 {
6
inflateGetDictionary;
7
gzvprintf;
8
};
9
10
ZLIB_1.2.7.0 {
11
deflatePending;
12
deflateResetKeep;
13
gzgetc_;
14
inflateResetKeep;
15
};
16
17
ZLIB_1.2.4.0 {
18
adler32;
19
adler32_combine;
20
adler32_combine64;
21
compress;
22
compress2;
23
compressBound;
24
crc32;
25
crc32_combine;
26
crc32_combine64;
27
deflate;
28
deflateBound;
29
deflateCopy;
30
deflateEnd;
31
deflateInit2_;
32
deflateInit_;
33
deflateParams;
34
deflatePrime;
35
deflateReset;
36
deflateSetDictionary;
37
deflateSetHeader;
38
deflateTune;
39
get_crc_table;
40
gzbuffer;
41
gzclearerr;
42
gzclose;
43
gzclose_r;
44
gzclose_w;
45
gzdirect;
46
gzdopen;
47
gzeof;
48
gzerror;
49
gzflush;
50
gzgetc;
51
gzgets;
52
gzoffset;
53
gzoffset64;
54
gzopen;
55
gzopen64;
56
gzprintf;
57
gzputc;
58
gzputs;
59
gzread;
60
gzrewind;
61
gzseek;
62
gzseek64;
63
gzsetparams;
64
gztell;
65
gztell64;
66
gzungetc;
67
gzwrite;
68
inflate;
69
inflateBack;
70
inflateBackEnd;
71
inflateBackInit_;
72
inflateCopy;
73
inflateEnd;
74
inflateGetHeader;
75
inflateInit2_;
76
inflateInit_;
77
inflateMark;
78
inflatePrime;
79
inflateReset;
80
inflateReset2;
81
inflateSetDictionary;
82
inflateSync;
83
inflateSyncPoint;
84
inflateUndermine;
85
uncompress;
86
zError;
87
zlibCompileFlags;
88
zlibVersion;
89
};
90
91
FBSD_1.2 {
92
zopen;
93
};
94
95
ZLIBprivate_1.0 {
96
_tr_align;
97
_tr_flush_block;
98
_tr_init;
99
_tr_stored_block;
100
_tr_tally;
101
gz_error;
102
inflate_fast;
103
inflate_table;
104
longest_match;
105
match_init;
106
zcalloc;
107
zcfree;
108
};