Home
last modified time | relevance | path

Searched refs:ret_file (Results 1 – 9 of 9) sorted by relevance

/systemd-251/src/basic/
Dos-util.h21 …fopen_extension_release(const char *root, const char *extension, char **ret_path, FILE **ret_file);
22 static inline int fopen_os_release(const char *root, char **ret_path, FILE **ret_file) { in fopen_os_release() argument
23 return fopen_extension_release(root, NULL, ret_path, ret_file); in fopen_os_release()
Dos-util.c208 …open_extension_release(const char *root, const char *extension, char **ret_path, FILE **ret_file) { in fopen_extension_release() argument
214 if (!ret_file) in fopen_extension_release()
227 *ret_file = f; in fopen_extension_release()
Dtmpfile-util.c278 int fopen_tmpfile_linkable(const char *target, int flags, char **ret_path, FILE **ret_file) { in fopen_tmpfile_linkable() argument
284 assert(ret_file); in fopen_tmpfile_linkable()
296 *ret_file = TAKE_PTR(f); in fopen_tmpfile_linkable()
Dchase-symlinks.c538 FILE **ret_file) { in chase_symlinks_and_fopen_unlocked() argument
546 assert(ret_file); in chase_symlinks_and_fopen_unlocked()
556 r = take_fdopen_unlocked(&fd, open_flags, ret_file); in chase_symlinks_and_fopen_unlocked()
Dtmpfile-util.h16 int fopen_tmpfile_linkable(const char *target, int flags, char **ret_path, FILE **ret_file);
Dchase-symlinks.h32 …r *root, ChaseSymlinksFlags chase_flags, const char *open_flags, char **ret_path, FILE **ret_file);
/systemd-251/src/tmpfiles/
Doffline-passwd.c11 static int open_passwd_file(const char *root, const char *fname, FILE **ret_file) { in open_passwd_file() argument
27 *ret_file = f; in open_passwd_file()
/systemd-251/src/cryptsetup/
Dcryptsetup-generator.c53 static int split_locationspec(const char *locationspec, char **ret_file, char **ret_device) { in split_locationspec() argument
57 assert(ret_file); in split_locationspec()
61 *ret_file = *ret_device = NULL; in split_locationspec()
98 *ret_file = TAKE_PTR(file); in split_locationspec()
/systemd-251/src/core/
Dsmack-setup.c26 … int fdopen_unlocked_at(int dfd, const char *dir, const char *name, int *status, FILE **ret_file) { in fdopen_unlocked_at() argument
47 *ret_file = f; in fdopen_unlocked_at()