Home
last modified time | relevance | path

Searched refs:timezone (Results 1 – 19 of 19) sorted by relevance

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_time.h47 #define ngx_timezone(isdst) (- (isdst ? altzone : timezone) / 60)
51 #define ngx_timezone(isdst) (- (isdst ? timezone + 3600 : timezone) / 60)
/f-stack/app/redis-5.0.5/src/
H A Dlocaltime.c119 nolocks_localtime(&tm,t,timezone,daylight_active); in main()
121 printf("[timezone: %d, dl: %d] %s\n", (int)timezone, (int)daylight_active, buf); in main()
H A Dutil.c679 return timezone; in getTimeZone()
682 struct timezone tz; in getTimeZone()
H A Dserver.c367 nolocks_localtime(&tm,tv.tv_sec,server.timezone,server.daylight_active); in serverLogRaw()
1536 server.timezone = getTimeZone(); /* Initialized by tzset(). */ in initServerConfig()
H A Dserver.h1224 time_t timezone; /* Cached timezone. As set by tzset(). */ member
/f-stack/freebsd/sys/
H A Dvdso.h78 struct timezone;
81 int __vdso_gettimeofday(struct timeval *tv, struct timezone *tz);
H A Dtimeb.h58 short timezone; /* minutes west of CUT */ member
H A Dtime.h42 struct timezone { struct
619 int settimeofday(const struct timeval *, const struct timezone *);
624 int gettimeofday(struct timeval *, struct timezone *);
H A Dsyscallsubr.h282 struct timezone *tzp);
H A Dsysproto.h375 …char tzp_l_[PADL_(struct timezone *)]; struct timezone * tzp; char tzp_r_[PADR_(struct timezone *)…
400 …char tzp_l_[PADL_(struct timezone *)]; struct timezone * tzp; char tzp_r_[PADR_(struct timezone *)…
/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_ff_module.c124 static int (*real_gettimeofday)(struct timeval *tv, struct timezone *tz);
549 gettimeofday(struct timeval *tv, struct timezone *tz) in gettimeofday()
/f-stack/lib/
H A Dff_api.h115 int ff_gettimeofday(struct timeval *tv, struct timezone *tz);
H A Dff_syscall_wrapper.c1268 ff_gettimeofday(struct timeval *tv, struct timezone *tz) in ff_gettimeofday()
/f-stack/freebsd/kern/
H A Dkern_time.c642 struct timezone *tzp;
650 struct timezone rtz; in sys_gettimeofday()
668 struct timezone *tzp;
676 struct timezone atz, *tzp; in sys_settimeofday()
697 kern_settimeofday(struct thread *td, struct timeval *tv, struct timezone *tzp) in kern_settimeofday()
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_machdep.c608 struct timezone rtz; in linux_gettimeofday()
630 struct timezone atz, *tzp; in linux_settimeofday()
H A Dlinux32_proto.h253 …char tzp_l_[PADL_(struct timezone *)]; struct timezone * tzp; char tzp_r_[PADR_(struct timezone *)…
257 …char tzp_l_[PADL_(struct timezone *)]; struct timezone * tzp; char tzp_r_[PADR_(struct timezone *)…
/f-stack/freebsd/arm/linux/
H A Dlinux_proto.h201 …char tzp_l_[PADL_(struct timezone *)]; struct timezone * tzp; char tzp_r_[PADR_(struct timezone *)…
205 …char tzp_l_[PADL_(struct timezone *)]; struct timezone * tzp; char tzp_r_[PADR_(struct timezone *)…
/f-stack/app/redis-5.0.5/
H A D00-RELEASENOTES2373 Cache timezone and daylight active flag for safer logging.
2405 Localtime: fix timezone adjustment.
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dlibtest.shlib1975 echo "timezone=US/Eastern" >> $sysidcfg