| /NextBSD/contrib/llvm/tools/clang/lib/Driver/ |
| HD | Job.cpp | 74 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/ |
| HD | Job.h | 85 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/ |
| HD | CommentLexer.cpp | 190 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/ |
| HD | mail.tildehelp | 4 ~~ Quote a single tilde
|
| /NextBSD/crypto/heimdal/lib/roken/ |
| HD | glob.hin | 89 #define GLOB_QUOTE 0x0400 /* Quote special chars with \. */
|
| /NextBSD/usr.sbin/bsdconfig/share/packages/ |
| HD | packages.subr | 118 '$category' '$desc' '$help'" # End-Quote 296 " # End-Quote 468 " # End-Quote 536 " # End-Quote 591 " # End-Quote
|
| HD | index.subr | 332 }' )" # End-Quote
|
| /NextBSD/contrib/libreadline/doc/ |
| HD | hsuser.texi | 429 Quote the substituted words, escaping further substitutions. 432 Quote the substituted words as with @samp{q},
|
| HD | rluser.texi | 768 # Quote the current or previous word 866 # Quote the current or previous word
|
| /NextBSD/contrib/llvm/lib/Support/ |
| HD | CommandLine.cpp | 551 char Quote = Src[I++]; in TokenizeGNUCommandLine() local 552 while (I != E && Src[I] != Quote) { in TokenizeGNUCommandLine()
|
| /NextBSD/contrib/binutils/config/ |
| HD | ChangeLog | 35 * 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/ |
| HD | Lexer.cpp | 204 char Quote = Charify ? '\'' : '"'; in Stringify() local 206 if (Result[i] == '\\' || Result[i] == Quote) { in Stringify()
|
| /NextBSD/contrib/gdb/ |
| HD | libtool.m4 | 35 dnl Quote A][M_PROG_GCJ so that aclocal doesn't bring it in needlessly.
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | TargetInfo.cpp | 1670 bool Quote = (Lib.find(" ") != StringRef::npos); in qualifyWindowsLibrary() local 1671 std::string ArgStr = Quote ? "\"" : ""; in qualifyWindowsLibrary() 1675 ArgStr += Quote ? "\"" : ""; in qualifyWindowsLibrary()
|
| /NextBSD/contrib/tcsh/ |
| HD | Fixes | 196 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/ |
| HD | ChangeLog | 23 * 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/ |
| HD | services | 47 qotd 17/tcp quote #Quote of the Day 48 qotd 17/udp quote #Quote of the Day
|
| /NextBSD/contrib/diff/doc/ |
| HD | diff.texi | 3140 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/ |
| HD | ChangeLog-0001 | 369 * Makefile.am (GENSCRIPTS): Quote ${exec_prefix}. 3083 (DEP): Quote when passing vars to sub-make. Add warning message
|
| /NextBSD/contrib/binutils/ |
| HD | ChangeLog | 94 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/ |
| HD | ChangeLog-2001 | 1133 * g++spec.c (lang_specific_driver): Quote argument after `-Xlinker'. 3438 * call.c (add_builtin_candidate): Quote std properly, from
|
| /NextBSD/contrib/binutils/binutils/ |
| HD | ChangeLog-0001 | 1840 (DEP): Quote when passing vars to sub-make. Add warning
|
| HD | ChangeLog-9899 | 671 * windres.c (quot): Quote shell metacharacters in a string
|
| HD | ChangeLog-0203 | 1493 * configure.in: Quote bu_cv_have_fopen64.
|
| /NextBSD/contrib/libstdc++/ |
| D | ChangeLog-2001 | 1341 * docs/html/configopts.html: Quote StyleSheet attribute values. 3790 (EXPECT): Quote directly. 5438 * acinclude.m4 (gxx_include_dir): Quote, fix regression.
|