Searched refs:_cleanup_close_pair_ (Results 1 – 25 of 33) sorted by relevance
12
/systemd-251/src/test/ |
D | test-socket-util.c | 226 _cleanup_close_pair_ int pair[2] = { -1, -1 }; in TEST() 266 _cleanup_close_pair_ int pair[2] = { -1, -1 }; in TEST() 314 _cleanup_close_pair_ int pair[2] = { -1, -1 }; in TEST() 351 _cleanup_close_pair_ int pair[2] = { -1, -1 }; in TEST() 384 _cleanup_close_pair_ int pair[2] = { -1, -1 }; in TEST()
|
D | test-namespace.c | 87 _cleanup_close_pair_ int s[2] = { -1, -1 }; in test_shareable_ns()
|
D | test-copy.c | 191 _cleanup_close_pair_ int pipefd[2] = {-1, -1}; in TEST()
|
D | test-fd-util.c | 61 _cleanup_close_pair_ int p[2] = { -1, -1 }; in TEST()
|
/systemd-251/src/import/ |
D | import-common.c | 27 _cleanup_close_pair_ int pipefd[2] = { -1, -1 }; in import_fork_tar_x() 100 _cleanup_close_pair_ int pipefd[2] = { -1, -1 }; in import_fork_tar_c()
|
D | pull-common.c | 385 _cleanup_close_pair_ int gpg_pipe[2] = { -1, -1 }; in verify_gpg()
|
D | importd.c | 359 _cleanup_close_pair_ int pipefd[2] = { -1, -1 }; in transfer_start()
|
/systemd-251/src/basic/ |
D | fd-util.h | 55 #define _cleanup_close_pair_ _cleanup_(close_pairp) macro
|
D | terminal-util.c | 1134 _cleanup_close_pair_ int pair[2] = { -1, -1 }; in openpt_allocate_in_namespace() 1187 _cleanup_close_pair_ int pair[2] = { -1, -1 }; in open_terminal_in_namespace()
|
/systemd-251/src/libsystemd/sd-bus/ |
D | bus-container.c | 16 _cleanup_close_pair_ int pair[2] = { -1, -1 }; in bus_container_connect_socket()
|
D | test-bus-chat.c | 255 _cleanup_close_pair_ int pp[2] = { -1, -1 }; in client1()
|
/systemd-251/src/machine/ |
D | image-dbus.c | 34 _cleanup_close_pair_ int errno_pipe_fd[2] = { -1, -1 }; in bus_image_method_remove() 150 _cleanup_close_pair_ int errno_pipe_fd[2] = { -1, -1 }; in bus_image_method_clone()
|
D | machine-dbus.c | 239 _cleanup_close_pair_ int pair[2] = { -1, -1 }; in bus_machine_method_get_addresses() 388 _cleanup_close_pair_ int pair[2] = { -1, -1 }; in bus_machine_method_get_os_release() 908 _cleanup_close_pair_ int errno_pipe_fd[2] = { -1, -1 }; in bus_machine_method_copy() 1092 _cleanup_close_pair_ int pair[2] = { -1, -1 }; in bus_machine_method_open_root_directory()
|
/systemd-251/src/fuzz/ |
D | fuzz-varlink.c | 89 _cleanup_close_pair_ int server_pair[2] = { -1, -1 }, client_pair[2] = { -1, -1 }; in LLVMFuzzerTestOneInput()
|
/systemd-251/src/shared/ |
D | pager.c | 87 _cleanup_close_pair_ int fd[2] = { -1, -1 }, exe_name_pipe[2] = { -1, -1 }; in pager_open()
|
D | data-fd-util.c | 24 _cleanup_close_pair_ int pipefds[2] = { -1, -1 }; in acquire_data_fd()
|
D | elf-util.c | 687 …_cleanup_close_pair_ int error_pipe[2] = { -1, -1 }, return_pipe[2] = { -1, -1 }, json_pipe[2] = {… in parse_elf_object()
|
D | mount-util.c | 786 _cleanup_close_pair_ int errno_pipe_fd[2] = { -1, -1 }; in mount_in_namespace()
|
/systemd-251/src/fsck/ |
D | fsck.c | 248 _cleanup_close_pair_ int progress_pipe[2] = { -1, -1 }; in run()
|
/systemd-251/src/libsystemd/sd-login/ |
D | test-login.c | 40 _cleanup_close_pair_ int pair[2] = { -1, -1 }; in TEST()
|
/systemd-251/src/libsystemd/sd-daemon/ |
D | sd-daemon.c | 553 _cleanup_close_pair_ int pipe_fd[2] = { -1, -1 }; in sd_notify_barrier()
|
/systemd-251/src/core/ |
D | dynamic-user.c | 77 _cleanup_close_pair_ int storage_socket[2] = { -1, -1 }; in dynamic_user_acquire()
|
/systemd-251/src/libsystemd/sd-event/ |
D | test-event.c | 632 _cleanup_close_pair_ int p[2] = {-1, -1}; in TEST()
|
/systemd-251/src/portable/ |
D | portabled-image-bus.c | 489 _cleanup_close_pair_ int errno_pipe_fd[2] = { -1, -1 }; in bus_image_common_remove()
|
/systemd-251/src/udev/ |
D | udev-event.c | 775 _cleanup_close_pair_ int outpipe[2] = {-1, -1}, errpipe[2] = {-1, -1}; in udev_event_spawn()
|
12