Home
last modified time | relevance | path

Searched defs:localtime (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/lib/Time/
H A Dlocaltime.pm38 sub localtime (;$) { populate CORE::localtime(@_ ? shift : time)} global() subroutine
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/Time-Piece/
H A DPiece.pm51 sub localtime { subroutine
/openbsd-src/gnu/gcc/gcc/cp/
H A Dcfns.gperf110 localtime keyword
/openbsd-src/lib/libc/time/
H A Dlocaltime.c1317 localtime(const time_t *timep) localtime() function
[all...]
/openbsd-src/gnu/usr.bin/perl/vms/
H A Dvmsish.h454 #define localtime(t) my_localtime(t) macro
H A Dvms.c11682 #define localtime(t) my_localtime(t) macro
/openbsd-src/gnu/usr.bin/perl/
H A Dreentr.h1488 # undef localtime macro
/openbsd-src/gnu/gcc/libmudflap/
H A Dmf-hooks2.c510 WRAPPER2(struct tm*, localtime, const time_t *timep) in WRAPPER2() argument
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp2283 TEST(MemorySanitizer, localtime) { in TEST() argument