Home
last modified time | relevance | path

Searched refs:fopen_tmpfile_linkable (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/basic/
Dtmpfile-util.h16 int fopen_tmpfile_linkable(const char *target, int flags, char **ret_path, FILE **ret_file);
Dtmpfile-util.c278 int fopen_tmpfile_linkable(const char *target, int flags, char **ret_path, FILE **ret_file) { in fopen_tmpfile_linkable() function
/systemd-251/src/boot/
Dbootctl.c1202 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()