| /netbsd-src/sys/kern/ |
| H A D | subr_exec_fd.c | 90 char closed[CHECK_UPTO * 3 + 1], which[3 + 1]; in fd_checkstd() local 93 closed[0] = '\0'; in fd_checkstd() 103 strlcat(closed, which, sizeof(closed)); in fd_checkstd() 125 if (closed[0] != '\0') { in fd_checkstd() 133 pp->p_pid, pp->p_comm, &closed[1]); in fd_checkstd()
|
| /netbsd-src/external/gpl2/send-pr/dist/send-pr/ |
| H A D | states.texi | 37 @item closed 38 @cindex @emph{closed} state 39 @cindex state---@dfn{closed} 40 @cindex final state (@dfn{closed}) 41 A Problem Report is closed (``the bug stops here'') only when any 51 sought. If the problem cannot be solved at all, it should be closed
|
| /netbsd-src/external/bsd/libevent/dist/test/ |
| H A D | Makefile.nmake | 25 OTHER_OBJS=test-init.obj test-eof.obj test-closed.obj test-weof.obj test-time.obj \ 31 test-init.exe test-eof.exe test-closed.exe test-weof.exe test-time.exe \ 50 test-closed.exe: test-closed.obj 51 $(CC) $(CFLAGS) $(LIBS) test-closed.obj
|
| /netbsd-src/external/bsd/ntp/dist/sntp/libevent/test/ |
| H A D | Makefile.nmake | 25 OTHER_OBJS=test-init.obj test-eof.obj test-closed.obj test-weof.obj test-time.obj \ 31 test-init.exe test-eof.exe test-closed.exe test-weof.exe test-time.exe \ 50 test-closed.exe: test-closed.obj 51 $(CC) $(CFLAGS) $(LIBS) test-closed.obj
|
| /netbsd-src/games/dab/ |
| H A D | board.cc | 109 int closed = 0; in domove() local 126 closed++; in domove() 140 closed++; in domove() 143 return closed; in domove()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/ |
| H A D | bss_bio.c | 64 int closed; /* valid iff peer != NULL */ member 133 if (peer_b->closed) in bio_read() 285 if (b->closed) { in bio_write() 362 if (b->closed) { in bio_nwrite0() 474 if (b->peer == NULL || b->closed) in bio_ctrl() 501 b->closed = 1; in bio_ctrl() 586 if (peer_b->len == 0 && peer_b->closed) in bio_ctrl() 642 b1->closed = 0; in bio_make_pair() 645 b2->closed = 0; in bio_make_pair()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/ |
| H A D | bss_bio.c | 66 int closed; /* valid iff peer != NULL */ member 135 if (peer_b->closed) in bio_read() 287 if (b->closed) { in bio_write() 364 if (b->closed) { in bio_nwrite0() 476 if (b->peer == NULL || b->closed) in bio_ctrl() 503 b->closed = 1; in bio_ctrl() 588 if (peer_b->len == 0 && peer_b->closed) in bio_ctrl() 644 b1->closed = 0; in bio_make_pair() 647 b2->closed = 0; in bio_make_pair()
|
| /netbsd-src/games/adventure/ |
| H A D | main.c | 137 if (closed) in main() 160 if (closed) { in main() 433 if (closed && toting(oyster)) in main() 640 if (closed) in main() 664 if (prop[rod2] < 0 || !closed) in main() 685 || !closed) in main() 703 if (obj != mirror || !closed) in main() 711 if (obj != dwarf || !closed) in main()
|
| H A D | subr.c | 653 if (closed) in trdrop() 808 if (closed) in trkill() 824 if (obj == dwarf && closed) in trkill() 932 if (obj != snake || closed || !here(bird)) in trfeed() 1056 closed = TRUE; in caveclose()
|
| H A D | init.c | 127 clock2, saved, isclosing, panic, closed, scoring; variable 276 isclosing = panic = closed = scoring = FALSE; in linkdata()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | SSL_set_shutdown.pod | 34 considered closed and the session is closed and correct. 49 The actual condition for a correctly closed session is SSL_SENT_SHUTDOWN 52 is closed).
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | SSL_set_shutdown.pod | 34 considered closed and the session is closed and correct. 49 The actual condition for a correctly closed session is SSL_SENT_SHUTDOWN 52 is closed).
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/ |
| H A D | stdio.d | 40 static int closed = 0; variable 53 ++closed; in specialClose() 88 assert(closed == 1);
|
| /netbsd-src/external/mit/isl/dist/ |
| H A D | isl_transitive_closure.c | 26 isl_bool closed; in isl_map_is_transitively_closed() local 29 closed = isl_map_is_subset(map2, map); in isl_map_is_transitively_closed() 32 return closed; in isl_map_is_transitively_closed() 38 isl_bool closed; in isl_union_map_is_transitively_closed() local 42 closed = isl_union_map_is_subset(umap2, umap); in isl_union_map_is_transitively_closed() 45 return closed; in isl_union_map_is_transitively_closed() 1936 isl_bool closed; in construct_power_components() local 1938 closed = isl_map_is_transitively_closed(path); in construct_power_components() 1939 if (closed < 0) in construct_power_components() 1941 if (!closed) { in construct_power_components() [all …]
|
| /netbsd-src/external/bsd/tmux/dist/ |
| H A D | cmd-save-buffer.c | 60 __unused int closed, __unused struct evbuffer *buffer, void *data) in cmd_save_buffer_done() argument 64 if (!closed) in cmd_save_buffer_done()
|
| H A D | cmd-load-buffer.c | 55 int closed, struct evbuffer *buffer, void *data) in cmd_load_buffer_done() argument 65 if (!closed) in cmd_load_buffer_done()
|
| H A D | file.c | 153 (cf->closed || c == NULL || (~c->flags & CLIENT_DEAD))) in file_fire_done_cb() 439 if (cf->closed) in file_cancel() 441 cf->closed = 1; in file_cancel() 545 if (cf->closed && EVBUFFER_LENGTH(cf->event->output) == 0) { in file_write_callback() 581 if (cf->closed) { in file_write_open() 742 if (cf->closed) { in file_read_open() 833 if (cf->error == 0 && !cf->closed) { in file_read_data()
|
| H A D | cmd-source-file.c | 89 int closed, struct evbuffer *buffer, void *data) in cmd_source_file_done() argument 99 if (!closed) in cmd_source_file_done()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/doc/ |
| H A D | opncls.texi | 43 On error, @var{fd} is always closed. 74 be closed. If the caller desires that this file descriptor be 75 cached by BFD (opened as needed, closed as needed to free 86 On error, @var{fd} is closed. 103 the BFD is passed to @code{bfd_close}, the stream will be closed. 131 Calls @var{close_func} when the BFD is later closed using 184 operations are completed and the file written out and closed. 190 The file descriptor associated with the BFD is closed (even
|
| H A D | archive.texi | 13 output; they will be handled correctly when the archive is closed. 21 closed manually with @code{bfd_close}. If you do not close it, 24 the member BFDs will automatically be closed as well.
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/ |
| H A D | archive.texi | 14 output; they will be handled correctly when the archive is closed. 22 closed manually with @code{bfd_close}. If you do not close it, 25 the member BFDs will automatically be closed as well.
|
| H A D | opncls.texi | 35 On error, @var{fd} is always closed. 72 be closed. If the caller desires that this file descriptor be 73 cached by BFD (opened as needed, closed as needed to free 84 On error, @var{fd} is closed. 108 the BFD is passed to @code{bfd_close}, the stream will be closed. 152 Calls @var{close_func} when the BFD is later closed using 191 operations are completed and the file written out and closed. 197 The file descriptor associated with the BFD is closed (even
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/vscode/llvm/ |
| H A D | language-configuration.json | 12 // symbols that are auto closed when typing
|
| H A D | language-configuration-tablegen.json | 14 // symbols that are auto closed when typing
|
| /netbsd-src/external/mit/libuv/dist/docs/src/ |
| H A D | handle.rst | 136 Returns non-zero if the handle is closing or closed, zero otherwise. 144 Request handle to be closed. `close_cb` will be called asynchronously after 149 Handles that wrap file descriptors are closed immediately but 230 itself has been closed, this function will return `UV_EBADF`.
|