/freebsd/usr.bin/m4/tests/ |
H A D | regress.quotes.out | 2 quotes.m4 at line 54 10 2: kill quotes 24 4: empty quotes, kill them too 36 6: normal quotes are back
|
H A D | quotes.m4 | 1 dnl $OpenBSD: src/regress/usr.bin/m4/quotes.m4,v 1.2 2005/09/06 15:33:21 espie Exp $ 11 2: kill quotes 27 4: empty quotes, kill them too 43 6: normal quotes are back
|
H A D | Makefile | 21 ${PACKAGE}FILES+= quotes.m4 39 ${PACKAGE}FILES+= regress.quotes.out
|
H A D | regress.sh | 26 REGRESSION_TEST(`quotes', `test_m4 ${SRCDIR}/quotes.m4 2>&1')
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | a_strex.c | 140 int type, unsigned short flags, char *quotes, char_io *io_ch, in do_buf() argument 216 len = do_esc_char(utfbuf[i], flags | orflags, quotes, in do_buf() 223 len = do_esc_char(c, flags | orflags, quotes, in do_buf() 337 char quotes; in do_print_ex() local 339 quotes = 0; in do_print_ex() 396 len = do_buf(str->data, str->length, type, flags, "es, io_ch, NULL); in do_print_ex() 400 if (quotes) in do_print_ex() 404 if (quotes && !io_ch(arg, "\"", 1)) in do_print_ex() 408 if (quotes && !io_ch(arg, "\"", 1)) in do_print_ex()
|
/freebsd/contrib/libxo/doc/ |
H A D | field-modifiers.rst | 25 n no-quotes Do not quote the field when using JSON style 27 q quotes Quote the field when using JSON style 246 .. _no-quotes-modifier: 253 The no-quotes modifier (and its twin, the 'quotes' modifier) affect 254 the quoting of values in the JSON output style. JSON uses quotes for 255 string value, but no quotes for numeric, boolean, and null data. 256 xo_emit applies a simple heuristic to determine whether quotes are 301 The quotes modifier (and its twin, the 'no-quotes' modifier) affect 302 the quoting of values in the JSON output style. JSON uses quotes for 303 string value, but no quotes for numeric, boolean, and null data. [all …]
|
H A D | encoders.rst | 207 The `no-quotes` Option 211 many CSV consumers do not handle quotes. The "no-quotes" option 212 instruct the CSV encoder to avoid the use of quotes.
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | opt-debug-jobs.exp | 11 { : 'single' and "double" quotes 22 : 'single' and "double" quotes
|
H A D | opt-debug-jobs.mk | 26 : 'single' and "double" quotes
|
H A D | cond-token-string.mk | 70 . info An undefined variable in quotes expands to an empty string, which $\
|
H A D | cond-token-plain.mk | 221 # in "quotes".
|
/freebsd/usr.bin/xargs/tests/ |
H A D | Makefile | 24 ${PACKAGE}FILES+= regress.quotes.in 25 ${PACKAGE}FILES+= regress.quotes.out
|
H A D | regress.sh | 25 REGRESSION_TEST(`quotes', `xargs -n1 echo <${SRCDIR}/regress.quotes.in')
|
/freebsd/contrib/libxo/xolint/ |
H A D | xolint.pl | 166 my %quotes = ( "\"" => "\"", "'" => "'" ); 204 if ($quotes{$ch}) { 205 $quote = $quotes{$ch};
|
/freebsd/crypto/openssl/crypto/property/ |
H A D | property_parse.c | 624 int quotes; in put_str() 630 * Check to see if we need quotes or not. in put_str() 632 * We simply assume all others require quotes. in put_str() 636 /* Default to single quotes ... */ in put_str() 639 /* ... but use double quotes if a single is present */ in put_str() 644 quotes = quote != '\0'; in put_str() 646 *needed += 2 * quotes; in put_str() 650 if (quotes) in put_str() 653 if (*remain < len + 1 + quotes) in put_str() 662 if (quotes) in put_str() 623 int quotes; put_str() local [all...] |
/freebsd/usr.bin/m4/ |
H A D | main.c | 167 } quotes[MAXRECORD], paren[MAXRECORD]; variable 361 record(quotes, nlpar++); in macro() 373 record(quotes, nlpar++); in macro() 380 dump_stack(quotes, nlpar); in macro()
|
/freebsd/bin/sh/ |
H A D | TOUR | 84 quotes and dollar single quotes, one for use when inside double 85 quotes and one for use in arithmetic. The tables are machine 112 CTLBACKQ|CTLQUOTE Command substitution inside double quotes 141 variable is enclosed in double quotes and the VSLINENO flag if 151 Commands in back quotes are parsed and stored in a linked list. 154 the back quotes were enclosed in double quotes. 186 quotes. It saves the result in memory if the command is a buil-
|
/freebsd/usr.bin/fortune/ |
H A D | Notes | 73 lines. Book, journal, movie, and all other titles are in quotes, e.g., 155 Single quotes should not be used except as quotes within quotes. Not even 156 single quotes masquerading as double quotes are to be used, e.g., don't say
|
/freebsd/contrib/libucl/tests/basic/ |
H A D | comments.res | 5 key = "quotes";
|
H A D | comments.in | 19 key = quotes # quoted
|
/freebsd/bin/sh/tests/expansion/ |
H A D | plus-minus4.0 | 4 # makes most sense. In particular, it makes no sense to me that single-quotes
|
H A D | plus-minus3.0 | 29 # such double-quotes as introducing a second level of quoting
|
/freebsd/ |
H A D | .git-blame-ignore-revs | 37 # Remove more quotes around Makefile .error/.warn/.info strings.
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | dif | 31 # comment like EXCEL, pwm enclosed in double quotes
|
/freebsd/contrib/netbsd-tests/lib/libcurses/ |
H A D | testframe.txt | 94 enclosed in double quotes. 180 depends on the type of enclosing quotes. A null terminated string is 181 indicated by enclosing double (") quotes. A byte string, one that is 183 indicated by enclosing single (') quotes. A string of chtype
|