Home
last modified time | relevance | path

Searched refs:close_pair (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/tools/lib/subcmd/
Drun-command.c16 static inline void close_pair(int fd[2]) in close_pair() function
56 close_pair(fdin); in start_command()
68 close_pair(fdin); in start_command()
72 close_pair(fdout); in start_command()
87 close_pair(fdin); in start_command()
97 close_pair(fderr); in start_command()
106 close_pair(fdout); in start_command()
136 close_pair(fdin); in start_command()
140 close_pair(fdout); in start_command()
144 close_pair(fderr); in start_command()
/linux-5.19.10/samples/seccomp/
Duser-trap.c214 goto close_pair; in main()
371 close_pair: in main()