Home
last modified time | relevance | path

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

1234

/systemd-251/test/units/
Dtestsuite-30.sh11 timedatectl set-timezone Europe/Berlin
14 systemd-run --on-timezone-change touch /tmp/timezone-changed
17 test ! -f /tmp/timezone-changed
20 timedatectl set-timezone Europe/Kiev
22 while test ! -f /tmp/timezone-changed ; do sleep .5 ; done
/systemd-251/src/shared/
Dclock-util.c100 struct timezone tz; in clock_set_timezone()
106 tz = (struct timezone) { in clock_set_timezone()
124 static const struct timezone tz = { in clock_reset_timewarp()
Dcalendarspec.c59 free(c->timezone); in calendar_spec_free()
151 if (streq_ptr(c->timezone, "UTC")) { in calendar_spec_normalize()
153 c->timezone = mfree(c->timezone); in calendar_spec_normalize()
371 else if (c->timezone) { in calendar_spec_to_string()
373 fputs(c->timezone, f); in calendar_spec_to_string()
895 .timezone = NULL, in calendar_spec_from_string()
938 c->timezone = strdup(last_space + 1); in calendar_spec_from_string()
939 if (!c->timezone) in calendar_spec_from_string()
1407 if (isempty(spec->timezone)) in calendar_spec_next_usec()
1423 colon_tz = strjoina(":", spec->timezone); in calendar_spec_next_usec()
Dcalendarspec.h25 char *timezone; member
/systemd-251/shell-completion/zsh/
D_timedatectl4 _timedatectl_set-timezone(){
37 'set-timezone:Set system timezone'
D_systemd-run40 '--on-timezone-change[Defines a trigger based on system timezone changes]' \
/systemd-251/src/network/
Dsystemd-networkd.pkla4 [Allow systemd-networkd to set timezone and transient hostname]
6 …me1.set-hostname;org.freedesktop.hostname1.get-product-uuid;org.freedesktop.timedate1.set-timezone;
Dsystemd-networkd.rules4 // Allow systemd-networkd to set timezone, get product UUID,
9 action.id == "org.freedesktop.timedate1.set-timezone") &&
Dnetworkd-manager.h118 int manager_set_timezone(Manager *m, const char *timezone);
/systemd-251/src/fuzz/
Dfuzz-calendarspec.c45 cspec->timezone = mfree(cspec->timezone); in LLVMFuzzerTestOneInput()
/systemd-251/units/
Dsystemd-firstboot.service24 ExecStart=systemd-firstboot --prompt-locale --prompt-timezone --prompt-root-password
38 LoadCredential=firstboot.timezone
/systemd-251/shell-completion/bash/
Dsystemd-nspawn74 --resolv-conf --timezone --root-hash-sig'
183 --timezone)
184 comps=$( systemd-nspawn --timezone=help 2>/dev/null )
Dtimedatectl67 [TIMEZONES]='set-timezone'
Dsystemd-run38 --on-clock-change --on-timezone-change --path-property --socket-property
/systemd-251/src/timedate/
Dtimedatectl.c41 const char *timezone; member
83 tz_colon = strjoina(":", isempty(i->timezone) ? "UTC" : i->timezone); in print_status_info()
130 r = table_add_cell_stringf(table, NULL, "%s (%s)", strna(i->timezone), n > 0 ? a : "n/a"); in print_status_info()
170 { "Timezone", "s", NULL, offsetof(StatusInfo, timezone) }, in show_status()
/systemd-251/src/libsystemd-network/
Ddhcp-lease-internal.h71 char *timezone; member
Ddhcp-server-internal.h65 char *timezone; member
Dsd-dhcp-server.c169 free(server->timezone); in dhcp_server_free()
646 if (server->timezone) { in server_send_offer_or_ack()
650 strlen(server->timezone), server->timezone); in server_send_offer_or_ack()
1457 if (streq_ptr(tz, server->timezone)) in sd_dhcp_server_set_timezone()
1460 r = free_and_strdup(&server->timezone, tz); in sd_dhcp_server_set_timezone()
Dsd-dhcp-lease.c321 free(lease->timezone); in dhcp_lease_free()
785 free_and_replace(lease->timezone, tz); in dhcp_lease_parse_options()
1200 "TIMEZONE", &lease->timezone, in dhcp_lease_load()
1477 if (!lease->timezone) in sd_dhcp_lease_get_timezone()
1480 *tz = lease->timezone; in sd_dhcp_lease_get_timezone()
/systemd-251/mkosi.default.d/opensuse/
D10-mkosi.opensuse54 timezone
/systemd-251/src/systemd/
Dsd-dhcp-lease.h74 int sd_dhcp_lease_get_timezone(sd_dhcp_lease *lease, const char **timezone);
Dsd-dhcp-server.h65 int sd_dhcp_server_set_timezone(sd_dhcp_server *server, const char *timezone);
/systemd-251/src/nspawn/
Dnspawn-gperf.gperf61 … config_parse_timezone, 0, offsetof(Settings, timezone)
Dnspawn-settings.h192 TimezoneMode timezone; member
/systemd-251/src/basic/
Dtime-util.h162 int get_timezone(char **timezone);

1234