Searched defs:fdf (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/shared/ |
D | copy.c | 152 int fdf, int fdt, in copy_bytes_full() 692 _cleanup_close_ int fdf = -1, fdt = -1; in fd_copy_regular() local 874 _cleanup_close_ int fdf = -1, fdt = -1; in fd_copy_directory() local 1038 int fdf, in copy_tree_at_full() 1195 _cleanup_close_ int fdf = -1; in copy_file_fd_full() local 1248 _cleanup_close_ int fdf = -1, fdt = -1; in copy_file_full() local 1429 int copy_times(int fdf, int fdt, CopyFlags flags) { in copy_times() 1451 int copy_access(int fdf, int fdt) { in copy_access() 1465 int copy_rights_with_fallback(int fdf, int fdt, const char *patht) { in copy_rights_with_fallback() 1479 int copy_xattr(int fdf, int fdt, CopyFlags copy_flags) { in copy_xattr()
|
D | copy.h | 49 static inline int copy_tree_at(int fdf, const char *from, int fdt, const char *to, uid_t override_u… in copy_tree_at() 67 static inline int copy_bytes(int fdf, int fdt, uint64_t max_bytes, CopyFlags copy_flags) { in copy_bytes() 74 static inline int copy_rights(int fdf, int fdt) { in copy_rights()
|
/systemd-251/src/basic/ |
D | compress.c | 552 int compress_stream_xz(int fdf, int fdt, uint64_t max_bytes, uint64_t *ret_uncompressed_size) { in compress_stream_xz() 631 int compress_stream_lz4(int fdf, int fdt, uint64_t max_bytes, uint64_t *ret_uncompressed_size) { in compress_stream_lz4() 717 int decompress_stream_xz(int fdf, int fdt, uint64_t max_bytes) { in decompress_stream_xz() 856 int compress_stream_zstd(int fdf, int fdt, uint64_t max_bytes, uint64_t *ret_uncompressed_size) { in compress_stream_zstd() 961 int decompress_stream_zstd(int fdf, int fdt, uint64_t max_bytes) { in decompress_stream_zstd() 1069 int decompress_stream(const char *filename, int fdf, int fdt, uint64_t max_bytes) { in decompress_stream()
|
D | compress.h | 86 static inline int compress_stream(int fdf, int fdt, uint64_t max_bytes, uint64_t *ret_uncompressed_… in compress_stream()
|
/systemd-251/src/coredump/ |
D | coredumpctl.c | 985 _cleanup_close_ int fdf = -1; in save_core() local
|