HomeSort by relevance Sort by last modified time
    Searched refs:_close (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/libpcap/testprogs/
unix.h 55 #define close _close
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fclose.c 74 if (fp->_close != NULL && (*fp->_close)(fp->_cookie) < 0)
freopen.c 106 isopen = fp->_close != NULL;
108 (void) (*fp->_close)(fp->_cookie);
118 (void) (*fp->_close)(fp->_cookie);
131 (void) (*fp->_close)(fp->_cookie);
150 errno = sverrno; /* restore in case _close clobbered */
187 fp->_close = __sclose;
funopen.c 80 fp->_close = closefn;
fdopen.c 110 fp->_close = __sclose;
fopen.c 93 fp->_close = __sclose;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
sumtree.py 9 proxy._close()
RCSProxy.py 37 self._close()
39 def _close(self): member in class:DirSupport
158 def _close(self): member in class:RCSProxyServer
159 server.SecureServer._close(self)
160 RCSProxyLocal._close(self)
FSProxy.py 37 def _close(self): member in class:FSProxyLocal
273 def _close(self): member in class:FSProxyServer
274 server.Server._close(self)
275 FSProxyLocal._close(self)
  /external/python/cpython2/Demo/pdist/
sumtree.py 9 proxy._close()
RCSProxy.py 37 self._close()
39 def _close(self): member in class:DirSupport
158 def _close(self): member in class:RCSProxyServer
159 server.SecureServer._close(self)
160 RCSProxyLocal._close(self)
FSProxy.py 37 def _close(self): member in class:FSProxyLocal
273 def _close(self): member in class:FSProxyServer
274 server.Server._close(self)
275 FSProxyLocal._close(self)
  /external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_channel/
_channel.py 59 def _close(self): member in class:TestingChannel
68 self._close()
72 self._close()
  /external/e2fsprogs/include/nonunix/
unistd.h 20 #define close _close
  /external/python/cpython3/Lib/idlelib/idle_test/
test_filelist.py 29 e._close()
test_runscript.py 29 ew._close()
test_editor.py 30 e._close()
test_iomenu.py 22 cls.editwin._close()
test_zoomheight.py 22 cls.editwin._close()
  /device/generic/goldfish-opengl/android-emu/android/utils/
debug.c 135 _close(stdio_save_out_fd);
136 _close(stdio_save_err_fd);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
gzguts.h 42 # define close _close
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
gzguts.h 43 # define close _close
  /external/boringssl/src/tool/
internal.h 36 #define BORINGSSL_CLOSE _close
  /external/libjpeg-turbo/md5/
md5hl.c 42 #define close _close
  /external/python/cpython2/Lib/multiprocessing/
queues.py 94 self._close = None
162 close = self._close
164 self._close = None
207 self._close = Finalize(

Completed in 3628 milliseconds

1 2 3 4