Searched refs:file_handle (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Dio.hpp45 // The "file_handle" class.
51 //! The \a file_handle class is a simple RAII model for native system file
57 //! A \a file_handle object can be copied but doing so invalidates the
58 //! source object. There can only be a single valid \a file_handle object
65 class file_handle class in namespace:atf::atf_run
84 //! This constructor creates a new \a file_handle object that represents
90 file_handle(void);
95 //! This constructor creates a new \a file_handle object that takes
105 file_handle(handle_type h);
113 //! avoids having two live \a file_handle object
[all...]
H A Dio.cpp54 // The "file_handle" class.
57 impl::file_handle::file_handle(void) : function in class:impl::file_handle
62 impl::file_handle::file_handle(handle_type h) : function in class:impl::file_handle
68 impl::file_handle::file_handle(const file_handle& fh) : function in class:impl::file_handle
74 impl::file_handle::~file_handle(voi
[all...]
H A Dio_test.cpp129 // Test cases for the "file_handle" class.
135 set_md_var("descr", "Tests file_handle's constructors");
139 using atf::atf_run::file_handle;
141 file_handle fh1;
144 file_handle fh2(STDOUT_FILENO);
152 set_md_var("descr", "Tests file_handle's copy constructor");
156 using atf::atf_run::file_handle;
158 file_handle fh1;
159 file_handle fh2(STDOUT_FILENO);
161 file_handle fh
[all...]
H A Dtest-program.cpp709 impl::file_handle outfh = child.stdout_fd();
710 impl::file_handle errfh = child.stderr_fd();
/macosx-10.10/apr-32/apr/apr/file_io/win32/
H A Dopen.c684 apr_os_file_t file_handle;
687 file_handle = GetStdHandle(STD_ERROR_HANDLE);
688 if (!file_handle)
689 file_handle = INVALID_HANDLE_VALUE;
691 return apr_os_file_put(thefile, &file_handle,
703 apr_os_file_t file_handle;
706 file_handle = GetStdHandle(STD_OUTPUT_HANDLE);
707 if (!file_handle)
708 file_handle = INVALID_HANDLE_VALUE;
710 return apr_os_file_put(thefile, &file_handle,
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djmemsys.h125 short file_handle; /* DOS file handle if it's a temp file */ member in union:__anon13106
H A Djmemdos.c247 if (jdos_seek(info->handle.file_handle, file_offset))
252 if (jdos_read(info->handle.file_handle, buffer_address,
263 if (jdos_seek(info->handle.file_handle, file_offset))
268 if (jdos_write(info->handle.file_handle, buffer_address,
277 jdos_close(info->handle.file_handle); /* close the file */
299 info->handle.file_handle = handle;
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/libusb/os/
H A Dwindows_usb.c2321 HANDLE file_handle; local
2330 file_handle = CreateFileA(priv->usb_interface[i].path, GENERIC_WRITE | GENERIC_READ, FILE_SHARE_WRITE | FILE_SHARE_READ,
2332 if (file_handle == INVALID_HANDLE_VALUE) {
2343 handle_priv->interface_handle[i].dev_handle = file_handle;
2354 HANDLE file_handle; local
2362 file_handle = handle_priv->interface_handle[i].dev_handle;
2363 if ( (file_handle != 0) && (file_handle != INVALID_HANDLE_VALUE)) {
2364 CloseHandle(file_handle);
2420 HANDLE file_handle, winusb_handl local
[all...]
/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dtests.c906 FILE * file_handle; local
987 file_handle = fopen(FILE_NOTME, "w");
988 fclose(file_handle);
996 file_handle = fopen(FILE_ME, "w");
997 fclose(file_handle);
5914 FILE * file_handle; local
6044 file_handle = fopen(FILE_NOTME, "w");
6045 fclose(file_handle);
6053 file_handle = fopen(FILE_ME, "w");
6054 fclose(file_handle);
[all...]
/macosx-10.10/vim-55/runtime/autoload/
H A Dphpcomplete.vim2092 \ 'ibase_blob_import(': 'resource link_identifier, resource file_handle | string',

Completed in 210 milliseconds