Searched refs:parse_env_file (Results 1 - 25 of 26) sorted by relevance

12

/systemd/src/core/
H A Dlocale-setup.c38 r = parse_env_file("/proc/cmdline", WHITESPACE,
62 r = parse_env_file("/etc/locale.conf", NEWLINE,
H A Dmain.c1220 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 Dsd-network.c44 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 Dsd-login.c274 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 Dfileio.h47 int parse_env_file(const char *fname, const char *separator, ...) _sentinel_;
H A Dutil.c628 r = parse_env_file(p, NEWLINE, "LEADER", &s, "CLASS", &class, NULL);
/systemd/src/vconsole/
H A Dvconsole-setup.c288 r = parse_env_file("/etc/vconsole.conf", NEWLINE,
301 r = parse_env_file("/proc/cmdline", WHITESPACE,
/systemd/src/cgls/
H A Dcgls.c141 r = parse_env_file(m, NEWLINE, "SCOPE", &unit, NULL);
/systemd/src/bootchart/
H A Dbootchart.c408 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 Dhostnamed.c102 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 Dfirstboot.c84 r = parse_env_file(os_release, NEWLINE,
90 r = parse_env_file(os_release, NEWLINE,
/systemd/src/locale/
H A Dlocalectl.c101 r = parse_env_file("/proc/cmdline", WHITESPACE,
H A Dlocaled.c149 r = parse_env_file("/etc/locale.conf", NEWLINE,
191 r = parse_env_file("/etc/vconsole.conf", NEWLINE,
/systemd/src/login/
H A Dlogind-inhibit.c216 r = parse_env_file(i->state_file, NEWLINE,
H A Dlogind-user.c303 r = parse_env_file(u->state_file, NEWLINE,
H A Dlogind-session.c330 r = parse_env_file(s->state_file, NEWLINE,
/systemd/src/test/
H A Dtest-fileio.c104 r = parse_env_file(
/systemd/src/journal-remote/
H A Djournal-gatewayd.c785 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 Djournal-upload.c166 r = parse_env_file(u->state_file, NEWLINE,
/systemd/src/journal/
H A Djournald-stream.c575 r = parse_env_file(stream->state_file, NEWLINE,
H A Dsd-journal.c1692 r = parse_env_file(p, NEWLINE, "ROOT", &root, "CLASS", &class, NULL);
/systemd/src/machine/
H A Dmachine.c269 r = parse_env_file(m->state_file, NEWLINE,
/systemd/src/cgtop/
H A Dcgtop.c858 r = parse_env_file(m, NEWLINE, "SCOPE", &unit, NULL);
/systemd/src/libsystemd-network/
H A Dsd-dhcp-lease.c907 r = parse_env_file(lease_file, NEWLINE,
/systemd/src/network/
H A Dnetworkd-link.c2252 r = parse_env_file(link->state_file, NEWLINE,

Completed in 4332 milliseconds

12