Searched defs:localtime (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/lib/Time/
H A Dlocaltime.pm38 sub localtime (;$) { populate CORE::localtime(@_ ? shift : time)} subroutine
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_compatibility/
H A Dtime.h43 #undef localtime macro
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_ctime.h61 #undef localtime macro
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
H A Dtime.h43 #undef localtime macro
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_ctime.h61 #undef localtime macro
/openbsd-current/lib/libc/hidden/
H A Dtime.h39 PROTO_NORMAL(localtime); variable
/openbsd-current/gnu/usr.bin/perl/cpan/Time-Piece/
H A DPiece.pm51 sub localtime { subroutine
[all...]
/openbsd-current/lib/libc/time/
H A Dlocaltime.c1317 localtime(const time_t *timep) function
1326 DEF_STRONG(localtime); variable
[all...]
/openbsd-current/gnu/usr.bin/perl/vms/
H A Dvmsish.h454 #define localtime(t) my_localtime(t) macro
H A Dvms.c11548 #undef localtime macro
11682 #define localtime(t) my_localtime(t) macro
/openbsd-current/gnu/usr.bin/perl/
H A Dreentr.h1486 # undef localtime macro
1488 # define localtime(a) (L_R_TZSET localtime_r(a, &PL_reentrant_buffer->_localtime_struct) ? &PL_reentrant_buffer->_localtime_struct : 0) macro

Completed in 281 milliseconds