| /src/usr.bin/make/unit-tests/ |
| deptgt-default.exp | 0 Default command is making 'not-a-target' from 'not-a-target'.
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_report_decorator.h | 29 const char *Default() const { return ansi_ ? "\033[1m\033[0m" : ""; }
|
| sanitizer_win_defs.h | 36 // in the default mode. 49 // use the /alternatename directive to tell the linker to default a specific 53 // symbol table of the resulting object file. The linker won't find the default 55 // So, suppose we provide a default implementation "fundef" for "fun", and this 67 #define WIN_WEAK_ALIAS(Name, Default) \ 69 WIN_SYM_PREFIX STRINGIFY(Default))) 79 // which defines an alias to a default implementation, and only works when 81 // So, to define a weak function "fun", we define a default implementation with 87 // Dummy name for default implementation of weak function. 109 // + A default implementation must always be provided [all...] |
| sanitizer_symbolizer_report.cc | 113 Printf("%s", d.Default()); 144 d.Default()); 177 Printf("%s", d.Default()); 195 Printf("%s", d.Default());
|
| sanitizer_allocator_report.cc | 31 Printf("%s", d.Default());
|
| /src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
| msan_report.cc | 49 d.Default()); 68 d.Default()); 80 d.Origin(), d.Default()); 84 d.Origin(), d.Default()); 88 d.Default()); 90 default: 92 d.Default()); 107 Printf("%s", d.Default()); 147 Printf("%s", d.Default()); 171 default [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_errors.cc | 53 Printf("%s", d.Default()); 69 Printf("%s object passed to delete has wrong type:\n", d.Default()); 85 static const char *kDefaultAlignment = "default-aligned"; 110 Printf("%s", d.Default()); 130 Printf("%s", d.Default()); 149 Printf("%s", d.Default()); 162 Printf("%s", d.Default()); 175 Printf("%s", d.Default()); 189 Printf("%s", d.Default()); 202 Printf("%s", d.Default()); [all...] |
| asan_descriptions.cc | 153 str.append("%s", d.Default()); 263 d.Location(), addr, pos_descr, d.Default()); 298 str.append("%s", d.Default()); 365 Printf("%s\n", d.Default()); 368 Printf(" at offset %zu in frame%s\n", offset, d.Default()); 377 Printf("%s", d.Default()); 425 AsanThreadIdAndName(free_thread).c_str(), d.Default()); 429 AsanThreadIdAndName(alloc_thread).c_str(), d.Default()); 432 AsanThreadIdAndName(alloc_thread).c_str(), d.Default());
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| tsan_report.cc | 177 Printf("%s", d.Default()); 218 Printf("%s", d.Default()); 225 Printf("%sM%zd%s%s", d.Mutex(), rm->id, d.Default(), after); 231 Printf("%sM%zd (%p)%s%s", d.Mutex(), rm->id, rm->addr, d.Default(), after); 239 Printf("%s", d.Default()); 243 Printf("%s", d.Default()); 261 Printf("%s", d.Default()); 269 Printf("%s", d.Default()); 277 Printf("%s", d.Default()); 321 Printf("%s", d.Default()); [all...] |
| /src/share/mk/ |
| bsd.hostlib.mk | 8 ##### Default values
|
| bsd.inc.mk | 8 ##### Default values
|
| bsd.nls.mk | 8 ##### Default values
|
| bsd.info.mk | 8 ##### Default values
|
| bsd.klinks.mk | 8 ##### Default values
|
| bsd.links.mk | 8 ##### Default values
|
| bsd.dep.mk | 11 ##### Default values
|
| bsd.dtb.mk | 5 ##### Default values
|
| bsd.files.mk | 13 ##### Default values
|
| /src/sys/arch/epoc32/stand/e32boot/exe/ |
| e32boot.cpp | 235 TPtrC Default = _L("C:\\netbsd"); 246 console->Printf(Default); 250 Default.Length() + 269 default: 295 TRAP(err, netbsd = NetBSD::New(Default, *args)); 309 base += (_L("[").Length() + Default.Length() + 383 memory->address = 0xc0000000; /* default is here */
|
| /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
| FuzzerDriver.cpp | 40 int Default; 48 #define FUZZER_FLAG_INT(Name, Default, Description) int Name; 49 #define FUZZER_FLAG_UNSIGNED(Name, Default, Description) unsigned int Name; 61 #define FUZZER_FLAG_INT(Name, Default, Description) \ 62 {#Name, Description, Default, &Flags.Name, nullptr, nullptr}, 63 #define FUZZER_FLAG_UNSIGNED(Name, Default, Description) \ 64 {#Name, Description, static_cast<int>(Default), \ 102 Printf("%d\t%s\n", D.Default, D.Description); 182 *FlagDescriptions[F].IntFlag = FlagDescriptions[F].Default; 185 static_cast<unsigned int>(FlagDescriptions[F].Default); [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
| ubsan_diag.cc | 300 Buffer.append("%s\n", Decor.Default()); 357 Buffer.append("%s runtime error: %s%s", Decor.Warning(), Decor.Default(), 362 Buffer.append("%s note: %s", Decor.Note(), Decor.Default()); 368 Buffer.append("%s\n", Decor.Default());
|
| /src/common/dist/zlib/contrib/dotzlib/DotZLib/ |
| DotZLib.cs | 64 /// The default compression level with a reasonable compromise between compression and speed
66 Default = -1,
|
| UnitTests.cs | 175 using (Deflater def = new Deflater(CompressLevel.Default))
|
| /src/distrib/mvme68k/miniroot/ |
| install.md | 197 Default answers are displayed in brackets after the questions. You can hit
|
| /src/sys/external/bsd/acpica/dist/tests/misc/ |
| badcode.asl | 103 Default
|