HomeSort by: relevance | last modified time | path
    Searched defs:close (Results 1 - 25 of 297) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/lib/libsa/
close.c 1 /* $NetBSD: close.c,v 1.14 2007/12/02 04:59:25 tsutsui Exp $ */
34 * @(#)close.c 8.1 (Berkeley) 6/11/93
67 close(int fd) function
  /src/sys/arch/atari/stand/tostools/libtos/
cread.h 39 #define close cclose macro
  /src/external/bsd/libfido2/dist/openbsd-compat/
posix_win.h 40 #define close(fd) posix_close(fd) macro
  /src/external/gpl3/gdb/dist/gnulib/import/
close.c 0 /* close replacement.
29 #undef close macro
55 # define close_nothrow close
58 /* Override close() to call into other gnulib modules. */
  /src/external/gpl3/gdb.old/dist/gnulib/import/
close.c 0 /* close replacement.
29 #undef close macro
55 # define close_nothrow close
58 /* Override close() to call into other gnulib modules. */
  /src/sys/arch/hpc/stand/hpcboot/
file_fat.h 50 BOOL close(void) { return CloseHandle(_handle); } function in class:FatFile
  /src/crypto/external/bsd/heimdal/dist/lib/wind/
generate.py 53 def close(self) : member in class:GeneratedFile
54 """End and close the file header"""
55 self.file.close()
76 def close(self) : member in class:Header
77 """End and close the file header"""
79 GeneratedFile.close(self)
  /src/lib/libc/rpc/
svc_fdset.h 7 # undef close macro
8 # define close(a) rump_sys_close(a) macro
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
randombytes.h 25 int (*close)(void); /* optional */ member in struct:randombytes_implementation
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
test_hooks.h 14 # define close JEMALLOC_TEST_HOOK(close, test_hooks_libc_hook) macro
  /src/external/bsd/jemalloc/include/jemalloc/internal/
hooks.h 13 #define close JEMALLOC_HOOK(close, hooks_libc_hook) macro
test_hooks.h 14 # define close JEMALLOC_TEST_HOOK(close, test_hooks_libc_hook) macro
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
hooks.h 13 #define close JEMALLOC_HOOK(close, hooks_libc_hook) macro
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
hooks.h 13 #define close JEMALLOC_HOOK(close, hooks_libc_hook) macro
  /src/external/bsd/libarchive/dist/libarchive/test/
test_open_fd.c 35 #define close _close macro
83 /* Close out the archive. */
117 close(fd);
  /src/external/bsd/libfido2/dist/fuzz/
preload-fuzz.c 72 close(int fd) function
75 close_f = dlsym(RTLD_NEXT, "close");
  /src/external/gpl3/gdb.old/dist/gdb/
bfd-target.c 43 void close () override;
103 target_bfd::close () function in class:target_bfd
proc-utils.h 109 #define close(X) close_with_trace (X, __FILE__, __LINE__) macro
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
tui-window-disabled.py 48 def close(self): member in class:EventWindow
52 # Ensure that window properties can be read within the close method.
58 # that we can erase and write to a window from the close
  /src/external/gpl3/gdb.old/dist/gdbsupport/
eintr.h 97 close (int fd) function in namespace:gdb
99 return gdb::handle_eintr (-1, ::close, fd);
  /src/external/gpl3/gdb/dist/gdb/
bfd-target.c 43 void close () override;
103 target_bfd::close () function in class:target_bfd
proc-utils.h 109 #define close(X) close_with_trace (X, __FILE__, __LINE__) macro
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
tui-window-disabled.py 48 def close(self): member in class:EventWindow
52 # Ensure that window properties can be read within the close method.
58 # that we can erase and write to a window from the close
  /src/external/gpl3/gdb/dist/gdbsupport/
eintr.h 97 close (int fd) function in namespace:gdb
99 return gdb::handle_eintr (-1, ::close, fd);
  /src/external/gpl2/gettext/dist/gettext-tools/src/gnu/gettext/
GetURL.java 68 ostream.close();
70 istream.close();

Completed in 30 milliseconds

1 2 3 4 5 6 7 8 91011>>