xref: /freebsd/lib/libc/stdtime/Symbol.map (revision 06c3fb27)
1FBSD_1.0 {
2	_time32_to_time;
3	_time_to_time32;
4	_time64_to_time;
5	_time_to_time64;
6	_time_to_long;
7	_long_to_time;
8	_time_to_int;
9	_int_to_time;
10	strptime;
11	strftime;
12	tzname;
13	tzsetwall;
14	tzset;
15	localtime;
16	localtime_r;
17	gmtime;
18	gmtime_r;
19	offtime;
20	offtime_r;
21	ctime;
22	ctime_r;
23	mktime;
24	timelocal;
25	timegm;
26	timeoff;
27	time2posix;
28	posix2time;
29	difftime;
30	asctime_r;
31	asctime;
32};
33