Home
last modified time | relevance | path

Searched refs:Quote (Results 1 – 25 of 63) sorted by relevance

123

/NextBSD/contrib/llvm/tools/clang/lib/Driver/
HDJob.cpp74 void Command::printArg(raw_ostream &OS, const char *Arg, bool Quote) { in printArg() argument
77 if (!Quote && !Escape) { in printArg()
145 void Command::Print(raw_ostream &OS, const char *Terminator, bool Quote, in Print() argument
178 printArg(OS, ShortName.str().c_str(), Quote); in Print()
184 printArg(OS, Arg, Quote); in Print()
189 printArg(OS, "-ivfsoverlay", Quote); in Print()
191 printArg(OS, CrashInfo->VFSPath.str().c_str(), Quote); in Print()
262 bool Quote, CrashReportInfo *CrashInfo) const { in Print() argument
263 Command::Print(OS, "", Quote, CrashInfo); in Print()
265 Fallback->Print(OS, Terminator, Quote, CrashInfo); in Print()
[all …]
/NextBSD/contrib/llvm/tools/clang/include/clang/Driver/
HDJob.h85 virtual void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
111 static void printArg(llvm::raw_ostream &OS, const char *Arg, bool Quote);
122 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
145 bool Quote, CrashReportInfo *CrashInfo = nullptr) const;
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDCommentLexer.cpp190 const char Quote = *BufferPtr; in skipHTMLQuotedString() local
191 assert(Quote == '\"' || Quote == '\''); in skipHTMLQuotedString()
196 if (C == Quote && BufferPtr[-1] != '\\') in skipHTMLQuotedString()
/NextBSD/usr.bin/mail/misc/
HDmail.tildehelp4 ~~ Quote a single tilde
/NextBSD/crypto/heimdal/lib/roken/
HDglob.hin89 #define GLOB_QUOTE 0x0400 /* Quote special chars with \. */
/NextBSD/usr.sbin/bsdconfig/share/packages/
HDpackages.subr118 '$category' '$desc' '$help'" # End-Quote
296 " # End-Quote
468 " # End-Quote
536 " # End-Quote
591 " # End-Quote
HDindex.subr332 }' )" # End-Quote
/NextBSD/contrib/libreadline/doc/
HDhsuser.texi429 Quote the substituted words, escaping further substitutions.
432 Quote the substituted words as with @samp{q},
HDrluser.texi768 # Quote the current or previous word
866 # Quote the current or previous word
/NextBSD/contrib/llvm/lib/Support/
HDCommandLine.cpp551 char Quote = Src[I++]; in TokenizeGNUCommandLine() local
552 while (I != E && Src[I] != Quote) { in TokenizeGNUCommandLine()
/NextBSD/contrib/binutils/config/
HDChangeLog35 * acx.m4 (ACX_BUGURL): Set BUGURL first. Quote $BUGURL first
335 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDLexer.cpp204 char Quote = Charify ? '\'' : '"'; in Stringify() local
206 if (Result[i] == '\\' || Result[i] == Quote) { in Stringify()
/NextBSD/contrib/gdb/
HDlibtool.m435 dnl Quote A][M_PROG_GCJ so that aclocal doesn't bring it in needlessly.
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDTargetInfo.cpp1670 bool Quote = (Lib.find(" ") != StringRef::npos); in qualifyWindowsLibrary() local
1671 std::string ArgStr = Quote ? "\"" : ""; in qualifyWindowsLibrary()
1675 ArgStr += Quote ? "\"" : ""; in qualifyWindowsLibrary()
/NextBSD/contrib/tcsh/
HDFixes196 15. Quote the history in the examples (Johann 'Myrkraverk' Oskarsson)
799 10. Quote directory names properly in .cshdirs
1855 11. Quote expanded glob and history chars too.
/NextBSD/contrib/diff/
HDChangeLog23 * configure.ac: Quote various arguments better.
1914 Quote name of diff program.
2045 * diff3.c (read_diff): Quote arguments with system_quote_arg.
2047 * diff.c (option_list): Quote options with system_quote_arg.
/NextBSD/etc/
HDservices47 qotd 17/tcp quote #Quote of the Day
48 qotd 17/udp quote #Quote of the Day
/NextBSD/contrib/diff/doc/
HDdiff.texi3140 Quote names for the shell if they contain shell metacharacters or would
3143 Quote names for the shell, even if they would normally not require quoting.
3145 Quote names as for a C language string.
3147 Quote as with @samp{c} except omit the surrounding double-quote
3151 @c Quote as with @samp{c} except use quotation marks appropriate for the
/NextBSD/contrib/binutils/ld/
HDChangeLog-0001369 * Makefile.am (GENSCRIPTS): Quote ${exec_prefix}.
3083 (DEP): Quote when passing vars to sub-make. Add warning message
/NextBSD/contrib/binutils/
HDChangeLog94 of glob. Quote arguments with single quotes too.
2540 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
2705 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
4188 * Makefile.in (DO_X): Quote nested quotes.
5057 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
7932 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
11745 * configure: Quote $( better. Keep various shells happy.
/NextBSD/contrib/gcc/cp/
HDChangeLog-20011133 * g++spec.c (lang_specific_driver): Quote argument after `-Xlinker'.
3438 * call.c (add_builtin_candidate): Quote std properly, from
/NextBSD/contrib/binutils/binutils/
HDChangeLog-00011840 (DEP): Quote when passing vars to sub-make. Add warning
HDChangeLog-9899671 * windres.c (quot): Quote shell metacharacters in a string
HDChangeLog-02031493 * configure.in: Quote bu_cv_have_fopen64.
/NextBSD/contrib/libstdc++/
DChangeLog-20011341 * docs/html/configopts.html: Quote StyleSheet attribute values.
3790 (EXPECT): Quote directly.
5438 * acinclude.m4 (gxx_include_dir): Quote, fix regression.

123