Home
last modified time | relevance | path

Searched refs:parse_env_file (Results 1 – 25 of 28) sorted by relevance

12

/systemd-251/src/libsystemd/sd-login/
Dsd-login.c271 r = parse_env_file(NULL, p, "STATE", &s); in sd_uid_get_state()
293 r = parse_env_file(NULL, p, "DISPLAY", &s); in sd_uid_get_display()
343 r = parse_env_file(NULL, filename, in sd_uid_is_on_seat()
370 r = parse_env_file(NULL, p, variable, &s); in uid_get_array()
448 r = parse_env_file(NULL, p, "ACTIVE", &s); in sd_session_is_active()
467 r = parse_env_file(NULL, p, "REMOTE", &s); in sd_session_is_remote()
488 r = parse_env_file(NULL, p, "STATE", &s); in sd_session_get_state()
511 r = parse_env_file(NULL, p, "UID", &s); in sd_session_get_uid()
533 r = parse_env_file(NULL, p, field, &s); in session_get_string()
623 r = parse_env_file(NULL, p, in sd_seat_get_active()
[all …]
/systemd-251/src/libsystemd/sd-network/
Dsd-network.c27 r = parse_env_file(NULL, "/run/systemd/netif/state", field, &s); in network_get_string()
71 r = parse_env_file(NULL, "/run/systemd/netif/state", key, &s); in network_get_strv()
119 r = parse_env_file(NULL, path, field, &s); in network_link_get_string()
142 r = parse_env_file(NULL, path, key, &s); in network_link_get_strv()
330 r = parse_env_file(NULL, path, "DNS_DEFAULT_ROUTE", &s); in sd_network_link_get_dns_default_route()
351 r = parse_env_file(NULL, path, key, &s); in network_link_get_ifindexes()
/systemd-251/src/basic/
Denv-file.h11 #define parse_env_file(f, fname, ...) parse_env_file_sentinel(f, fname, __VA_ARGS__, NULL) macro
Dutil.c135 r = parse_env_file(NULL, p, in container_get_leader()
Dhostname-util.c202 r = parse_env_file(NULL, "/etc/machine-info", "PRETTY_HOSTNAME", &n); in get_pretty_hostname()
/systemd-251/src/core/
Dlocale-setup.c41 r = parse_env_file(NULL, "/etc/locale.conf", in locale_setup()
/systemd-251/src/test/
Dtest-env-file.c165 assert_se(parse_env_file(NULL, p, "TEST", &w) >= 0); in TEST()
Dtest-fileio.c29 TEST(parse_env_file) { in TEST() argument
97 r = parse_env_file( in TEST()
/systemd-251/src/locale/
Dkeymap-util.c119 r = parse_env_file(NULL, "/etc/locale.conf", in locale_read_data()
187 return parse_env_file(NULL, "/etc/vconsole.conf", in vconsole_read_data()
/systemd-251/src/vconsole/
Dvconsole-setup.c438 r = parse_env_file(NULL, "/etc/vconsole.conf", in main()
/systemd-251/src/shared/
Dcgroup-show.c464 r = parse_env_file(NULL, m, "SCOPE", &unit); in show_cgroup_get_path_and_warn()
Dudev-util.c48 r = parse_env_file(NULL, "/etc/udev/udev.conf", in udev_parse_config_full()
Dcondition.c771 r = parse_env_file(NULL, p, "TIMESTAMP_NSEC", &timestamp_str); in condition_test_needs_update()
Dbootspec.c468 r = parse_env_file(f, "os-release", in boot_entry_load_unified()
/systemd-251/src/login/
Dlogind-inhibit.c220 r = parse_env_file(NULL, i->state_file, in inhibitor_load()
Dlogind-user.c312 r = parse_env_file(NULL, u->state_file, in user_load()
Dlogind-session.c422 r = parse_env_file(NULL, s->state_file, in session_load()
/systemd-251/src/portable/
Dportablectl.c350 r = parse_env_file(f, "/etc/os-release", in inspect_image()
406 r = parse_env_file(f, name, in inspect_image()
/systemd-251/src/journal-remote/
Djournal-upload.c163 r = parse_env_file(NULL, u->state_file, "LAST_CURSOR", &u->last_cursor); in load_cursor_state()
/systemd-251/src/machine/
Dmachine.c257 r = parse_env_file(NULL, m->state_file, in machine_load()
/systemd-251/src/boot/
Dbootctl.c174 r = parse_env_file(NULL, "/etc/machine-info", in load_etc_machine_info()
211 r = parse_env_file(NULL, "/etc/kernel/install.conf", in load_etc_kernel_install_conf()
/systemd-251/src/journal/
Djournald-stream.c768 r = parse_env_file(NULL, stream->state_file, in stdout_stream_load()
/systemd-251/src/hostname/
Dhostnamed.c135 r = parse_env_file(NULL, "/etc/machine-info", in context_read_machine_info()
/systemd-251/src/libsystemd-network/
Dsd-dhcp-lease.c1179 r = parse_env_file(NULL, lease_file, in dhcp_lease_load()
/systemd-251/src/resolve/
Dresolved-link.c1304 r = parse_env_file(NULL, l->state_file, in link_load_user()

12