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