/systemd-251/test/units/ |
D | testsuite-30.sh | 11 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/ |
D | clock-util.c | 100 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()
|
D | calendarspec.c | 59 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()
|
D | calendarspec.h | 25 char *timezone; member
|
/systemd-251/shell-completion/zsh/ |
D | _timedatectl | 4 _timedatectl_set-timezone(){ 37 'set-timezone:Set system timezone'
|
D | _systemd-run | 40 '--on-timezone-change[Defines a trigger based on system timezone changes]' \
|
/systemd-251/src/network/ |
D | systemd-networkd.pkla | 4 [Allow systemd-networkd to set timezone and transient hostname] 6 …me1.set-hostname;org.freedesktop.hostname1.get-product-uuid;org.freedesktop.timedate1.set-timezone;
|
D | systemd-networkd.rules | 4 // Allow systemd-networkd to set timezone, get product UUID, 9 action.id == "org.freedesktop.timedate1.set-timezone") &&
|
D | networkd-manager.h | 118 int manager_set_timezone(Manager *m, const char *timezone);
|
/systemd-251/src/fuzz/ |
D | fuzz-calendarspec.c | 45 cspec->timezone = mfree(cspec->timezone); in LLVMFuzzerTestOneInput()
|
/systemd-251/units/ |
D | systemd-firstboot.service | 24 ExecStart=systemd-firstboot --prompt-locale --prompt-timezone --prompt-root-password 38 LoadCredential=firstboot.timezone
|
/systemd-251/shell-completion/bash/ |
D | systemd-nspawn | 74 --resolv-conf --timezone --root-hash-sig' 183 --timezone) 184 comps=$( systemd-nspawn --timezone=help 2>/dev/null )
|
D | timedatectl | 67 [TIMEZONES]='set-timezone'
|
D | systemd-run | 38 --on-clock-change --on-timezone-change --path-property --socket-property
|
/systemd-251/src/timedate/ |
D | timedatectl.c | 41 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/ |
D | dhcp-lease-internal.h | 71 char *timezone; member
|
D | dhcp-server-internal.h | 65 char *timezone; member
|
D | sd-dhcp-server.c | 169 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()
|
D | sd-dhcp-lease.c | 321 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/ |
D | 10-mkosi.opensuse | 54 timezone
|
/systemd-251/src/systemd/ |
D | sd-dhcp-lease.h | 74 int sd_dhcp_lease_get_timezone(sd_dhcp_lease *lease, const char **timezone);
|
D | sd-dhcp-server.h | 65 int sd_dhcp_server_set_timezone(sd_dhcp_server *server, const char *timezone);
|
/systemd-251/src/nspawn/ |
D | nspawn-gperf.gperf | 61 … config_parse_timezone, 0, offsetof(Settings, timezone)
|
D | nspawn-settings.h | 192 TimezoneMode timezone; member
|
/systemd-251/src/basic/ |
D | time-util.h | 162 int get_timezone(char **timezone);
|