PATH:
usr
/
lib64
/
perl5
/
CORE
#include <time.h> #include "time64_config.h" #ifndef PERL_TIME64_H_ # define PERL_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 /* If glibc is defined or we are on QNX, use const. * Otherwise, if we are on android, use const but * not with g++. */ # if defined(__GLIBC__) || (defined(__ANDROID__) && !defined(__cplusplus)) \ || defined(__QNX__) || defined(__CYGWIN__) const # endif char *tm_zone; #endif }; /* Decide which tm struct to use */ #ifdef USE_TM64 #define TM TM64 #else #define TM tm #endif /* Declare functions */ struct TM *Perl_gmtime64_r (const Time64_T *, struct TM *); struct TM *Perl_localtime64_r (const Time64_T *, struct TM *); #endif
[-] stadtx_hash.h
[edit]
[-] l1_char_class_tab.h
[edit]
[-] XSUB.h
[edit]
[-] iperlsys.h
[edit]
[-] keywords.h
[edit]
[-] dosish.h
[edit]
[-] sv.h
[edit]
[-] thread.h
[edit]
[-] zaphod32_hash.h
[edit]
[-] intrpvar.h
[edit]
[-] unixish.h
[edit]
[-] mydtrace.h
[edit]
[-] perlio.h
[edit]
[-] pp.h
[edit]
[-] bitcount.h
[edit]
[-] reentr.h
[edit]
[-] pad.h
[edit]
[-] op.h
[edit]
[-] config.h
[edit]
[-] parser.h
[edit]
[-] mg_data.h
[edit]
[-] regnodes.h
[edit]
[-] form.h
[edit]
[-] perlvars.h
[edit]
[-] regcomp.h
[edit]
[-] warnings.h
[edit]
[-] nostdio.h
[edit]
[-] hv.h
[edit]
[-] sbox32_hash.h
[edit]
[-] util.h
[edit]
[-] mg_vtable.h
[edit]
[-] uni_keywords.h
[edit]
[-] perlapi.h
[edit]
[-] uudmap.h
[edit]
[-] op_reg_common.h
[edit]
[-] metaconfig.h
[edit]
[-] hv_macro.h
[edit]
[-] overload.h
[edit]
[-] unicode_constants.h
[edit]
[-] opnames.h
[edit]
[-] proto.h
[edit]
[-] perl_langinfo.h
[edit]
[-] perlsdio.h
[edit]
[-] time64_config.h
[edit]
[-] perly.h
[edit]
[-] cop.h
[edit]
[-] charclass_invlists.h
[edit]
[-] patchlevel.h
[edit]
[-] perliol.h
[edit]
[-] INTERN.h
[edit]
[-] regcharclass.h
[edit]
[-] libperl.so
[edit]
[-] cv.h
[edit]
[-] embedvar.h
[edit]
[-] hv_func.h
[edit]
[+]
..
[-] handy.h
[edit]
[-] gv.h
[edit]
[-] scope.h
[edit]
[-] invlist_inline.h
[edit]
[-] malloc_ctl.h
[edit]
[-] uconfig.h
[edit]
[-] inline.h
[edit]
[-] mg.h
[edit]
[-] utfebcdic.h
[edit]
[-] EXTERN.h
[edit]
[-] time64.h
[edit]
[-] fakesdio.h
[edit]
[-] av.h
[edit]
[-] vutil.h
[edit]
[-] git_version.h
[edit]
[-] perl_inc_macro.h
[edit]
[-] opcode.h
[edit]
[-] perldtrace.h
[edit]
[-] perl.h
[edit]
[-] regexp.h
[edit]
[-] feature.h
[edit]
[-] embed.h
[edit]
[-] utf8.h
[edit]
[-] pp_proto.h
[edit]
[-] mg_raw.h
[edit]
[-] ebcdic_tables.h
[edit]