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