| /OK3568_Linux_fs/buildroot/package/zip/ |
| H A D | 0007-timezone.c-needs-time.h-fixes-musl-compile.patch | 4 Subject: [PATCH] timezone.c: needs time.h (fixes musl compile) 9 timezone.c: In function 'mktime': 10 timezone.c:644:18: error: dereferencing pointer to incomplete type 'struct tm' 13 …timezone.c:661:11: warning: implicit declaration of function 'localtime'; did you mean 'dostime'? … 16 …timezone.c:661:9: warning: assignment to 'struct tm *' from 'int' makes pointer from integer witho… 21 timezone.c | 1 + 24 diff --git a/timezone.c b/timezone.c 26 --- a/timezone.c 27 +++ b/timezone.c 29 #include "timezone.h" [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0023-timezone-Make-shell-interpreter-overridable-in-tzsel.patch | 4 Subject: [PATCH] timezone: Make shell interpreter overridable in tzselect.ksh 13 timezone/Makefile | 1 + 36 diff --git a/timezone/Makefile b/timezone/Makefile 38 --- a/timezone/Makefile 39 +++ b/timezone/Makefile
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/ |
| H A D | test_builddashboard_page_artifacts.py | 11 from django.utils import timezone 56 now = timezone.now() 81 now = timezone.now() 83 started_on=now, completed_on=timezone.now(), 137 now = timezone.now() 139 started_on=now, completed_on=timezone.now(),
|
| H A D | test_toastertable_ui.py | 13 from django.utils import timezone 57 now = timezone.now() 58 later = now + timezone.timedelta(hours=1) 59 even_later = later + timezone.timedelta(hours=1)
|
| H A D | test_landing_page.py | 11 from django.utils import timezone 45 now = timezone.now() 82 now = timezone.now()
|
| H A D | test_project_page.py | 11 from django.utils import timezone 35 now = timezone.now()
|
| H A D | test_builddashboard_page_recipes.py | 11 from django.utils import timezone 22 now = timezone.now()
|
| H A D | test_builddashboard_page_tasks.py | 11 from django.utils import timezone 22 now = timezone.now()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/ |
| H A D | tablefilter.py | 10 from django.utils import dateparse, timezone 90 tz = timezone.get_default_timezone() 91 date_from = timezone.make_aware(date_from_naive, tz) 92 date_to = timezone.make_aware(date_to_naive, tz) 176 now = timezone.now()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/timers/ |
| H A D | set-tz.c | 30 struct timezone tz; in set_tz() 40 struct timezone tz; in get_tz_min() 50 struct timezone tz; in get_tz_dst()
|
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | rtc-efi.c | 63 eft->timezone = EFI_UNSPECIFIED_TIMEZONE; in convert_to_efi_time() 210 if (eft.timezone == EFI_UNSPECIFIED_TIMEZONE) in efi_procfs() 214 seq_printf(seq, "Timezone\t: %u\n", eft.timezone); in efi_procfs() 228 if (eft.timezone == EFI_UNSPECIFIED_TIMEZONE) in efi_procfs() 232 seq_printf(seq, "Timezone\t: %u\n", alm.timezone); in efi_procfs()
|
| /OK3568_Linux_fs/kernel/arch/x86/entry/vdso/ |
| H A D | vclock_gettime.c | 17 extern int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz); 20 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) in __vdso_gettimeofday() 25 int gettimeofday(struct __kernel_old_timeval *, struct timezone *)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/migrations/ |
| H A D | 0010_delete_layer_source_references.py | 5 import django.utils.timezone 47 field=models.DateTimeField(default=django.utils.timezone.now, null=True), 57 field=models.DateTimeField(default=django.utils.timezone.now, null=True),
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/timezone/ |
| H A D | tzdata.bb | 1 require timezone.inc 41 # Install default timezone 45 echo ${DEFAULT_TIMEZONE} > ${D}${sysconfdir}/timezone 58 src="$D${sysconfdir}/timezone" 141 ${sysconfdir}/timezone \ 200 CONFFILES:tzdata-core = "${sysconfdir}/localtime ${sysconfdir}/timezone"
|
| H A D | tzcode-native.bb | 1 require timezone.inc 3 SUMMARY = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect"
|
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | time.c | 50 struct timezone sys_tz; 141 struct timezone __user *, tz) in SYSCALL_DEFINE2() 169 int do_sys_settimeofday64(const struct timespec64 *tv, const struct timezone *tz) in do_sys_settimeofday64() 200 struct timezone __user *, tz) in SYSCALL_DEFINE2() 203 struct timezone new_tz; in SYSCALL_DEFINE2() 225 struct timezone __user *, tz) in COMPAT_SYSCALL_DEFINE2() 244 struct timezone __user *, tz) in COMPAT_SYSCALL_DEFINE2() 247 struct timezone new_tz; in COMPAT_SYSCALL_DEFINE2()
|
| /OK3568_Linux_fs/kernel/arch/riscv/kernel/vdso/ |
| H A D | vgettimeofday.c | 20 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz); 21 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) in __vdso_gettimeofday()
|
| /OK3568_Linux_fs/kernel/arch/mips/vdso/ |
| H A D | vgettimeofday.c | 29 struct timezone *tz) in __vdso_gettimeofday() 65 struct timezone *tz) in __vdso_gettimeofday()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/x86/ |
| H A D | test_vsyscall.c | 57 typedef long (*gtod_t)(struct timeval *tv, struct timezone *tz); 161 static inline long sys_gtod(struct timeval *tv, struct timezone *tz) in sys_gtod() 201 const struct timezone *tz_sys, in check_gtod() 204 const struct timezone *tz_other) in check_gtod() 231 struct timezone tz_sys, tz_vdso, tz_vsys; in test_gtod()
|
| /OK3568_Linux_fs/kernel/arch/x86/um/vdso/ |
| H A D | um_vdso.c | 28 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) in __vdso_gettimeofday() 37 int gettimeofday(struct __kernel_old_timeval *, struct timezone *)
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/vdso/ |
| H A D | gettimeofday.h | 16 struct timezone *_tz) in gettimeofday_fallback() 19 register struct timezone *tz asm("a1") = _tz; in gettimeofday_fallback()
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/vdso/ |
| H A D | gettimeofday.h | 17 struct timezone *_tz) in gettimeofday_fallback() 19 register struct timezone *tz asm("x1") = _tz; in gettimeofday_fallback()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python-numeric/ |
| H A D | 0001-it-tries-to-define-this-function-differently-than-it.patch | 21 struct timezone tz; 23 - int gettimeofday(struct timeval *, struct timezone *);
|
| /OK3568_Linux_fs/kernel/arch/sparc/vdso/ |
| H A D | vclock_gettime.c | 77 notrace static long vdso_fallback_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) in vdso_fallback_gettimeofday() 307 __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) in __vdso_gettimeofday() 339 gettimeofday(struct __kernel_old_timeval *, struct timezone *) 343 __vdso_gettimeofday_stick(struct __kernel_old_timeval *tv, struct timezone *tz) in __vdso_gettimeofday_stick()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ |
| H A D | glibc-tests.inc | 30 [ ! -e ${B}/timezone/testdata ] || rm -rf ${B}/timezone/testdata
|