Home
last modified time | relevance | path

Searched defs:ret_file (Results 1 – 7 of 7) sorted by relevance

/systemd-251/src/basic/
Dos-util.h22 static inline int fopen_os_release(const char *root, char **ret_path, FILE **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()
Dtmpfile-util.c278 int fopen_tmpfile_linkable(const char *target, int flags, char **ret_path, FILE **ret_file) { in fopen_tmpfile_linkable()
Dchase-symlinks.c538 FILE **ret_file) { in chase_symlinks_and_fopen_unlocked()
/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()
/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()
/systemd-251/src/cryptsetup/
Dcryptsetup-generator.c53 static int split_locationspec(const char *locationspec, char **ret_file, char **ret_device) { in split_locationspec()