Searched refs:ret_file (Results 1 – 9 of 9) sorted by relevance
/systemd-251/src/basic/ |
D | os-util.h | 21 …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()
|
D | os-util.c | 208 …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()
|
D | tmpfile-util.c | 278 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()
|
D | chase-symlinks.c | 538 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()
|
D | tmpfile-util.h | 16 int fopen_tmpfile_linkable(const char *target, int flags, char **ret_path, FILE **ret_file);
|
D | chase-symlinks.h | 32 …r *root, ChaseSymlinksFlags chase_flags, const char *open_flags, char **ret_path, FILE **ret_file);
|
/systemd-251/src/tmpfiles/ |
D | offline-passwd.c | 11 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/ |
D | cryptsetup-generator.c | 53 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/ |
D | smack-setup.c | 26 … 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()
|