/src/usr.bin/make/unit-tests/ |
deptgt-default.exp | 0 Default command is making 'not-a-target' from 'not-a-target'.
|
deptgt-default.mk | 1 # $NetBSD: deptgt-default.mk,v 1.3 2021/12/01 23:56:29 rillig Exp $ 3 # Tests for the special target .DEFAULT in dependency declarations, which 7 all: test-default not-a-target 9 test-default: .PHONY 14 .DEFAULT: dependency-is-ignored 15 @echo "Default command is making '${.TARGET}' from '${.IMPSRC}'."
|
/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/gpl2/dts/dist/arch/arm64/boot/dts/broadcom/stingray/ |
stingray-board-base.dtsi | 22 &memory { /* Default DRAM banks */
|
/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.inc.mk | 8 ##### Default values
|
bsd.nls.mk | 8 ##### Default values
|
bsd.hostlib.mk | 8 ##### Default values
|
bsd.klinks.mk | 8 ##### Default values
|
bsd.links.mk | 8 ##### Default values
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/ |
imx8mm-beacon-baseboard.dtsi | 13 default-state = "off"; 19 default-state = "off"; 25 default-state = "off"; 29 pinctrl-names = "default"; 33 linux,default-trigger = "heartbeat"; 71 pinctrl-names = "default"; 90 pinctrl-names = "default"; 97 pinctrl-names = "default"; 114 0x0000 /* 0:Default */ 115 0x0000 /* 1:Default */ [all...] |
imx8mn-beacon-baseboard.dtsi | 13 default-state = "off"; 19 default-state = "off"; 25 default-state = "off"; 29 pinctrl-names = "default"; 33 linux,default-trigger = "heartbeat"; 57 pinctrl-names = "default"; 82 pinctrl-names = "default"; 101 pinctrl-names = "default"; 108 pinctrl-names = "default"; 139 0x0000 /* 0:Default */ [all...] |
/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/gpl2/dts/dist/arch/arm64/boot/dts/renesas/ |
beacon-renesom-baseboard.dtsi | 17 default-brightness-level = <6>; 26 default-brightness-level = <6>; 83 pinctrl-names = "default"; 88 linux,default-trigger = "heartbeat"; 263 pinctrl-names = "default"; 270 pinctrl-names = "default"; 318 pinctrl-names = "default"; 332 pinctrl-names = "default"; 399 pinctrl-names = "default"; 406 pinctrl-names = "default"; [all...] |
salvator-xs.dtsi | 36 output-low; /* enable SATA by default */ 41 /* SW12-7 must be set 'Off' (MD12 set to 1) which is not the default! */ 63 * (when SW31 is the default setting on Salvator-XS). 64 * - If SW31 is the default setting, you cannot use USB2.0 ch3 on 67 * 1) Default setting of SW31: ON-ON-OFF-OFF-OFF-OFF: 81 pinctrl-names = "default";
|
/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/ada/ |
read.adb | 33 Header : constant ZLib.Header_Type := ZLib.Default; 34 -- Do not use Header other than Default in ZLib versions 1.1.4 and older.
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
imx6-logicpd-baseboard.dtsi | 48 pinctrl-names = "default"; 51 linux,default-trigger = "cpu0"; 62 linux,default-trigger = "heartbeat"; 68 linux,default-trigger = "default-on"; 73 pinctrl-names = "default"; 84 pinctrl-names = "default"; 96 pinctrl-names = "default"; 109 pinctrl-names = "default"; 122 pinctrl-names = "default"; [all...] |