Searched refs:fh (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/util/
H A DUCD.pm74 my $fh = shift;
75 my $s = <$fh>;
127 my $fh = shift;
128 while (defined(my $s = <$fh>)) {
151 my $fh = shift;
152 while (defined(my $s = <$fh>)) {
178 my $fh = shift;
179 while (defined(my $s = <$fh>)) {
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dfile.c205 int fh; local
210 if ((fh = open(file, _O_RDONLY | _O_BINARY)) < 0)
213 if (!GetFileTime((HANDLE) _get_osfhandle(fh),
218 close(fh);
222 close(fh);
228 int fh; local
232 if ((fh = open(file, _O_RDWR | _O_BINARY)) < 0)
240 if (!SetFileTime((HANDLE) _get_osfhandle(fh),
245 close(fh);
250 close(fh);
530 int fh; local
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dio.hpp121 file_handle(const file_handle& fh);
145 file_handle& operator=(const file_handle& fh);
389 //! object that owns the given file handle \a fh. Ownership of
390 //! \a fh is transferred to the created pistream object.
392 //! \pre \a fh is valid.
393 //! \post \a fh is invalid.
394 //! \post The new pistream object owns \a fh.
H A Dio.cpp68 impl::file_handle::file_handle(const file_handle& fh) : argument
69 m_handle(fh.m_handle)
71 fh.m_handle = invalid_value();
81 impl::file_handle::operator=(const file_handle& fh) argument
83 m_handle = fh.m_handle;
84 fh.m_handle = invalid_value();
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/config/
H A Didnconf.tcl572 if {[catch {open $dotlocal w} fh]} {
577 close $fh

Completed in 23 milliseconds