/systemd/src/core/ |
H A D | locale-setup.c | 38 r = parse_env_file("/proc/cmdline", WHITESPACE, 62 r = parse_env_file("/etc/locale.conf", NEWLINE,
|
H A D | main.c | 1220 r = parse_env_file("/etc/os-release", NEWLINE, 1225 r = parse_env_file("/usr/lib/os-release", NEWLINE,
|
/systemd/src/libsystemd/sd-network/ |
H A D | sd-network.c | 44 r = parse_env_file("/run/systemd/netif/state", NEWLINE, "OPER_STATE", &s, NULL); 65 r = parse_env_file("/run/systemd/netif/state", NEWLINE, key, &s, NULL); 114 r = parse_env_file(p, NEWLINE, field, &s, NULL); 139 r = parse_env_file(p, NEWLINE, key, &s, NULL);
|
/systemd/src/libsystemd/sd-login/ |
H A D | sd-login.c | 274 r = parse_env_file(p, NEWLINE, "STATE", &s, NULL); 305 r = parse_env_file(p, NEWLINE, "DISPLAY", &s, NULL); 362 r = parse_env_file(p, NEWLINE, variable, &s, NULL); 391 r = parse_env_file(p, NEWLINE, variable, &s, NULL); 469 r = parse_env_file(p, NEWLINE, "ACTIVE", &s, NULL); 488 r = parse_env_file(p, NEWLINE, "REMOTE", &s, NULL); 509 r = parse_env_file(p, NEWLINE, "STATE", &s, NULL); 533 r = parse_env_file(p, NEWLINE, "UID", &s, NULL); 555 r = parse_env_file(p, NEWLINE, field, &s, NULL); 648 r = parse_env_file( [all...] |
/systemd/src/basic/ |
H A D | fileio.h | 47 int parse_env_file(const char *fname, const char *separator, ...) _sentinel_;
|
H A D | util.c | 628 r = parse_env_file(p, NEWLINE, "LEADER", &s, "CLASS", &class, NULL);
|
/systemd/src/vconsole/ |
H A D | vconsole-setup.c | 288 r = parse_env_file("/etc/vconsole.conf", NEWLINE, 301 r = parse_env_file("/proc/cmdline", WHITESPACE,
|
/systemd/src/cgls/ |
H A D | cgls.c | 141 r = parse_env_file(m, NEWLINE, "SCOPE", &unit, NULL);
|
/systemd/src/bootchart/ |
H A D | bootchart.c | 408 if (parse_env_file("/etc/os-release", NEWLINE, "PRETTY_NAME", &build, NULL) == -ENOENT) 409 parse_env_file("/usr/lib/os-release", NEWLINE, "PRETTY_NAME", &build, NULL);
|
/systemd/src/hostname/ |
H A D | hostnamed.c | 102 r = parse_env_file("/etc/machine-info", NEWLINE, 112 r = parse_env_file("/etc/os-release", NEWLINE, 117 r = parse_env_file("/usr/lib/os-release", NEWLINE,
|
/systemd/src/firstboot/ |
H A D | firstboot.c | 84 r = parse_env_file(os_release, NEWLINE, 90 r = parse_env_file(os_release, NEWLINE,
|
/systemd/src/locale/ |
H A D | localectl.c | 101 r = parse_env_file("/proc/cmdline", WHITESPACE,
|
H A D | localed.c | 149 r = parse_env_file("/etc/locale.conf", NEWLINE, 191 r = parse_env_file("/etc/vconsole.conf", NEWLINE,
|
/systemd/src/login/ |
H A D | logind-inhibit.c | 216 r = parse_env_file(i->state_file, NEWLINE,
|
H A D | logind-user.c | 303 r = parse_env_file(u->state_file, NEWLINE,
|
H A D | logind-session.c | 330 r = parse_env_file(s->state_file, NEWLINE,
|
/systemd/src/test/ |
H A D | test-fileio.c | 104 r = parse_env_file(
|
/systemd/src/journal-remote/ |
H A D | journal-gatewayd.c | 785 if (parse_env_file("/etc/os-release", NEWLINE, "PRETTY_NAME", &os_name, NULL) == -ENOENT) 786 (void) parse_env_file("/usr/lib/os-release", NEWLINE, "PRETTY_NAME", &os_name, NULL);
|
H A D | journal-upload.c | 166 r = parse_env_file(u->state_file, NEWLINE,
|
/systemd/src/journal/ |
H A D | journald-stream.c | 575 r = parse_env_file(stream->state_file, NEWLINE,
|
H A D | sd-journal.c | 1692 r = parse_env_file(p, NEWLINE, "ROOT", &root, "CLASS", &class, NULL);
|
/systemd/src/machine/ |
H A D | machine.c | 269 r = parse_env_file(m->state_file, NEWLINE,
|
/systemd/src/cgtop/ |
H A D | cgtop.c | 858 r = parse_env_file(m, NEWLINE, "SCOPE", &unit, NULL);
|
/systemd/src/libsystemd-network/ |
H A D | sd-dhcp-lease.c | 907 r = parse_env_file(lease_file, NEWLINE,
|
/systemd/src/network/ |
H A D | networkd-link.c | 2252 r = parse_env_file(link->state_file, NEWLINE,
|