/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | mac_expand.in | 13 ${{$name1} ? {name 1 defined, |$name1|$name2|} : {name 1 undefined, |$name1|$name2|} } 18 ${{$name2} != {}?x{name 2 defined, |$name1|$name2|}:{name 2 undefined, |$name1|$name2|}} 20 ${{$name1} != {}?{name 1 defined, |$name1|$name2|}x:{name 1 undefined, |$name1|$name2|}} 21 ${{$name1} != {}?{name 1 defined, |$name1|$name2|}:x{name 1 undefined, |$name1|$name2|}} 22 ${{$name2} != {}?{name 2 defined, |$name1|$name2|}:x{name 2 undefined, |$name1|$name2|}} 40 ${name1:name 1 undefined, |$name1|$name2|} 42 ${name2:name 2 undefined, |$name1|$name2|} 45 ${{$name1} != {}:{name 1 undefined, |$name1|$name2|}} 46 ${{$name1} == {}?{name 1 undefined, |$name1|$name2|}} 48 ${name1?{name 1 defined, |$name1|$name2|}:{name 1 undefined, |$name1|$name2|}} [all …]
|
H A D | mac_expand.ref | 29 << ${{$name1} ? {name 1 defined, |$name1|$name2|} : {name 1 undefined, |$name1|$name2|} } 43 << ${{$name2} != {}?x{name 2 defined, |$name1|$name2|}:{name 2 undefined, |$name1|$name2|}} 48 << ${{$name1} != {}?{name 1 defined, |$name1|$name2|}x:{name 1 undefined, |$name1|$name2|}} 49 unknown: warning: ":" expected at: "...name 1 defined, |$name1|$name2|}>>>x:{name 1 undefined," 51 << ${{$name1} != {}?{name 1 defined, |$name1|$name2|}:x{name 1 undefined, |$name1|$name2|}} 53 << ${{$name2} != {}?{name 2 defined, |$name1|$name2|}:x{name 2 undefined, |$name1|$name2|}} 54 stat=2 result=x{name 2 undefined, |name1-value||} 93 << ${name1:name 1 undefined, |$name1|$name2|} 97 << ${name2:name 2 undefined, |$name1|$name2|} 98 stat=2 result=name 2 undefined, |name1-value|| [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/ |
H A D | inquire.c | 34 static const char yes[] = "YES", no[] = "NO", undefined[] = "UNDEFINED"; variable 102 p = undefined; in inquire_via_unit() 167 p = undefined; in inquire_via_unit() 244 p = undefined; in inquire_via_unit() 264 p = undefined; in inquire_via_unit() 288 p = undefined; in inquire_via_unit() 308 p = undefined; in inquire_via_unit() 328 p = undefined; in inquire_via_unit() 370 p = undefined; in inquire_via_unit() 393 p = undefined; in inquire_via_unit() [all …]
|
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/options/ |
H A D | warn-undefined-variables | 3 $description = "Test the --warn-undefined-variables option."; 5 $details = "Verify that warnings are printed for referencing undefined variables."; 7 # Without --warn-undefined-variables, nothing should happen 19 # With --warn-undefined-variables, it should warn me 20 run_make_test(undef, '--warn-undefined-variables', 21 "#MAKEFILE#:7: warning: undefined variable `UNDEFINED' 22 #MAKEFILE#:9: warning: undefined variable `UNDEFINED'
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
H A D | inquire.c | 34 static const char yes[] = "YES", no[] = "NO", undefined[] = "UNDEFINED"; variable 102 p = undefined; in inquire_via_unit() 167 p = undefined; in inquire_via_unit() 244 p = undefined; in inquire_via_unit() 264 p = undefined; in inquire_via_unit() 288 p = undefined; in inquire_via_unit() 308 p = undefined; in inquire_via_unit() 328 p = undefined; in inquire_via_unit() 370 p = undefined; in inquire_via_unit() 393 p = undefined; in inquire_via_unit() [all …]
|
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/features/ |
H A D | conditionals | 32 ifndef undefined 33 @echo variable is undefined 35 @echo variable undefined is defined 46 variable is undefined 99 result += variable is undefined 100 else ifdef undefined 124 ifdef undefined 133 else ifdef undefined
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | UndefinedBehaviorSanitizer.rst | 11 UndefinedBehaviorSanitizer (UBSan) is a fast undefined behavior detector. 12 UBSan modifies the program at compile-time to catch various kinds of undefined 33 Use ``clang++`` to compile and link your program with ``-fsanitize=undefined`` 46 % clang++ -fsanitize=undefined test.cc 86 ``-fsanitize=local-bounds`` is not included in ``-fsanitize=undefined``. 96 zero. This is undefined per the C and C++ standards, but is defined 98 infinity or NaN value, so is not included in ``-fsanitize=undefined``. 111 Issues caught by these sanitizers are not undefined behavior, 117 Issues caught by this sanitizer are not undefined behavior, 131 to an incompatible type. This is often unintentional, but is not undefined [all …]
|
/netbsd-src/sys/rump/ |
H A D | README.compileopts | 22 values: <defined> / <undefined> 23 defval: <undefined> 29 values: <defined> / <undefined> 30 defval: <undefined> 36 values: <defined> / <undefined> 37 defval: <undefined> 68 values: hypercall/__thread/register or <undefined> 69 defval: <undefined> 74 <undefined> - use default implementation (currently "hypercall") 98 defval: <undefined>
|
/netbsd-src/usr.bin/make/unit-tests/ |
H A D | cmdline-undefined.mk | 12 @${.MAKE} -f ${MAKEFILE} print-undefined \ 20 @${.MAKE} -f ${MAKEFILE} print-undefined \ 24 .if make(print-undefined) 51 print-undefined:
|
H A D | cond-undef-lint.exp | 1 make: "cond-undef-lint.mk" line 24: Variable "UNDEF" is undefined 2 make: "cond-undef-lint.mk" line 35: Variable "VAR." is undefined 3 make: "cond-undef-lint.mk" line 45: Variable "VAR.defined" is undefined
|
H A D | cmd-errors-lint.mk | 8 all: undefined unclosed-expression unclosed-modifier unknown-modifier end 12 undefined: 13 # expect: : undefined
|
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/functions/ |
H A D | origin | 9 'undefined' never defined 23 auto_var = undefined CC MAKETEST MAKE foo CFLAGS WHITE @ 27 @echo $(origin undefined) 38 'undefined default environment default file command line override automatic 39 undefined
|
/netbsd-src/usr.bin/error/ |
H A D | pi.c | 328 bool undefined = false; in pi() local 332 if ((undefined = wordv_eq(cur_wordv+2, 3, pi_und1)) in pi() 333 || (undefined = wordv_eq(cur_wordv+2, 3, pi_und2)) in pi() 337 for (wordindex = undefined ? 5 : 6; in pi() 344 nwordv = wordvsplice(2, undefined ? 2 : 3, cur_wordv+1); in pi() 348 erroradd(undefined ? 4 : 5, nwordv, in pi() 351 cur_wordc = undefined ? 4 : 5; in pi()
|
/netbsd-src/usr.sbin/sysinst/ |
H A D | README.md_defs | 22 PART_BOOT (8*MEG) (undefined) if defined, a boot partition 28 PART_BOOT_MOUNT "/boot" (undefined) Add boot partition to fstab for 50 MD_PART_DEFAULTS may be undefined 65 MD_NEED_BOOTBLOCK may be undefined 74 MD_MAY_SWAP_TO may be undefined 83 MD_SET_EXTRACT_FINALIZE may be undefined 93 HAVE_PLAIN_DISKLABEL_BOOT may be undefined, only used on architectures 105 DISKLABEL_NO_ONDISK_VERIFY usually undefined 121 MD_DISKLABEL_PART_INDEX_CHECK usually undefined
|
/netbsd-src/tests/usr.bin/c++/ |
H A D | ubsan_common.subr | 86 c++ -fsanitize=undefined -o test test.cpp 94 c++ -fsanitize=undefined -static -o test -pg test.cpp 100 c++ -DPIC_FOO -fsanitize=undefined -fPIC -shared -o libtest.so test.cpp 101 c++ -DPIC_MAIN -o test test.cpp -fsanitize=undefined -L. -ltest 113 c++ -fsanitize=undefined -o test -fpie -pie test.cpp 131 c++ -fsanitize=undefined -o df32 -m32 test.cpp 132 c++ -fsanitize=undefined -o df64 test.cpp 145 c++ -fsanitize=undefined -static -o test -pg -m32 test.cpp
|
/netbsd-src/tests/usr.bin/cc/ |
H A D | ubsan_common.subr | 86 cc -fsanitize=undefined -o test test.c 94 cc -fsanitize=undefined -static -o test -pg test.c 100 cc -DPIC_FOO -fsanitize=undefined -fPIC -shared -o libtest.so test.c 101 cc -DPIC_MAIN -o test test.c -fsanitize=undefined -L. -ltest 113 cc -fsanitize=undefined -o test -fpie -pie test.c 131 cc -fsanitize=undefined -o df32 -m32 test.c 132 cc -fsanitize=undefined -o df64 test.c 145 cc -fsanitize=undefined -static -o test -pg -m32 test.c
|
/netbsd-src/external/gpl3/gcc/dist/config/ |
H A D | bootstrap-ubsan.mk | 3 STAGE2_CFLAGS += -fsanitize=undefined -DUBSAN_BOOTSTRAP 4 STAGE3_CFLAGS += -fsanitize=undefined -DUBSAN_BOOTSTRAP 5 POSTSTAGE1_LDFLAGS += -fsanitize=undefined -static-libubsan -DUBSAN_BOOTSTRAP \
|
/netbsd-src/external/gpl3/gdb/dist/config/ |
H A D | bootstrap-ubsan.mk | 3 STAGE2_CFLAGS += -fsanitize=undefined -DUBSAN_BOOTSTRAP 4 STAGE3_CFLAGS += -fsanitize=undefined -DUBSAN_BOOTSTRAP 5 POSTSTAGE1_LDFLAGS += -fsanitize=undefined -static-libubsan -DUBSAN_BOOTSTRAP \
|
/netbsd-src/external/gpl3/binutils/dist/config/ |
H A D | bootstrap-ubsan.mk | 3 STAGE2_CFLAGS += -fsanitize=undefined -DUBSAN_BOOTSTRAP 4 STAGE3_CFLAGS += -fsanitize=undefined -DUBSAN_BOOTSTRAP 5 POSTSTAGE1_LDFLAGS += -fsanitize=undefined -static-libubsan -DUBSAN_BOOTSTRAP \
|
/netbsd-src/external/gpl3/gcc.old/dist/config/ |
H A D | bootstrap-ubsan.mk | 3 STAGE2_CFLAGS += -fsanitize=undefined -DUBSAN_BOOTSTRAP 4 STAGE3_CFLAGS += -fsanitize=undefined -DUBSAN_BOOTSTRAP 5 POSTSTAGE1_LDFLAGS += -fsanitize=undefined -static-libubsan -DUBSAN_BOOTSTRAP \
|
/netbsd-src/external/gpl3/binutils.old/dist/config/ |
H A D | bootstrap-ubsan.mk | 3 STAGE2_CFLAGS += -fsanitize=undefined -DUBSAN_BOOTSTRAP 4 STAGE3_CFLAGS += -fsanitize=undefined -DUBSAN_BOOTSTRAP 5 POSTSTAGE1_LDFLAGS += -fsanitize=undefined -static-libubsan -DUBSAN_BOOTSTRAP \
|
/netbsd-src/external/gpl3/gdb.old/dist/config/ |
H A D | bootstrap-ubsan.mk | 3 STAGE2_CFLAGS += -fsanitize=undefined -DUBSAN_BOOTSTRAP 4 STAGE3_CFLAGS += -fsanitize=undefined -DUBSAN_BOOTSTRAP 5 POSTSTAGE1_LDFLAGS += -fsanitize=undefined -static-libubsan -DUBSAN_BOOTSTRAP \
|
/netbsd-src/lib/librumpuser/ |
H A D | README.compileopts | 15 values: pthread/none/fiber or <undefined> 16 defval: <undefined> 19 <undefined> - use default implementation (currently "pthread")
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | Sanitizers.def | 133 // -fsanitize=undefined includes all the sanitizers which have low overhead, no 134 // ABI or address space layout implications, and only catch undefined behavior. 135 SANITIZER_GROUP("undefined", Undefined, 143 // -fsanitize=undefined-trap is an alias for -fsanitize=undefined. 144 SANITIZER_GROUP("undefined-trap", UndefinedTrap, Undefined)
|
/netbsd-src/tests/usr.bin/xlint/lint1/ |
H A D | msg_225.c | 8 static void undefined(void); 16 undefined(); in caller()
|