Home
last modified time | relevance | path

Searched refs:Close (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgfmt.cs83 rw.Close(); in WriteResource()
84 output.Close(); in WriteResource()
100 rw.Close(); in WriteResource()
101 output.Close(); in WriteResource()
105 rw.Close(); in WriteResource()
H A Dmsgunfmt.cs181 Out.Close(); in DumpResource()
182 stream.Close(); in DumpResource()
206 tmpstream.Close(); in DumpResource()
215 rr.Close(); in DumpResource()
216 Out.Close(); in DumpResource()
217 stream.Close(); in DumpResource()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h93 HandleTraits::Close(Handle); in ~ScopedHandle()
104 HandleTraits::Close(Handle);
126 static void Close(handle_type h) { in Close() function
148 static void Close(handle_type h) { in Close() function
164 static void Close(handle_type h) { in Close() function
174 static void Close(handle_type h) { in Close() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h387 tok::TokenKind Kind, Close, FinalToken; variable
412 Close = tok::r_brace;
416 Close = tok::r_paren;
421 Close = tok::r_square;
447 if (P.Tok.is(Close)) { in consumeClose()
450 } else if (P.Tok.is(tok::semi) && P.NextToken().is(Close)) { in consumeClose()
453 << Close << FixItHint::CreateRemoval(SourceRange(SemiLoc, SemiLoc)); in consumeClose()
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Dsread.c117 uefi_call_wrapper(FileHandle->Close, 1, FileHandle); in OpenSimpleReadFile()
169 uefi_call_wrapper(LastHandle->Close, 1, LastHandle); in OpenSimpleReadFile()
193 uefi_call_wrapper(FileHandle->Close, 1, FileHandle); in OpenSimpleReadFile()
362 uefi_call_wrapper(FHand->FileHandle->Close, 1, FHand->FileHandle); in CloseSimpleReadFile()
/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A DChangeLog-201320 * source.c (annotate_source): Close ifp.
21 * corefile.c (read_function_mappings): Close file.
/netbsd-src/sys/arch/epoc32/stand/e32boot/exe/
H A Dnetbsd.cpp68 file.Close(); in New()
71 fsSession.Close(); in New()
/netbsd-src/external/gpl3/binutils/dist/gprof/
H A DChangeLog-201320 * source.c (annotate_source): Close ifp.
21 * corefile.c (read_function_mappings): Close file.
/netbsd-src/sys/arch/ia64/stand/efi/libefi/
H A Defifs.c106 root->Close(root); in efifs_open()
110 root->Close(root); in efifs_open()
120 file->Close(file); in efifs_close()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_utils.cc127 void LogWriter::Close(LogWriter *LW) { in Close() function in __xray::LogWriter
190 void LogWriter::Close(LogWriter *LW) {
H A Dxray_utils.h47 static void Close(LogWriter *LogWriter);
/netbsd-src/external/gpl3/gdb.old/dist/zlib/old/
H A Dvisual-basic.txt104 Close #1
120 Close #1
138 Close #1
151 Close #1
/netbsd-src/external/gpl3/binutils.old/dist/zlib/old/
H A Dvisual-basic.txt104 Close #1
120 Close #1
138 Close #1
151 Close #1
/netbsd-src/external/gpl3/gdb/dist/zlib/old/
H A Dvisual-basic.txt104 Close #1
120 Close #1
138 Close #1
151 Close #1
/netbsd-src/external/gpl3/binutils/dist/zlib/old/
H A Dvisual-basic.txt104 Close #1
120 Close #1
138 Close #1
151 Close #1
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/modules/
H A Dcloseout2 Close standard output and standard error.
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defitcp.h216 EFI_TCP4_CLOSE Close; member
388 EFI_TCP6_CLOSE Close; member
/netbsd-src/external/gpl3/autoconf/dist/lib/autoconf/
H A Dgo.m469 if err = f.Close(); err != nil {
131 if err = f.Close(); err != nil {
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Ddll.rst35 Close the shared library.
/netbsd-src/sys/arch/epoc32/stand/e32boot/ldd/
H A Dekern.h27 protected: IMPORT_C virtual void Close(void);
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.ui48 <string>Close</string>
H A Dscanresults.ui82 <string>Close</string>
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Ddocobj.d108 HRESULT Close(DWORD);
/netbsd-src/sys/arch/hpcmips/stand/pbsdboot/
H A Dpbsdboot.rc255 ID_FILE_CLOSE "Close the active document\nClose"
294 AFX_IDS_SCCLOSE "Close the active window and prompts to save the documents"
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DScopedPrinter.h351 template<char Open, char Close>
368 W.startLine() << Close << '\n'; in ~DelimitedScope()

12345678910>>...12