/netbsd-src/external/bsd/atf/dist/tools/ |
H A D | io.cpp | 52 impl::file_handle::file_handle(void) : in file_handle() function in impl::file_handle 57 impl::file_handle::file_handle(handle_type h) : in file_handle() function in impl::file_handle 63 impl::file_handle::file_handle(const file_handle& fh) : in file_handle() function in impl::file_handle 69 impl::file_handle::~file_handle(void) in ~file_handle() 75 impl::file_handle& 76 impl::file_handle::operator=(const file_handle& fh) in operator =() 85 impl::file_handle::is_valid(void) in is_valid() 92 impl::file_handle::close(void) in close() 101 impl::file_handle::handle_type 102 impl::file_handle::disown(void) in disown() [all …]
|
H A D | io.hpp | 64 class file_handle class 89 file_handle(void); 104 file_handle(handle_type h); 119 file_handle(const file_handle& fh); 128 ~file_handle(void); 143 file_handle& operator=(const file_handle& fh);
|
H A D | io_test.cpp | 139 using tools::io::file_handle; in ATF_TEST_CASE_BODY() 141 file_handle fh1; in ATF_TEST_CASE_BODY() 144 file_handle fh2(STDOUT_FILENO); in ATF_TEST_CASE_BODY() 156 using tools::io::file_handle; in ATF_TEST_CASE_BODY() 158 file_handle fh1; in ATF_TEST_CASE_BODY() 159 file_handle fh2(STDOUT_FILENO); in ATF_TEST_CASE_BODY() 161 file_handle fh3(fh2); in ATF_TEST_CASE_BODY() 179 using tools::io::file_handle; in ATF_TEST_CASE_BODY() 181 file_handle fh1(STDOUT_FILENO); in ATF_TEST_CASE_BODY() 192 using tools::io::file_handle; in ATF_TEST_CASE_BODY() [all …]
|
H A D | test-program.cpp | 758 tools::io::file_handle outfh = child.stdout_fd(); in run_test_case() 759 tools::io::file_handle errfh = child.stderr_fd(); in run_test_case()
|
/netbsd-src/external/gpl3/gcc.old/dist/lto-plugin/ |
H A D | lto-symtab.c | 38 struct file_handle { struct 43 static struct file_handle **all_file_handles = NULL; argument 52 struct file_handle *h = (struct file_handle *) handle; in get_symbols() 96 struct file_handle *h = (struct file_handle *) handle; in add_symbols() 162 * sizeof (struct file_handle *)); in register_object() 166 sizeof (struct file_handle)); in register_object() 230 struct file_handle *handle = all_file_handles[j]; in resolve() 260 struct file_handle *handle = all_file_handles[j]; in print() 302 struct file_handle *handle = all_file_handles[j]; in free_all()
|
/netbsd-src/external/bsd/atf/dist/ |
H A D | COPYING | 85 These files were derived from the file_handle, systembuf, pipe and pistream
|
/netbsd-src/external/mit/libuv/dist/test/ |
H A D | test-fs.c | 2415 HANDLE file_handle; in TEST_IMPL() local 2429 file_handle = CreateFile("test_dir/test_file", in TEST_IMPL() 2437 ASSERT(file_handle != INVALID_HANDLE_VALUE); in TEST_IMPL() 2444 r = DeviceIoControl(file_handle, in TEST_IMPL() 2454 CloseHandle(file_handle); in TEST_IMPL()
|
/netbsd-src/external/gpl3/gcc/dist/lto-plugin/ |
H A D | ChangeLog | 1241 (file_handle): New.
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 6912 struct file_handle *handle, int *mount_id, int flags) { 6945 INTERCEPTOR(int, open_by_handle_at, int mount_fd, struct file_handle* handle,
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 7386 struct file_handle *handle, int *mount_id, int flags) { 7419 INTERCEPTOR(int, open_by_handle_at, int mount_fd, struct file_handle* handle,
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 7183 struct file_handle *handle, int *mount_id, int flags) { 7216 INTERCEPTOR(int, open_by_handle_at, int mount_fd, struct file_handle* handle,
|