Home
last modified time | relevance | path

Searched full:closing (Results 1 – 25 of 984) sorted by relevance

12345678910>>...40

/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-edge.mk13 INP= (parentheses) {braces} (opening closing) ()
20 # The first closing brace matches the opening parenthesis.
21 # The second closing brace actually ends the expression.
31 # After the :M modifier has parsed the pattern, only the closing brace
52 # missing the closing brace. The expression is evaluated anyway.
98 # closing brace would match the opening parenthesis (see paren-brace), and
99 # the second closing brace would be needed to close the variable.
111 # counts for the nesting level and matches with the first closing brace.
112 # The second closing brace closes the variable, and the third is copied
155 # up until the closing brace or parenthesis. The :Q may look like a
H A Dvarparse-mod.mk7 # the :!cmd! modifier is missing the closing '!'. The second mistake is that
19 # ':' or the closing brace or parenthesis of the expression. The modifiers
52 # These modifiers don't care since they reach until the closing character
H A Ddirective-include.mk39 # find the closing '"'. In a second step, the expressions are expanded. This
45 # would be empty, and the closing '"' would be in the trailing part of the
H A Dvarmod-assign.exp58 make: Unfinished modifier after "value # missing closing brace", expecting "}"
60 in command "@echo ${ASSIGN::=value # missing closing brace"
/freebsd/lib/libsys/
H A Dclosefrom.247 Any errors encountered while closing file descriptors are ignored.
56 Any errors encountered while closing file descriptors are ignored.
61 Set the close-on-exec flag on descriptors in the range instead of closing them.
63 Set the close-on-fork flag on descriptors in the range instead of closing them.
/freebsd/crypto/openssl/doc/designs/quic-design/images/
H A Dconnection-state-machine.plantuml43 CLOSING :
45 CLOSING --> DRAINING : RX:ANY[CONNECTION_CLOSE]
55 ACTIVE --> CLOSING : APP:CLOSE
/freebsd/contrib/mandoc/
H A Dlibmdoc.h51 * A punctuation delimiter is opening, closing, or "middle mark"
54 * following space; closing punctuation (e.g., the closing parenthesis)
H A Dmandoc.1271 In particular, opening and closing
327 conforms to HTML5 using optional self-closing tags.
631 A closing parenthesis if the node is a closing delimiter.
982 The closing quote of the last argument of a macro can be omitted.
1392 macro is an isolated closing delimiter.
1732 macro contains an opening or closing parenthesis; that's probably wrong,
1870 followed by a closing parenthesis.
1890 but no matching closing parenthesis.
2019 block closing macr
[all...]
H A Dmdoc_macro.c219 * closing out open [implicit] scopes. Obviously, open explicit scopes
331 * For a block closing macro, return the corresponding opening one.
404 * explicit close-out, postpone closing out the target until
405 * the rew_pending() call closing out the sub-block.
624 * just proceed to closing out. in blk_exp_close()
633 * closing out the current block until the in blk_exp_close()
634 * rew_pending() closing out the sub-block. in blk_exp_close()
650 * If a block closing macro taking arguments in blk_exp_close()
825 * even if it turns out to be a closing one. in in_line()
871 * If we encounter closing punctuation, no word in in_line()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DPseudoTerminal.cpp200 // closing it. The destructor for this class will close the primary file
205 // closing it. (the destructor for this class will close it otherwise!) in ReleasePrimaryFileDescriptor()
212 // closing it. The destructor for this class will close the secondary file
217 // closing it (the destructor for this class will close it otherwise!) in ReleaseSecondaryFileDescriptor()
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dconnection-state-machine.md173 - the Terminating — Closing state if the local application initiates an
182 - The Terminating state is used when closing the connection.
190 - The Closing state, used for a locally initiated immediate close. In
206 closing.
260 <td><tt>TERMINATING.CLOSING</tt></td>
411 <td rowspan="3"><tt>TERMINATING.CLOSING</tt></td>
517 substates, as well as `TERMINATING.CLOSING`.
521 the `TERMINATING.CLOSING` substate.
528 as well as in `TERMINATING.CLOSING`. Transition to `TERMINATING.DRAINING`.
587 - `APP:CLOSE`: Usually causes a transition to `TERMINATING.CLOSING`.
/freebsd/lib/libfetch/
H A Dftp.errors17 221 OK Service closing control connection
28 421 DOWN Service not available, closing control connection
/freebsd/crypto/openssl/util/
H A Dcheck-format-test-positives.c78 } /*@ unexpected closing brace (too many '}') outside expr */
79 ) /*@ unexpected closing paren outside expr */
85 int xx = 1) + /*@ unexpected closing parenthesis */
87 a] - /*@ unexpected closing bracket */
89 4}; /*@ unexpected closing brace within expression */
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DNamespaceEndCommentsFixer.h23 // Finds the namespace token corresponding to a closing namespace `}`, if that
25 // If \p Line contains the closing `}` of a namespace, is affected and is not in
/freebsd/contrib/libarchive/tar/test/
H A Dtest_option_lz4.c47 /* On some systems the error won't be detected until closing in DEFINE_TEST()
49 if (strstr(p, "Error closing") != NULL && !canLz4()) { in DEFINE_TEST()
H A Dtest_option_zstd.c47 /* On some systems the error won't be detected until closing in DEFINE_TEST()
49 if (strstr(p, "Error closing") != NULL && !canZstd()) { in DEFINE_TEST()
/freebsd/contrib/libarchive/cpio/test/
H A Dtest_option_zstd.c47 /* On some systems the error won't be detected until closing in DEFINE_TEST()
49 if (strstr(p, "Error closing") != NULL && !canZstd()) { in DEFINE_TEST()
H A Dtest_option_lz4.c50 /* On some systems the error won't be detected until closing in DEFINE_TEST()
52 if (strstr(p, "Error closing") != NULL && !canLz4()) { in DEFINE_TEST()
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_event_wheel.h142 boolean_t closing; member
158 * closing
159 * A flag indicating the event wheel is closing. This means that
160 * callbacks that are called when closing == TRUE should just be ignored.
/freebsd/crypto/krb5/src/util/profile/
H A Dprofile.558 following the closing square brace. Child sections are marked as
59 final by adding a '*' character after the closing curly brace. So for
/freebsd/sys/netinet/
H A Dtcp_fsm.h79 TH_FIN|TH_ACK, /* 7, CLOSING */
89 "ESTABLISHED", "CLOSE_WAIT", "FIN_WAIT_1", "CLOSING",
/freebsd/usr.sbin/bhyve/
H A Dtpm_intf_crb.c185 bool closing; member
198 * check the closing condition before and after going to sleep. in tpm_crb_thread()
200 if (crb->closing) in tpm_crb_thread()
205 if (crb->closing) in tpm_crb_thread()
574 crb->closing = true; in tpm_crb_deinit()
/freebsd/usr.bin/find/
H A Doperator.c83 * until we find its associated ')'. If it's a closing paren we in yankexpr()
90 errx(1, "(: missing closing ')'"); in yankexpr()
92 * If we find a closing ')' we store the collected in yankexpr()
/freebsd/lib/libpmc/pmu-events/
H A Djsmn.c111 parser->pos--; /* parent sees closing brackets */ in jsmn_parse_primitive()
184 * allowed after an opening brace, comma or colon. A closing brace after a comma is not in jsmn_parse()
228 /* Error if unmatched closing bracket */ in jsmn_parse()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_format_warc.c77 /* Verify closing and resource freeing */ in DEFINE_TEST()
101 /* Verify closing and resource freeing */ in DEFINE_TEST()

12345678910>>...40