| /src/usr.bin/make/unit-tests/ |
| varmod-edge.mk | 13 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 [all...] |
| cond-func-defined.mk | 17 # Horizontal whitespace (space tab) before the closing parenthesis is ignored.
|
| directive-include.mk | 39 # 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
|
| comment.mk | 23 .endif # And after the closing directive.
|
| directive-for-escape.mk | 205 closing-brace= } # guard against an 206 ${closing-brace}= <closing-brace> # alternative interpretation
|
| varmod-sysv.mk | 45 # When the modifier ':from=to' is parsed, it lasts until the closing brace 65 # XXX: It's not intuitive why the closing brace must be escaped but not 257 # an expression that is missing the closing '}'.
|
| varmod-to-separator.mk | 41 # This example also demonstrates that the closing brace is not interpreted 42 # as a separator, but as the closing delimiter of the whole 57 # colon is followed by the closing brace. It's the latter case.
|
| varmod-undefined.mk | 35 # and closing braces don't match anymore. It's syntactically valid though.
|
| varmod-assign.mk | 111 # expect: make: Unfinished modifier after "value # missing closing brace", expecting "}" 112 @echo ${ASSIGN::=value # missing closing brace
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| dlmopen-ns-ids.exp | 151 gdb_assert {[get_first_so_ns] == 1} "before closing any library" 154 gdb_assert {[get_first_so_ns] == 2} "after closing one library" 157 gdb_assert {[get_first_so_ns] == 3} "before closing two libraries" 162 # namespaces. After closing a namespace, requesting a new one will
|
| /src/games/adventure/ |
| extern.h | 90 void closing(void);
|
| /src/external/bsd/ntp/dist/include/ |
| ntp_io.h | 95 extern void maintain_activefds(int fd, int closing);
|
| /src/crypto/external/bsd/openssl/dist/crypto/perlasm/ |
| arm-xlate.pl | 193 close STDOUT or die "error closing STDOUT: $!";
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/perlasm/ |
| arm-xlate.pl | 177 close STDOUT or die "error closing STDOUT: $!";
|
| /src/sys/arch/amiga/dev/ |
| msc.c | 309 msc->closing = false; 383 /* if port is still closing, just bitbucket remaining characters */ 384 if (msc->closing) { 386 msc->closing = false; 510 msc->closing = true; /* flush remaining characters before dropping DTR */ 771 /* is this port closing? */ 772 if (msc->closing) { 776 msc->closing = false; 781 msc->closing = false;
|
| mscreg.h | 159 u_char closing; /* are we flushing before close? */ member in struct:mscdevice
|
| /src/crypto/external/apache2/openssl/dist/crypto/perlasm/ |
| arm-xlate.pl | 245 close STDOUT or die "error closing STDOUT: $!";
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_common_interceptors_format.inc | 176 // In case of the end-of-string, a pointer to the closing \0 is returned. 231 // Consume the closing ']'. 256 p = q + 1; // Consume the closing ']'.
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_common_interceptors_format.inc | 175 // In case of the end-of-string, a pointer to the closing \0 is returned. 230 // Consume the closing ']'. 255 p = q + 1; // Consume the closing ']'.
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_common_interceptors_format.inc | 175 // In case of the end-of-string, a pointer to the closing \0 is returned. 230 // Consume the closing ']'. 255 p = q + 1; // Consume the closing ']'.
|
| /src/external/mpl/bind/dist/lib/isc/netmgr/ |
| tcp.c | 586 REQUIRE(!sock->closing); 589 sock->closing = true; 627 REQUIRE(!sock->closing); 629 sock->closing = true; 655 REQUIRE(sock->closing); 1218 REQUIRE(sock->closing); 1252 REQUIRE(!sock->closing); 1254 sock->closing = true;
|
| streamdns.c | 928 bool closing = false; local 937 closing = streamdns_closing(sock); 951 if (!closing && isc_dnsstream_assembler_result(sock->streamdns.input) == 1051 REQUIRE(!sock->closing); 1053 sock->closing = true;
|
| udp.c | 453 REQUIRE(!sock->closing); 455 sock->closing = true; 979 REQUIRE(sock->closing); 1001 REQUIRE(!sock->closing); 1003 sock->closing = true;
|
| /src/sys/dev/usb/ |
| umidi.c | 138 int closing; member in struct:umidi_mididev 538 if (mididev->closing) 541 mididev->closing = 1; 554 mididev->closing = 0; 565 if (!mididev->out_jack || !mididev->opened || mididev->closing) 579 if (!mididev->out_jack || !mididev->opened || mididev->closing) 600 if (!mididev->out_jack || !mididev->opened || mididev->closing) 621 if (!mididev->out_jack || !mididev->opened || mididev->closing) 1211 mididev->closing = 0; 1221 mididev->closing = 1 [all...] |
| /src/tests/bin/sh/ |
| t_cmdsub.sh | 556 atf_check -s exit:0 -o inline:'C: comment then closing paren\n' \ 559 echo C: comment then closing paren # )
|