Searched refs:timezone (Results 1 – 19 of 19) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_time.h | 47 #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 D | localtime.c | 119 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 D | util.c | 679 return timezone; in getTimeZone() 682 struct timezone tz; in getTimeZone()
|
| H A D | server.c | 367 nolocks_localtime(&tm,tv.tv_sec,server.timezone,server.daylight_active); in serverLogRaw() 1536 server.timezone = getTimeZone(); /* Initialized by tzset(). */ in initServerConfig()
|
| H A D | server.h | 1224 time_t timezone; /* Cached timezone. As set by tzset(). */ member
|
| /f-stack/freebsd/sys/ |
| H A D | vdso.h | 78 struct timezone; 81 int __vdso_gettimeofday(struct timeval *tv, struct timezone *tz);
|
| H A D | timeb.h | 58 short timezone; /* minutes west of CUT */ member
|
| H A D | time.h | 42 struct timezone { struct 619 int settimeofday(const struct timeval *, const struct timezone *); 624 int gettimeofday(struct timeval *, struct timezone *);
|
| H A D | syscallsubr.h | 282 struct timezone *tzp);
|
| H A D | sysproto.h | 375 …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 D | ngx_ff_module.c | 124 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 D | ff_api.h | 115 int ff_gettimeofday(struct timeval *tv, struct timezone *tz);
|
| H A D | ff_syscall_wrapper.c | 1268 ff_gettimeofday(struct timeval *tv, struct timezone *tz) in ff_gettimeofday()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_time.c | 642 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 D | linux32_machdep.c | 608 struct timezone rtz; in linux_gettimeofday() 630 struct timezone atz, *tzp; in linux_settimeofday()
|
| H A D | linux32_proto.h | 253 …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 D | linux_proto.h | 201 …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 D | 00-RELEASENOTES | 2373 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 D | libtest.shlib | 1975 echo "timezone=US/Eastern" >> $sysidcfg
|