Searched refs:tzfree (Results 1 – 7 of 7) sorted by relevance
186 #define tzfree sys_tzfree macro197 #undef tzfree651 # undef tzfree652 # define tzfree tz_tzfree macro795 void tzfree(timezone_t);
1532 tzfree(timezone_t sp) in tzfree() function
1341 tzfree(nullptr); in TEST()1394 tzfree(london); in TEST()1395 tzfree(seoul); in TEST()1434 tzfree(london); in TEST()1435 tzfree(seoul); in TEST()1471 tzfree(default_tz); in TEST()1479 std::unique_ptr<std::remove_pointer_t<timezone_t>, decltype(&tzfree)> tz{tzalloc("Asia/Seoul"), in TEST()1480 tzfree}; in TEST()
328 void tzfree(timezone_t _Nullable __tz) __INTRODUCED_IN(35);
65 * `localtime_rz`, `mktime_z`, `tzalloc`, and `tzfree` (NetBSD
1606 tzfree;