| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | LangOptions.cpp | 100 const LangStandard &Std = LangStandard::getLangStandardForKind(LangStd); in setLangDefaults() local 102 Opts.LineComment = Std.hasLineComments(); in setLangDefaults() 103 Opts.C99 = Std.isC99(); in setLangDefaults() 104 Opts.C11 = Std.isC11(); in setLangDefaults() 105 Opts.C17 = Std.isC17(); in setLangDefaults() 106 Opts.C2x = Std.isC2x(); in setLangDefaults() 107 Opts.CPlusPlus = Std.isCPlusPlus(); in setLangDefaults() 108 Opts.CPlusPlus11 = Std.isCPlusPlus11(); in setLangDefaults() 109 Opts.CPlusPlus14 = Std.isCPlusPlus14(); in setLangDefaults() 110 Opts.CPlusPlus17 = Std.isCPlusPlus17(); in setLangDefaults() [all …]
|
| /openbsd-src/gnu/usr.bin/cvs/os2/ |
| H A D | popen.c | 155 HFILE End1, End2, Std, Old1, Old2, Tmp; in popen() local 172 Std = (*Mode == 'w') ? STDIN : STDOUT ; in popen() 173 if (Std == STDIN) in popen() 179 DosDupHandle (Std, &Old1); in popen() 181 Tmp = Std; /* redirect stdin or stdout */ in popen() 184 if (Std == 1) in popen() 208 Tmp = Std; /* restore stdin or stdout */ in popen() 212 if (Std == STDOUT) in popen()
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/St/ |
| H A D | badargs.out_markdown | 10 IEEE Std 1003.1-2004 (“POSIX.1”) 17 IEEE Std 1003.1-2004 (“POSIX.1”) murks
|
| H A D | badargs.out_ascii | 7 valid argument: IEEE Std 1003.1-2004 ("POSIX.1") 13 two arguments: IEEE Std 1003.1-2004 ("POSIX.1") murks
|
| H A D | call.out_markdown | 13 IEEE Std 1003.1-2004 (“POSIX.1”)
|
| H A D | call.out_ascii | 9 valid argument: IEEE Std 1003.1-2004 ("POSIX.1")
|
| /openbsd-src/gnu/usr.bin/perl/lib/Getopt/ |
| H A D | Std.pm | 1 package Getopt::Std; 10 Getopt::Std - Process single-character switches with switch clustering 14 use Getopt::Std; 72 Note that due to excessive paranoia, if C<$Getopt::Std::STANDARD_HELP_VERSION> 76 to set C<$Getopt::Std::STANDARD_HELP_VERSION> to true. 79 C<$Getopt::Std::OUTPUT_HELP_VERSION>. One can print the messages of C<--help> 149 Getopt::Std->import; 182 $0 version $v calling Getopt::Std::getopts (version $myv), 307 Getopt::Std->import;
|
| H A D | Std.t | 12 use Getopt::Std;
|
| /openbsd-src/gnu/usr.bin/perl/Porting/ |
| H A D | expand-macro.pl | 5 use Getopt::Std; 7 $Getopt::Std::STANDARD_HELP_VERSION = 1;
|
| H A D | makemeta | 9 use Getopt::Std;
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/ |
| H A D | InterpolatingCompilationDatabase.cpp | 133 LangStandard::Kind Std = LangStandard::lang_unspecified; member 196 Std = *GivenStd; in TransferableCommand() 205 if (Type == types::TY_INVALID && Std != LangStandard::lang_unspecified) in TransferableCommand() 206 Type = toType(LangStandard::getLangStandardForKind(Std).getLanguage()); in TransferableCommand() 240 if (Std != LangStandard::lang_unspecified && foldType(TargetType) == Type) { in transferTo() 243 LangStandard::getLangStandardForKind(Std).getName()).str()); in transferTo()
|
| /openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/ |
| H A D | Solaris.cpp | 95 const Arg *Std = Args.getLastArg(options::OPT_std_EQ, options::OPT_ansi); in ConstructJob() local 98 if (Std) { in ConstructJob() 99 HaveAnsi = Std->getOption().matches(options::OPT_ansi); in ConstructJob() 101 LangStd = LangStandard::getLangStandardForName(Std->getValue()); in ConstructJob()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Encode/bin/ |
| H A D | encguess | 7 use Getopt::Std; 10 $Getopt::Std::STANDARD_HELP_VERSION = 1;
|
| H A D | ucm2table | 7 use Getopt::Std;
|
| /openbsd-src/gnu/usr.bin/perl/win32/bin/ |
| H A D | pl2bat.pl | 6 use Getopt::Std;
|
| /openbsd-src/gnu/usr.bin/perl/lib/ExtUtils/ |
| H A D | Embed.pm | 42 require Getopt::Std; 43 Getopt::Std::getopts('o:s:');
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Archive-Tar/bin/ |
| H A D | ptardiff | 7 use Getopt::Std;
|
| H A D | ptar | 7 use Getopt::Std;
|
| /openbsd-src/gnu/usr.bin/perl/lib/ |
| H A D | diagnostics.pm | 225 require Getopt::Std; 226 Getopt::Std::getopts('pdvf:')
|
| /openbsd-src/regress/sys/kern/sosplice/loop/ |
| H A D | bcast.pl | 22 use Getopt::Std;
|
| H A D | loop.pl | 22 use Getopt::Std;
|
| H A D | chain.pl | 22 use Getopt::Std;
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Digest-SHA/ |
| H A D | Makefile.PL | 5 use Getopt::Std;
|
| /openbsd-src/gnu/llvm/llvm/utils/ |
| H A D | codegen-diff | 3 use Getopt::Std;
|
| /openbsd-src/usr.bin/libtool/LT/Mode/ |
| H A D | Install.pm | 25 use Getopt::Std;
|