Searched refs:load_env_file (Results 1 - 6 of 6) sorted by relevance
/systemd/src/basic/ |
H A D | fileio.h | 48 int load_env_file(FILE *f, const char *fname, const char *separator, char ***l);
|
/systemd/src/test/ |
H A D | test-fileio.c | 78 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 D | test-unit-file.c | 490 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 D | localed.c | 282 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 D | hostnamed.c | 328 r = load_env_file(NULL, "/etc/machine-info", NULL, &l);
|
/systemd/src/core/ |
H A D | execute.c | 2338 k = load_env_file(NULL, pglob.gl_pathv[n], NULL, &p);
|
Completed in 2379 milliseconds