Home
last modified time | relevance | path

Searched refs:quoting (Results 1 – 25 of 351) sorted by relevance

12345678910>>...15

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dformat-java.c143 quoting = !quoting;
155 bool quoting = false; in message_format_parse() local
160 if (!quoting && *format == '{') in message_format_parse()
330 else if (!quoting && *format == '}') in message_format_parse()
382 bool quoting = false; in number_format_parse() local
390 && !(!quoting && (*format == '0' || *format == '#'))) in number_format_parse()
409 if (!(!quoting && (*format == '0' || *format == '#'))) in number_format_parse()
411 while (!quoting && *format == '#') in number_format_parse()
415 if (!quoting && *format == ',') in number_format_parse()
421 while (!quoting && *format == '0') in number_format_parse()
[all …]
/netbsd-src/crypto/external/bsd/libsaslc/dist/src/
H A Dlist.c96 int quoting; in next_element() local
99 quoting = 0; in next_element()
104 if (!quoting && !escaped) in next_element()
110 quoting = !quoting; in next_element()
/netbsd-src/external/gpl2/groff/dist/contrib/pdfmark/
H A DChangeLog9 (CS_FILTER): Simplify quoting; it used to confuse some shells.
15 * pdfroff.sh: (MATCH): Correct quoting.
/netbsd-src/external/lgpl3/gmp/dist/mpn/m68k/
H A Dm68k-defs.m461 dnl so that any m4 quoting problems will show up everywhere, not just on a
64 dnl Care must be taken with quoting when using these in a definition. For
/netbsd-src/external/lgpl3/gmp/dist/mpn/mips32/
H A Dmips.m468 dnl macro argument). Double quoting is used to protect the f0 in $f0
H A Dmips-defs.m468 dnl macro argument). Double quoting is used to protect the f0 in $f0
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dfnmatch.txh31 Do not interpret backslashes as quoting the following special character.
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dfnmatch.txh31 Do not interpret backslashes as quoting the following special character.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-format.h196 bool quoting; member
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dfnmatch.txh31 Do not interpret backslashes as quoting the following special character.
/netbsd-src/external/gpl3/gdb.old/dist/libiberty/
H A Dfnmatch.txh31 Do not interpret backslashes as quoting the following special character.
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dfnmatch.txh31 Do not interpret backslashes as quoting the following special character.
/netbsd-src/external/gpl3/gdb/dist/libiberty/
H A Dfnmatch.txh31 Do not interpret backslashes as quoting the following special character.
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-format.h196 bool quoting; member
/netbsd-src/external/bsd/nvi/docs/internals/
H A Dquoting1 # @(#)quoting 5.5 (Berkeley) 11/12/94
69 needed to do for quoting. The notable differences between
/netbsd-src/external/gpl3/gcc/dist/contrib/reghunt/
H A DChangeLog19 * bin/gcc-svn-ids: Fix unportable shell quoting.
/netbsd-src/external/lgpl3/gmp/dist/mpn/alpha/
H A Ddefault.m498 dnl macro argument). Double quoting is used to protect the f0 in $f0
/netbsd-src/external/gpl3/autoconf/dist/m4/
H A Dm4.m427 [dnl Creative quoting here to avoid raw dnl and ifdef in configure.
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/sl/
H A DChangeLog46 * test_sl.c: Test more quoting variants.
52 * sl.c (sl_make_argv): Add quoting support (both "" and \ style).
/netbsd-src/external/gpl3/autoconf/dist/lib/autoconf/
H A Dautoupdate.m470 # once. We break the quoting in m4_warning's argument in
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DJSONCompilationDatabase.rst78 Parameters use shell quoting and shell escaping of quotes, with '``"``'
/netbsd-src/external/bsd/cron/dist/
H A DFEATURES14 okay. Leading or trailing blanks can be preserved by quoting, single
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc4516.txt347 the filters-quoting mechanism and the URL-quoting mechanisms.
359 representation of the DNs-quoting mechanism and URL-quoting
/netbsd-src/external/ibm-public/postfix/dist/conf/
H A Drelocated120 # The table format does not understand quoting conventions.
/netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/
H A Dhstech.texi406 and shell quoting conventions are obeyed as described below.
479 If non-zero, the history expansion code implements shell-like quoting:
489 being expanded is subject to existing quoting. If set to @samp{'}, the

12345678910>>...15