Home
last modified time | relevance | path

Searched refs:file_handle (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/bsd/atf/dist/tools/
H A Dio.cpp52 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 Dio.hpp64 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 Dio_test.cpp139 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 Dtest-program.cpp758 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 Dlto-symtab.c38 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 DCOPYING85 These files were derived from the file_handle, systembuf, pipe and pistream
/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-fs.c2415 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 DChangeLog1241 (file_handle): New.
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6912 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 Dsanitizer_common_interceptors.inc7386 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 Dsanitizer_common_interceptors.inc7183 struct file_handle *handle, int *mount_id, int flags) {
7216 INTERCEPTOR(int, open_by_handle_at, int mount_fd, struct file_handle* handle,