Home
last modified time | relevance | path

Searched full:closed (Results 1 – 25 of 1149) sorted by relevance

12345678910>>...46

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/
H A Dtst.StateMachine.ksh.out4 closed: false
17 closed: false
23 closed: false
28 closed: false
38 closed: false
50 closed: false
55 closed: true
56 java.lang.IllegalStateException: cannot reopen a closed consumer
57 java.lang.IllegalStateException: consumer closed
58 java.lang.IllegalStateException: consumer closed
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSimpleStreamChecker.cpp10 // - If a file has been closed with fclose, it should not be accessed again.
11 // Accessing a closed file results in undefined behavior.
12 // - If a file was opened with fopen, it must be closed with fclose before
33 enum Kind { Opened, Closed } K; enumerator
38 bool isClosed() const { return K == Closed; } in isClosed()
41 static StreamState getClosed() { return StreamState(Closed); } in getClosed()
119 // Check if the stream has already been closed. in checkPreCall()
127 // Generate the next transition, in which the stream is closed. in checkPreCall()
178 DoubleCloseBugType, "Closing a previously closed file stream", ErrNode); in reportDoubleClose()
191 LeakBugType, "Opened file is never closed; potential resource leak", in reportLeaks()
[all …]
/freebsd/sys/netinet/
H A Dtcp_fsm.h44 #define TCPS_CLOSED 0 /* closed */
51 /* states > TCPS_CLOSE_WAIT are those where user has closed */
52 #define TCPS_FIN_WAIT_1 6 /* have closed, sent fin */
53 #define TCPS_CLOSING 7 /* closed xchd FIN; await FIN ACK */
56 #define TCPS_FIN_WAIT_2 9 /* have closed, fin is acked */
72 TH_RST|TH_ACK, /* 0, CLOSED */
88 "CLOSED", "LISTEN", "SYN_SENT", "SYN_RCVD",
/freebsd/contrib/libxo/libxo/
H A Dxo_open_marker.334 A marker can be used to affect how open constructs are closed, either
37 While a marker is open, no other open constructs can be closed.
38 When a marker is closed, all constructs open since the marker was opened
39 will be closed.
93 used to ensure that any constructs opened by the function are closed
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dqcom,wcd938x.yaml73 qcom,hphl-jack-type-normally-closed:
74 description: Indicates that HPHL jack switch type is normally closed
77 qcom,ground-jack-type-normally-closed:
78 description: Indicates that Headset Ground switch type is normally closed
126 qcom,hphl-jack-type-normally-closed;
127 qcom,ground-jack-type-normally-closed;
H A Dqcom,wcd934x.yaml82 qcom,hphl-jack-type-normally-closed:
83 description: Indicates that HPHL jack switch type is normally closed
86 qcom,ground-jack-type-normally-closed:
87 description: Indicates that Headset Ground switch type is normally closed
219 qcom,hphl-jack-type-normally-closed;
220 qcom,ground-jack-type-normally-closed;
/freebsd/contrib/ntp/sntp/libevent/test/
H A DMakefile.nmake25 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
/freebsd/contrib/libevent/test/
H A DMakefile.nmake25 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
/freebsd/crypto/openssh/
H A Dnchan.ms39 S4: ellipse "INPUT" "CLOSED"
63 S4: ellipse "OUTPUT" "CLOSED"
91 he considers the INPUT-half of the channel closed.
92 The peer has his OUTOUT-half closed.
96 side of the channel are closed.
H A Dnchan2.ms40 S4: ellipse "INPUT" "CLOSED"
58 S4: ellipse "OUTPUT" "CLOSED"
85 end of the channel are closed.
/freebsd/crypto/openssl/doc/man3/
H A DSSL_set_shutdown.pod34 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).
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSarif.cpp246 assert(!Closed && "SARIF Document is closed. " in getCurrentTool()
249 // Since Closed = false here, expect there to be at least 1 Run, anything in getCurrentTool()
262 // Exit early if trying to close a closed Document. in endRun()
263 if (Closed) { in endRun()
268 // Since Closed = false here, expect there to be at least 1 Run, anything in endRun()
320 // Mark the document as closed. in endRun()
321 Closed = true; in endRun()
350 Closed = false; in createRun()
368 assert(!Closed && in getCurrentRun()
369 "SARIF Document is closed. " in getCurrentRun()
[all …]
/freebsd/contrib/mandoc/
H A Dman.7301 The scope of a paragraph is closed by a subsequent paragraph,
322 block is closed out.
327 blocks are closed out.
361 The scope of a section is only closed by another section or the end of
369 The scope of a sub-section is closed by a subsequent sub-section,
486 closed by another block macro.
545 The closure of body scope may be to the section, where a macro is closed
548 sub-section, closed by a section or
550 or paragraph, closed by a section, sub-section,
564 implicitly closed, is syntactically incorrect.
H A Dmdoc.71674 scope is closed by
2809 Multi-line scope closed by an explicit closing macro.
2821 .Bl -column "MacroX" "CallableX" "ParsedX" "closed by XXX" -offset indent
2823 .It Ic \&Bd Ta \&No Ta \&No Ta closed by Ic \&Ed
2824 .It Ic \&Bf Ta \&No Ta \&No Ta closed by Ic \&Ef
2825 .It Ic \&Bk Ta \&No Ta \&No Ta closed by Ic \&Ek
2826 .It Ic \&Bl Ta \&No Ta \&No Ta closed by Ic \&El
2833 Multi-line scope closed by end-of-file or implicitly by another macro.
2853 .Bl -column "MacroX" "CallableX" "ParsedX" "closed by XXXXXXXXXXX" -offset indent
2855 .It Ic \&It Ta \&No Ta Yes Ta closed by Ic \&It , Ic \&El
[all …]
/freebsd/contrib/lua/src/
H A Dlfunc.c46 ** fill a closure with new closed upvalues
53 uv->v.p = &uv->u.value; /* make it closed */ in luaF_initupvals()
140 ** the 'level' of the upvalue being closed, as everything after that
144 TValue *uv = s2v(level); /* value being closed */ in prepcallclosemth()
166 ** Insert a variable in the list of to-be-closed variables.
171 return; /* false doesn't need to be closed */ in luaF_newtbcupval()
203 nw2black(uv); /* closed upvalues cannot be gray */ in luaF_closeupval()
224 ** Close all upvalues and to-be-closed variables up to the given stack
H A Dlapi.h39 ** to-be-closed variables in these functions is coded in the CallInfo's
40 ** field 'nresults', in a way that functions with no to-be-closed variables
43 ** variables to be closed, have an extra check.
H A Dliolib.c170 lua_pushliteral(L, "closed file"); in io_type()
180 lua_pushliteral(L, "file (closed)"); in f_tostring()
190 luaL_error(L, "attempt to use a closed file"); in tofile()
197 ** When creating file handles, always creates a 'closed' file handle
203 p->closef = NULL; /* mark file handle as 'closed' */ in newprefile()
217 p->closef = NULL; /* mark stream as closed */ in aux_close()
238 aux_close(L); /* ignore closed and incompletely open files */ in f_gc()
313 luaL_error(L, "default %s file is closed", findex + IOPREF_LEN); in getiofile()
360 ** 3) a boolean, true iff file has to be closed when finished ('toclose')
383 ** closed, also returns the file itself as a second result (to be
[all …]
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_bio.c64 int closed; /* valid iff peer != NULL */ member
133 if (peer_b->closed) in bio_read()
134 return 0; /* writer has closed, and no data is left */ in bio_read()
285 if (b->closed) { in bio_write()
286 /* we already 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()
[all …]
/freebsd/contrib/netbsd-tests/lib/libc/gen/posix_spawn/
H A Dh_fileactions.c69 /* First fd should be closed via addclose */ in main()
71 fprintf(stderr, "%s: first filedesc is not closed\n", in main()
75 /* Next file desc should be closed via closeonexec */ in main()
77 fprintf(stderr, "%s: filedesc +1 is not closed\n", in main()
/freebsd/usr.sbin/watch/
H A Dwatch.836 is closed, automatically reattach to the same tty.
65 when the current tty is closed or overflows.
78 is closed.
/freebsd/lib/libc/gen/
H A Ddaemon.381 closed.
119 will still be closed, resulting in incorrect behavior of the calling program.
121 error have been closed before the program was run.
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_set_shutdown.3163 considered closed and the session is closed and correct.
175 The actual condition for a correctly closed session is \s-1SSL_SENT_SHUTDOWN\s0
178 is closed).
/freebsd/lib/libc/stdio/
H A Dfopen.3166 When the stream is closed via
169 is closed also.
179 The original stream (if it exists) is closed.
233 This buffer is automatically freed when the stream is closed.
/freebsd/lib/libsys/
H A Dclose.264 file descriptor for that file is closed by that process.
89 to be closed if the execve succeeds.
93 which arranges that a descriptor will be closed after a successful
/freebsd/contrib/unbound/dnstap/
H A Ddtstream.c763 * try again later, or -1 if the channel is to be closed. */
773 /* closed */ in dtio_write_ssl()
806 * try again later, or -1 if the channel is to be closed. */
959 /** Receive bytes from dtio->fd, store in buffer. Returns 0: closed,
985 log_err("dnstap io: output closed, recv %s: %s", to, in receive_bytes()
994 verbose(VERB_DETAIL, "dnstap io: output closed by the other side"); in receive_bytes()
1003 /** Receive bytes over TLS from dtio->fd, store in buffer. Returns 0: closed,
1016 verbose(VERB_DETAIL, "dnstap io: output closed by the " in ssl_read_bytes()
1034 verbose(VERB_DETAIL, "dnstap io: output closed by the " in ssl_read_bytes()
1039 verbose(VERB_DETAIL, "dnstap io: output closed by the " in ssl_read_bytes()
[all …]

12345678910>>...46