Searched refs:load_env_file (Results 1 - 6 of 6) sorted by relevance

/systemd/src/basic/
H A Dfileio.h48 int load_env_file(FILE *f, const char *fname, const char *separator, char ***l);
/systemd/src/test/
H A Dtest-fileio.c78 r = load_env_file(NULL, t, NULL, &a);
145 r = load_env_file(NULL, p, NULL, &b);
185 r = load_env_file(NULL, t, NULL, &a);
199 r = load_env_file(NULL, p, NULL, &b);
H A Dtest-unit-file.c490 r = load_env_file(NULL, name, NULL, &data);
513 r = load_env_file(NULL, name, NULL, &data);
531 r = load_env_file(NULL, name, NULL, &data);
547 r = load_env_file(NULL, name, NULL, &data);
567 r = load_env_file(NULL, name, NULL, &data);
/systemd/src/locale/
H A Dlocaled.c282 r = load_env_file(NULL, "/etc/locale.conf", NULL, &l);
385 r = load_env_file(NULL, "/etc/vconsole.conf", NULL, &l);
/systemd/src/hostname/
H A Dhostnamed.c328 r = load_env_file(NULL, "/etc/machine-info", NULL, &l);
/systemd/src/core/
H A Dexecute.c2338 k = load_env_file(NULL, pglob.gl_pathv[n], NULL, &p);

Completed in 2379 milliseconds