Searched defs:localtime (Results 1 – 9 of 9) sorted by relevance
38 sub localtime (;$) { populate CORE::localtime(@_ ? shift : time)} global() subroutine [all...]
51 sub localtime { subroutine
110 localtime keyword
1317 localtime(const time_t *timep) localtime() function [all...]
454 #define localtime(t) my_localtime(t) macro
11682 #define localtime(t) my_localtime(t) macro
1488 # undef localtime macro
510 WRAPPER2(struct tm*, localtime, const time_t *timep) in WRAPPER2() argument
2283 TEST(MemorySanitizer, localtime) { in TEST() argument