Home
last modified time | relevance | path

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

123456

/freebsd/usr.bin/m4/tests/
H A Dregress.quotes.out2 quotes.m4 at line 54
10 2: kill quotes
24 4: empty quotes, kill them too
36 6: normal quotes are back
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 DMakefile21 ${PACKAGE}FILES+= quotes.m4
39 ${PACKAGE}FILES+= regress.quotes.out
H A Dregress.sh26 REGRESSION_TEST(`quotes', `test_m4 ${SRCDIR}/quotes.m4 2>&1')
/freebsd/crypto/openssl/crypto/asn1/
H A Da_strex.c140 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, &quotes, 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 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.exp11 { : 'single' and "double" quotes
22 : '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 Dregress.sh25 REGRESSION_TEST(`quotes', `xargs -n1 echo <${SRCDIR}/regress.quotes.in')
/freebsd/contrib/libxo/xolint/
H A Dxolint.pl166 my %quotes = ( "\"" => "\"", "'" => "'" );
204 if ($quotes{$ch}) {
205 $quote = $quotes{$ch};
/freebsd/crypto/openssl/crypto/property/
H A Dproperty_parse.c624 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 Dmain.c167 } 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 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.in19 key = quotes # quoted
/freebsd/bin/sh/tests/expansion/
H A Dplus-minus4.04 # makes most sense. In particular, it makes no sense to me that single-quotes
H A Dplus-minus3.029 # such double-quotes as introducing a second level of quoting
/freebsd/
H A D.git-blame-ignore-revs37 # Remove more quotes around Makefile .error/.warn/.info strings.
/freebsd/contrib/file/magic/Magdir/
H A Ddif31 # comment like EXCEL, pwm enclosed in double quotes
/freebsd/contrib/netbsd-tests/lib/libcurses/
H A Dtestframe.txt94 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

123456