Home
last modified time | relevance | path

Searched refs:quotes (Results 1 – 25 of 140) sorted by relevance

123456

/freebsd/usr.bin/m4/tests/
H A Dquotes.m41 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 Dregress.quotes.out8 2: kill quotes
22 4: empty quotes, kill them too
34 6: normal quotes are back
H A DMakefile22 ${PACKAGE}FILES+= quotes.m4
47 ${PACKAGE}FILES+= regress.quotes.out
48 ${PACKAGE}FILES+= regress.quotes.err
H A Dm4_test.sh190 m4_test -1 quotes
244 atf_add_test_case quotes
H A Dregress.quotes.err2 quotes.m4 at line 54
/freebsd/crypto/openssl/crypto/asn1/
H A Da_strex.c134 int type, unsigned short flags, char *quotes, char_io *io_ch, in do_buf() argument
212 len = do_esc_char(utfbuf[i], flags | orflags, quotes, in do_buf()
219 len = do_esc_char(c, flags | orflags, quotes, in do_buf()
330 char quotes; in do_print_ex() local
332 quotes = 0; in do_print_ex()
389 len = do_buf(str->data, str->length, type, flags, &quotes, io_ch, NULL); in do_print_ex()
393 if (quotes) in do_print_ex()
397 if (quotes && !io_ch(arg, "\"", 1)) in do_print_ex()
401 if (quotes && !io_ch(arg, "\"", 1)) in do_print_ex()
/freebsd/contrib/libxo/doc/
H A Dfield-modifiers.rst25 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 Dencoders.rst207 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 Dopt-debug-jobs.exp12 { : 'single' and "double" quotes
23 : 'single' and "double" quotes
H A Dopt-debug-jobs.mk26 : 'single' and "double" quotes
H A Dcond-token-string.mk70 . info An undefined variable in quotes expands to an empty string, which $\
H A Dcond-token-plain.mk221 # in "quotes".
/freebsd/usr.bin/xargs/tests/
H A DMakefile24 ${PACKAGE}FILES+= regress.quotes.in
25 ${PACKAGE}FILES+= regress.quotes.out
H A Dxargs_test.sh137 atf_check -o file:${SRCDIR}/regress.quotes.out \
138 xargs -n1 echo <${SRCDIR}/regress.quotes.in
/freebsd/crypto/openssl/crypto/property/
H A Dproperty_parse.c623 int quotes; in put_str() local
643 quotes = quote != '\0'; in put_str()
644 if (*remain <= (size_t)quotes) { in put_str()
645 *needed += 2 * quotes; in put_str()
649 if (quotes) in put_str()
652 if (*remain < len + 1 + quotes) in put_str()
661 if (quotes) in put_str()
/freebsd/contrib/libxo/xolint/
H A Dxolint.pl166 my %quotes = ( "\"" => "\"", "'" => "'" );
204 if ($quotes{$ch}) {
205 $quote = $quotes{$ch};
/freebsd/usr.bin/m4/
H A Dmain.c168 } quotes[MAXRECORD], paren[MAXRECORD]; variable
362 record(quotes, nlpar++); in macro()
374 record(quotes, nlpar++); in macro()
381 dump_stack(quotes, nlpar); in macro()
/freebsd/bin/sh/
H A DTOUR84 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 DNotes73 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 Dcomments.res5 key = "quotes";
H A Dcomments.in23 key = quotes # quoted
/freebsd/contrib/pkgconf/t/parser/
H A Dshell-quoted-output.test2 Query: quotes
/freebsd/contrib/pkgconf/tests/lib1/
H A Dquotes.pc6 Name: quotes name
/freebsd/bin/sh/tests/expansion/
H A Dplus-minus4.04 # makes most sense. In particular, it makes no sense to me that single-quotes
/freebsd/contrib/file/magic/Magdir/
H A Ddif31 # comment like EXCEL, pwm enclosed in double quotes

123456