1# $FreeBSD$ 2 3FBSD_1.0 { 4 _time32_to_time; 5 _time_to_time32; 6 _time64_to_time; 7 _time_to_time64; 8 _time_to_long; 9 _long_to_time; 10 _time_to_int; 11 _int_to_time; 12 strptime; 13 strftime; 14 tzname; 15 tzsetwall; 16 tzset; 17 localtime; 18 localtime_r; 19 gmtime; 20 gmtime_r; 21 offtime; 22 ctime; 23 ctime_r; 24 mktime; 25 timelocal; 26 timegm; 27 timeoff; 28 gtime; 29 time2posix; 30 posix2time; 31 difftime; 32 asctime_r; 33 asctime; 34}; 35