Home
last modified time | relevance | path

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

/linux-6.12.1/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()
138 close_pair(fdin); in start_command()
142 close_pair(fdout); in start_command()
146 close_pair(fderr); in start_command()
/linux-6.12.1/samples/seccomp/
Duser-trap.c218 goto close_pair; in main()
375 close_pair: in main()