Searched refs:_cleanup_close_pair_ (Results 1 - 16 of 16) sorted by relevance
/systemd/src/basic/ |
H A D | fd-util.h | 62 #define _cleanup_close_pair_ _cleanup_(close_pairp) macro
|
H A D | terminal-util.c | 1038 _cleanup_close_pair_ int pair[2] = { -1, -1 }; 1091 _cleanup_close_pair_ int pair[2] = { -1, -1 };
|
/systemd/src/import/ |
H A D | import-common.c | 74 _cleanup_close_pair_ int pipefd[2] = { -1, -1 }; 154 _cleanup_close_pair_ int pipefd[2] = { -1, -1 };
|
H A D | pull-common.c | 328 _cleanup_close_pair_ int gpg_pipe[2] = { -1, -1 };
|
H A D | importd.c | 365 _cleanup_close_pair_ int pipefd[2] = { -1, -1 };
|
/systemd/src/shared/ |
H A D | pager.c | 56 _cleanup_close_pair_ int fd[2] = { -1, -1 };
|
H A D | logs-show.c | 1140 _cleanup_close_pair_ int pair[2] = { -1, -1 };
|
/systemd/src/libsystemd/sd-bus/ |
H A D | bus-container.c | 31 _cleanup_close_pair_ int pair[2] = { -1, -1 }; 145 _cleanup_close_pair_ int pair[2] = { -1, -1 };
|
H A D | test-bus-chat.c | 267 _cleanup_close_pair_ int pp[2] = { -1, -1 };
|
/systemd/src/test/ |
H A D | test-copy.c | 141 _cleanup_close_pair_ int pipefd[2] = {-1, -1};
|
H A D | test-namespace.c | 67 _cleanup_close_pair_ int s[2] = { -1, -1 };
|
H A D | test-util.c | 1442 _cleanup_close_pair_ int p[2] = { -1, -1 };
|
/systemd/src/libsystemd/sd-login/ |
H A D | test-login.c | 33 _cleanup_close_pair_ int pair[2] = { -1, -1 };
|
/systemd/src/fsck/ |
H A D | fsck.c | 276 _cleanup_close_pair_ int progress_pipe[2] = { -1, -1 };
|
/systemd/src/machine/ |
H A D | machine-dbus.c | 242 _cleanup_close_pair_ int pair[2] = { -1, -1 }; 396 _cleanup_close_pair_ int pair[2] = { -1, -1 }; 865 _cleanup_close_pair_ int errno_pipe_fd[2] = { -1, -1 }; 1128 _cleanup_close_pair_ int errno_pipe_fd[2] = { -1, -1 };
|
/systemd/src/nspawn/ |
H A D | nspawn.c | 3309 _cleanup_close_pair_ int kmsg_socket_pair[2] = { -1, -1 }, rtnl_socket_pair[2] = { -1, -1 }, pid_socket_pair[2] = { -1, -1 }, uid_shift_socket_pair[2] = { -1, -1 };
|
Completed in 1380 milliseconds