summaryrefslogtreecommitdiff
path: root/src/tzplatform_config.sym
blob: 1b94e85452e588bc3922045fc83d9990d994e41b (plain)
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
TPC {
	global:
		_context_getenv_int_tzplatform_;
		_context_getenv_tzplatform_;
		_context_getgid_tzplatform_;
		_context_getuid_tzplatform_;
		_context_mkpath_tzplatform_;
		_context_mkpath3_tzplatform_;
		_context_mkpath4_tzplatform_;
		_context_mkstr_tzplatform_;
		_getenv_int_tzplatform_;
		_getenv_tzplatform_;
		_getgid_tzplatform_;
		_getid_tzplatform_;
		_getname_tzplatform_;
		_getuid_tzplatform_;
		_mkpath_tzplatform_;
		_mkpath3_tzplatform_;
		_mkpath4_tzplatform_;
		_mkstr_tzplatform_;


		tzplatform_context_create;
		tzplatform_context_destroy;
		tzplatform_context_getenv;
		tzplatform_context_getenv_int;
		tzplatform_context_getgid;
		tzplatform_context_getuid;
		tzplatform_context_get_user;
		tzplatform_context_mkpath;
		tzplatform_context_mkpath3;
		tzplatform_context_mkpath4;
		tzplatform_context_mkstr;
		tzplatform_context_reset;
		tzplatform_context_reset_user;
		tzplatform_context_set_user;
		tzplatform_getcount;
		tzplatform_getenv;
		tzplatform_getenv_int;
		tzplatform_getgid;
		tzplatform_getid;
		tzplatform_getname;
		tzplatform_getuid;
		tzplatform_get_user;
		tzplatform_has_system_group;
		tzplatform_mkpath;
		tzplatform_mkpath3;
		tzplatform_mkpath4;
		tzplatform_mkstr;
		tzplatform_reset;
		tzplatform_reset_user;
		tzplatform_set_user;

	local:
		*;
};