PATH:
usr
/
lib64
/
perl5
/
CORE
#include <time.h> #include "time64_config.h" #ifndef TIME64_H # define TIME64_H /* Set our custom types */ typedef INT_64_T Int64; typedef Int64 Time64_T; typedef I32 Year; /* A copy of the tm struct but with a 64 bit year */ struct TM64 { int tm_sec; int tm_min; int tm_hour; int tm_mday; int tm_mon; Year tm_year; int tm_wday; int tm_yday; int tm_isdst; #ifdef HAS_TM_TM_GMTOFF long tm_gmtoff; #endif #ifdef HAS_TM_TM_ZONE # ifdef __GLIBC__ const char *tm_zone; # else char *tm_zone; # endif #endif }; /* Decide which tm struct to use */ #ifdef USE_TM64 #define TM TM64 #else #define TM tm #endif /* Declare functions */ static struct TM *S_gmtime64_r (const Time64_T *, struct TM *); static struct TM *S_localtime64_r (const Time64_T *, struct TM *); static Time64_T S_timegm64 (struct TM *); /* Not everyone has gm/localtime_r(), provide a replacement */ #ifdef HAS_LOCALTIME_R # define LOCALTIME_R(clock, result) (L_R_TZSET localtime_r(clock, result)) #else # define LOCALTIME_R(clock, result) (L_R_TZSET S_localtime_r(clock, result)) #endif #ifdef HAS_GMTIME_R # define GMTIME_R(clock, result) gmtime_r(clock, result) #else # define GMTIME_R(clock, result) S_gmtime_r(clock, result) #endif #endif
[-] regcharclass.h
[edit]
[-] sv.h
[edit]
[-] charclass_invlists.h
[edit]
[-] handy.h
[edit]
[-] pp_proto.h
[edit]
[-] opnames.h
[edit]
[-] iperlsys.h
[edit]
[-] uconfig.h
[edit]
[-] av.h
[edit]
[-] time64_config.h
[edit]
[-] config.h
[edit]
[+]
..
[-] perl.h
[edit]
[-] regcomp.h
[edit]
[-] opcode.h
[edit]
[-] warnings.h
[edit]
[-] perlapi.h
[edit]
[-] time64.h
[edit]
[-] utfebcdic.h
[edit]
[-] embedvar.h
[edit]
[-] embed.h
[edit]
[-] bitcount.h
[edit]
[-] git_version.h
[edit]
[-] thread.h
[edit]
[-] perliol.h
[edit]
[-] malloc_ctl.h
[edit]
[-] uudmap.h
[edit]
[-] op_reg_common.h
[edit]
[-] parser.h
[edit]
[-] EXTERN.h
[edit]
[-] fakesdio.h
[edit]
[-] pp.h
[edit]
[-] perldtrace.h
[edit]
[-] regexp.h
[edit]
[-] mg_data.h
[edit]
[-] reentr.h
[edit]
[-] intrpvar.h
[edit]
[-] cv.h
[edit]
[-] cop.h
[edit]
[-] perlio.h
[edit]
[-] dosish.h
[edit]
[-] patchlevel.h
[edit]
[-] feature.h
[edit]
[-] mg_vtable.h
[edit]
[-] XSUB.h
[edit]
[-] pad.h
[edit]
[-] scope.h
[edit]
[-] l1_char_class_tab.h
[edit]
[-] overload.h
[edit]
[-] unixish.h
[edit]
[-] perlsdio.h
[edit]
[-] regnodes.h
[edit]
[-] hv.h
[edit]
[-] gv.h
[edit]
[-] perlvars.h
[edit]
[-] utf8.h
[edit]
[-] mg.h
[edit]
[-] libperl.so
[edit]
[-] form.h
[edit]
[-] keywords.h
[edit]
[-] perlsfio.h
[edit]
[-] fakethr.h
[edit]
[-] perly.h
[edit]
[-] op.h
[edit]
[-] metaconfig.h
[edit]
[-] INTERN.h
[edit]
[-] mg_raw.h
[edit]
[-] mydtrace.h
[edit]
[-] util.h
[edit]
[-] nostdio.h
[edit]
[-] proto.h
[edit]