Searched refs:fopen_tmpfile_linkable (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/basic/ |
D | tmpfile-util.h | 16 int fopen_tmpfile_linkable(const char *target, int flags, char **ret_path, FILE **ret_file);
|
D | tmpfile-util.c | 278 int fopen_tmpfile_linkable(const char *target, int flags, char **ret_path, FILE **ret_file) { in fopen_tmpfile_linkable() function
|
/systemd-251/src/boot/ |
D | bootctl.c | 1202 r = fopen_tmpfile_linkable(p, O_WRONLY|O_CLOEXEC, &t, &f); in install_loader_config() 1237 r = fopen_tmpfile_linkable(p, O_WRONLY|O_CLOEXEC, &t, &f); in install_loader_specification()
|