Searched refs:quotes (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dopt-debug-jobs.exp10 echo ": 'single' and \"double\" quotes"
11 { : 'single' and "double" quotes
22 : 'single' and "double" quotes
H A Dcond-cmp-string.mk11 # The right-hand side of the comparison may be written without quotes.
16 # The left-hand side of the comparison must be enclosed in quotes.
17 # This one is not enclosed in quotes and thus generates an error message.
62 # A variable expression can be enclosed in double quotes.
H A Dcond-token-string.exp11 make: "cond-token-string.mk" line 64: An undefined variable in quotes expands to an empty string, which then evaluates to false.
H A Dcond-late.mk11 # should not contain double-quotes, or the parser will probably fail.
H A Ddeptgt-makeflags.mk31 # quotes and escape sequences from the backslash.
84 # Unbalanced quotes produce an error message. If they occur anywhere in the
H A Dcond-token-plain.mk3 # Tests for plain tokens (that is, string literals without quotes)
38 # side before unescaping is double-quotes, backslash, backslash.
174 # Strangely, a bare word may contain double quotes inside. Nobody should ever
189 # in "quotes".
H A Dvardebug.mk43 # as "is error", without surrounding quotes.
H A Dvarparse-errors.mk27 # In a conditional, a variable expression that is not enclosed in quotes is
H A Ddirective-for-escape.mk10 # Even though the .for loops takes quotes into account when splitting the
11 # string into words, the quotes don't need to be balances, as of 2020-12-31.
H A Dcomment.mk76 # would have unbalanced quotes.
H A Ddirective-undef.mk39 # contain spaces or unbalanced 'single' or "double" quotes from being
H A Dcond-short.mk154 # XXX: This condition doesn't match the one above. The quotes are missing
155 # above. This is a crucial detail since without quotes, the variable
156 # expression ${iV2} evaluates to "${V66}", and with quotes, it evaluates to ""
H A Ddirective-for.mk33 # The .for loop splits the items at whitespace, taking quotes into account,
37 # taking the quotes into account. This had resulted in 10 words.
120 # taking quotes into account. This made it possible to have variable values
H A Dcond-op.mk47 # appear unquoted. If any, it must be enclosed in quotes.
/freebsd-13-stable/usr.bin/xargs/tests/
H A Dregress.sh22 REGRESSION_TEST(`quotes', `xargs -n1 echo <${SRCDIR}/regress.quotes.in')
H A DMakefile24 ${PACKAGE}FILES+= regress.quotes.in
25 ${PACKAGE}FILES+= regress.quotes.out
/freebsd-13-stable/usr.bin/m4/tests/
H A Dregress.sh27 REGRESSION_TEST(`quotes', `test_m4 ${SRCDIR}/quotes.m4 2>&1')
H A DMakefile23 ${PACKAGE}FILES+= quotes.m4
41 ${PACKAGE}FILES+= regress.quotes.out
/freebsd-13-stable/crypto/openssl/crypto/asn1/
H A Da_strex.c93 /* If we don't escape with quotes, signal we need quotes */
139 int type, unsigned short flags, char *quotes, char_io *io_ch,
215 len = do_esc_char(utfbuf[i], flags | orflags, quotes,
222 len = do_esc_char(c, flags | orflags, quotes,
334 char quotes; local
336 quotes = 0;
391 len = do_buf(str->data, str->length, type, flags, &quotes, io_ch, NULL);
395 if (quotes)
399 if (quotes
138 do_buf(unsigned char *buf, int buflen, int type, unsigned short flags, char *quotes, char_io *io_ch, void *arg) argument
[all...]
/freebsd-13-stable/contrib/libxo/xolint/
H A Dxolint.pl166 my %quotes = ( "\"" => "\"", "'" => "'" );
204 if ($quotes{$ch}) {
205 $quote = $quotes{$ch};
250 # Nukes quotes
340 "no-quotes" => "n",
341 "quotes" => "q",
/freebsd-13-stable/contrib/apr-util/include/
H A Dapr_xml.h312 * @param quotes If quotes is true, then replace '&quot;' with '\&quot;'.
318 int quotes);
/freebsd-13-stable/usr.bin/m4/
H A Dmain.c152 } quotes[MAXRECORD], paren[MAXRECORD]; variable in typeref:struct:position
341 if (LOOK_AHEAD(t,lquote)) { /* strip quotes */
343 record(quotes, nlpar++);
355 record(quotes, nlpar++);
361 warnx("%d unclosed quotes:", nlpar);
362 dump_stack(quotes, nlpar);
/freebsd-13-stable/contrib/kyua/utils/text/
H A Doperations_test.cpp123 ATF_REQUIRE_EQ("'Multiple quotes \\'\\'\\' together'",
124 text::quote("Multiple quotes ''' together", '\''));
/freebsd-13-stable/contrib/libxo/tests/core/
H A DMakefile.am118 ( fmt=Ecsv3; csv=@csv:path=item:leafs=sku.sold:no-quotes ; \
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueDictionary.cpp134 // double quotes like: ['<key>'] ["<key>"]
141 // Strip the quotes
146 // square brackets, no quotes
151 // No square brackets or quotes
157 "surrounded by brackets with optional quotes: [<key>] or "
225 "single or double quotes",
244 "is a string that doesn't contain quotes and the quote"

Completed in 118 milliseconds

12