Searched refs:closefd (Results 1 – 4 of 4) sorted by relevance
34 static void closefd(int&& fd) in closefd() function in ipmi_flash::NetDataHandler38 using Fd = stdplus::Managed<int>::Handle<closefd>;
42 void closefd(int&& fd, const internal::Sys*& sys) in closefd() function46 using Fd = stdplus::Managed<int, const internal::Sys*>::Handle<closefd>;
16 with os.fdopen(sys.stdout.fileno(), "wt", closefd=False, newline='\n') as stdout:
258 # The `closefd` command can be used to explicitly close the file285 # The `closefd` command can be used to explicitly close the file297 # @closefd:310 { 'command': 'closefd', 'data': {'fdname': 'str'} }