Home
last modified time | relevance | path

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

123456

/OK3568_Linux_fs/buildroot/package/zip/
H A D0007-timezone.c-needs-time.h-fixes-musl-compile.patch4 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'
13timezone.c:661:11: warning: implicit declaration of function 'localtime'; did you mean 'dostime'? …
16timezone.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 D0023-timezone-Make-shell-interpreter-overridable-in-tzsel.patch4 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 Dtest_builddashboard_page_artifacts.py11 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 Dtest_toastertable_ui.py13 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 Dtest_landing_page.py11 from django.utils import timezone
45 now = timezone.now()
82 now = timezone.now()
H A Dtest_project_page.py11 from django.utils import timezone
35 now = timezone.now()
H A Dtest_builddashboard_page_recipes.py11 from django.utils import timezone
22 now = timezone.now()
H A Dtest_builddashboard_page_tasks.py11 from django.utils import timezone
22 now = timezone.now()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/
H A Dtablefilter.py10 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 Dset-tz.c30 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 Drtc-efi.c63 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 Dvclock_gettime.c17 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 D0010_delete_layer_source_references.py5 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 Dtzdata.bb1 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 Dtzcode-native.bb1 require timezone.inc
3 SUMMARY = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect"
/OK3568_Linux_fs/kernel/kernel/time/
H A Dtime.c50 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 Dvgettimeofday.c20 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 Dvgettimeofday.c29 struct timezone *tz) in __vdso_gettimeofday()
65 struct timezone *tz) in __vdso_gettimeofday()
/OK3568_Linux_fs/kernel/tools/testing/selftests/x86/
H A Dtest_vsyscall.c57 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 Dum_vdso.c28 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 Dgettimeofday.h16 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 Dgettimeofday.h17 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 D0001-it-tries-to-define-this-function-differently-than-it.patch21 struct timezone tz;
23 - int gettimeofday(struct timeval *, struct timezone *);
/OK3568_Linux_fs/kernel/arch/sparc/vdso/
H A Dvclock_gettime.c77 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 Dglibc-tests.inc30 [ ! -e ${B}/timezone/testdata ] || rm -rf ${B}/timezone/testdata

123456