Searched refs:close_pairp (Results 1 – 6 of 6) sorted by relevance
40 static inline void close_pairp(int (*p)[2]) { in close_pairp() function55 #define _cleanup_close_pair_ _cleanup_(close_pairp)
84 _cleanup_(close_pairp) int sfd[2] = { -1, -1 }; in TEST()
194 _cleanup_(close_pairp) int block_fds[2] = { -1, -1 }; in main()
216 _cleanup_(close_pairp) int pipefds[2] = { -1, -1 }; in copy_data_fd()
244 _cleanup_(close_pairp) int pfd[2] = { -1, -1 }; in download_manifest()
356 _cleanup_(close_pairp) int seq[2] = { -1, -1 }; in portable_extract_by_path()