Searched defs:close (Results 1 - 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_messages_facets.h68 inline void close(catalog __c) const function in class:messages
101 inline void close(catalog __c) const function in class:messages
H A D_fstream.c68 this->close();
81 basic_filebuf<_CharT, _Traits>::close() { function in class:_Traits
92 // Note order of arguments. We close the file even if __ok is false.
480 // returns eof. Error mode is sticky; it is cleared only by close or
575 // returns eof. Error mode is sticky; it is cleared only by close or
H A D_fstream.h197 _Self* close();
510 void close() { function in class:basic_ifstream
511 if (!this->rdbuf()->close())
589 void close() { function in class:basic_ofstream
590 if (!this->rdbuf()->close())
672 void close() { function in class:basic_fstream
673 if (!this->rdbuf()->close())
/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dunistd.in.h137 /* Automatically included by modules that need a replacement for close. */
138 # undef close macro
139 # define close rpl_close macro
140 extern int close (int);
143 # undef close macro
144 # define close close_used_without_requesting_gnulib_module_close macro
146 # undef close macro
147 # define close(f) \ macro
148 (GL_LINK_WARNING ("close does not portably work on sockets - " \
149 "use gnulib module close fo
[all...]

Completed in 86 milliseconds