Home
last modified time | relevance | path

Searched defs:timegm (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Host/android/
H A DLibcGlue.cpp24 time_t timegm(struct tm *t) { return (time_t)timegm64(t); } in timegm() function
/openbsd-src/gnu/usr.bin/perl/cpan/Time-Local/lib/Time/
H A DLocal.pm112 sub timegm { global() subroutine
[all...]
/openbsd-src/lib/libc/time/
H A Dlocaltime.c1917 timegm(struct tm *tmp) timegm() function