Home
last modified time | relevance | path

Searched refs:take_fdopen (Results 1 – 17 of 17) sorted by relevance

/systemd-251/src/nspawn/
Dnspawn-setuid.c122 f = take_fdopen(&fd, "r"); in change_uid_gid()
194 f = take_fdopen(&fd, "r"); in change_uid_gid()
/systemd-251/src/basic/
Dtmpfile-util.c81 f = take_fdopen(&fd, mode); in fmkostemp_safe()
291 f = take_fdopen(&fd, "w"); in fopen_tmpfile_linkable()
Dfileio.h49 FILE* take_fdopen(int *fd, const char *options);
Dos-util.c221 f = take_fdopen(&fd, "r"); in fopen_extension_release()
Dfileio.c86 FILE* take_fdopen(int *fd, const char *options) { in take_fdopen() function
/systemd-251/src/shared/
Delf-util.c767 json_out = take_fdopen(&json_pipe[1], "w"); in parse_elf_object()
790 in = take_fdopen(&return_pipe[0], "r"); in parse_elf_object()
802 json_in = take_fdopen(&json_pipe[0], "r"); in parse_elf_object()
Dask-password-api.c764 f = take_fdopen(&fd, "w"); in ask_password_agent()
Ddissect-image.c2710 f = take_fdopen(&fds[2*k], "r"); in dissected_image_acquire_metadata()
Dinstall.c1381 f = take_fdopen(&fd, "r"); in unit_file_load()
/systemd-251/src/core/
Dmanager-serialize.c27 f = take_fdopen(&fd, "w+"); in manager_open_serialization()
/systemd-251/src/home/
Dhomework.c530 identity_file = take_fdopen(&identity_fd, "r"); in read_identity_file()
567 identity_file = take_fdopen(&identity_fd, "w"); in write_identity_file()
Dhomed-home.c522 f = take_fdopen(&fd, "r"); in home_parse_worker_stdout()
/systemd-251/src/journal-remote/
Djournal-gatewayd.c136 m->tmp = take_fdopen(&fd, "w+"); in request_meta_ensure_tmp()
/systemd-251/src/portable/
Dportabled-image-bus.c86 f = take_fdopen(&d->fd, "r"); in append_fd()
/systemd-251/src/coredump/
Dcoredump.c625 fdinfo = take_fdopen(&fd, "r"); in compose_open_fds()
/systemd-251/src/machine/
Dmachine-dbus.c424 f = take_fdopen(&pair[0], "r"); in bus_machine_method_get_os_release()
Dmachined-dbus.c621 f = take_fdopen(&operation->extra_fd, "r"); in clean_pool_done()