| /src/usr.bin/make/unit-tests/ |
| cond-func-empty.mk | 1 # $NetBSD: cond-func-empty.mk,v 1.29 2025/06/11 18:49:58 sjg Exp $ 3 # Tests for the empty() function in .if conditions, which tests an 11 EMPTY= # empty 16 # An undefined variable counts as empty. 17 .if !empty(UNDEF) 21 # An undefined variable has the empty string as the value, and the :M 24 .if !empty(UNDEF:M*) 28 # The :S modifier replaces the empty value with an actual word. After 29 # applying the :S modifier to the expression, its value is 'empty', so it i 222 empty= # defined but empty macro [all...] |
| var-op-default.mk | 21 # An empty variable is defined, therefore the '?=' operator does nothing. 22 EMPTY= # empty 23 EMPTY?= ignored 24 .if ${EMPTY} != ""
|
| varmod-ifelse.mk | 37 # empty. 45 # left-hand side looks empty. 85 # to var.c, it cannot distinguish this return value from an ordinary empty 86 # string. The left-hand side of the comparison is therefore just an empty 87 # string, which is obviously equal to the empty string on the right-hand side. 166 NUMBER= # empty, not really a number either 177 EMPTY= # empty 178 # "true" since "+" is not the empty string. 187 .info <${${EMPTY} :?true:false} [all...] |
| varmod-select-words.mk | 17 EMPTY= # the space should be ignored 28 mod-squarebrackets-empty \ 52 mod-squarebrackets-empty: 77 @echo 'EMPTY="${EMPTY}"' 78 @echo 'EMPTY:[#]="${EMPTY:[#]}" == 1 ?' 91 @echo 'EMPTY:[1]="${EMPTY:[1]}"' 178 @echo 'LIST:[$${EMPTY}]="${LIST:[${EMPTY}]}" is an error [all...] |
| /src/external/gpl2/groff/dist/src/include/ |
| errarg.h | 24 enum { EMPTY, STRING, CHAR, INTEGER, UNSIGNED_INTEGER, DOUBLE } type; 40 int empty() const;
|
| /src/lib/libc/include/isc/ |
| list.h | 41 #define EMPTY(list) ((list).head == NULL)
|
| /src/crypto/external/bsd/openssl.old/dist/test/testutil/ |
| tap_bio.c | 99 char EMPTY[] = ""; 103 BIO_set_data(b, EMPTY);
|
| /src/external/bsd/libbind/dist/include/isc/ |
| list.h | 41 #define EMPTY(list) ((list).head == NULL)
|
| /src/external/gpl3/gcc/dist/gcc/ |
| ordered-hash-map-tests.cc | 70 /* A fresh hash_map should be empty. */ 121 const int EMPTY = -1; 124 typedef int_hash <int, EMPTY, DELETED> int_hash_t; 134 /* A fresh hash_map should be empty. */
|
| hash-map-tests.cc | 55 /* A fresh hash_map should be empty. */ 114 const int EMPTY = -1; 116 typedef int_hash <int, EMPTY, DELETED> int_hash_t; 126 /* A fresh hash_map should be empty. */ 238 /* Test copy assignment into an empty map. */ 345 const int EMPTY = -1; 347 typedef hash_map<int_hash<int, EMPTY, DELETED>, val_t> Map; 446 /* Test calling empty on a hash_map that has a key type with non-zero 447 "empty" value. */ 461 x.empty (); [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ordered-hash-map-tests.cc | 69 /* A fresh hash_map should be empty. */ 114 const int EMPTY = -1; 116 typedef int_hash <int, EMPTY, DELETED> int_hash_t; 126 /* A fresh hash_map should be empty. */
|
| /src/games/cribbage/ |
| deck.h | 67 #define EMPTY 13
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| ia64-opc-b.c | 74 #define EMPTY 0,0,NULL 90 #define BR(a,b,c,d,e) B0, OpX6BtypePaWhaD (0, a, b, c, d, e), {B2}, EMPTY 203 {"break.b", B0, OpX6 (0, 0x00), {IMMU21}, EMPTY}, 205 {"br.call.sptk.few", B, OpPaWhcD (1, 0, 1, 0), {B1, B2}, EMPTY}, 207 {"br.call.sptk.few.clr", B, OpPaWhcD (1, 0, 1, 1), {B1, B2}, EMPTY}, 209 {"br.call.spnt.few", B, OpPaWhcD (1, 0, 3, 0), {B1, B2}, EMPTY}, 211 {"br.call.spnt.few.clr", B, OpPaWhcD (1, 0, 3, 1), {B1, B2}, EMPTY}, 213 {"br.call.dptk.few", B, OpPaWhcD (1, 0, 5, 0), {B1, B2}, EMPTY}, 215 {"br.call.dptk.few.clr", B, OpPaWhcD (1, 0, 5, 1), {B1, B2}, EMPTY}, 217 {"br.call.dpnt.few", B, OpPaWhcD (1, 0, 7, 0), {B1, B2}, EMPTY}, [all...] |
| ia64-opc-a.c | 87 #define EMPTY 0,0,NULL 93 {"add", A, OpX2aVeX4X2b (8, 0, 0, 0, 0), {R1, R2, R3}, EMPTY}, 94 {"add", A, OpX2aVeX4X2b (8, 0, 0, 0, 1), {R1, R2, R3, C1}, EMPTY}, 95 {"sub", A, OpX2aVeX4X2b (8, 0, 0, 1, 1), {R1, R2, R3}, EMPTY}, 96 {"sub", A, OpX2aVeX4X2b (8, 0, 0, 1, 0), {R1, R2, R3, C1}, EMPTY}, 97 {"addp4", A, OpX2aVeX4X2b (8, 0, 0, 2, 0), {R1, R2, R3}, EMPTY}, 98 {"and", A, OpX2aVeX4X2b (8, 0, 0, 3, 0), {R1, R2, R3}, EMPTY}, 99 {"andcm", A, OpX2aVeX4X2b (8, 0, 0, 3, 1), {R1, R2, R3}, EMPTY}, 100 {"or", A, OpX2aVeX4X2b (8, 0, 0, 3, 2), {R1, R2, R3}, EMPTY}, 101 {"xor", A, OpX2aVeX4X2b (8, 0, 0, 3, 3), {R1, R2, R3}, EMPTY}, [all...] |
| ia64-opc-f.c | 83 #define EMPTY 0,0,NULL 89 {"frcpa.s0", f2, OpXbQSf (0, 1, 0, 0), {F1, P2, F2, F3}, EMPTY}, 91 {"frcpa.s1", f2, OpXbQSf (0, 1, 0, 1), {F1, P2, F2, F3}, EMPTY}, 92 {"frcpa.s2", f2, OpXbQSf (0, 1, 0, 2), {F1, P2, F2, F3}, EMPTY}, 93 {"frcpa.s3", f2, OpXbQSf (0, 1, 0, 3), {F1, P2, F2, F3}, EMPTY}, 95 {"frsqrta.s0", f2, OpXbQSf (0, 1, 1, 0), {F1, P2, F3}, EMPTY}, 97 {"frsqrta.s1", f2, OpXbQSf (0, 1, 1, 1), {F1, P2, F3}, EMPTY}, 98 {"frsqrta.s2", f2, OpXbQSf (0, 1, 1, 2), {F1, P2, F3}, EMPTY}, 99 {"frsqrta.s3", f2, OpXbQSf (0, 1, 1, 3), {F1, P2, F3}, EMPTY}, 101 {"fmin.s0", f, OpXbX6Sf (0, 0, 0x14, 0), {F1, F2, F3}, EMPTY}, [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| ia64-opc-b.c | 74 #define EMPTY 0,0,NULL 90 #define BR(a,b,c,d,e) B0, OpX6BtypePaWhaD (0, a, b, c, d, e), {B2}, EMPTY 203 {"break.b", B0, OpX6 (0, 0x00), {IMMU21}, EMPTY}, 205 {"br.call.sptk.few", B, OpPaWhcD (1, 0, 1, 0), {B1, B2}, EMPTY}, 207 {"br.call.sptk.few.clr", B, OpPaWhcD (1, 0, 1, 1), {B1, B2}, EMPTY}, 209 {"br.call.spnt.few", B, OpPaWhcD (1, 0, 3, 0), {B1, B2}, EMPTY}, 211 {"br.call.spnt.few.clr", B, OpPaWhcD (1, 0, 3, 1), {B1, B2}, EMPTY}, 213 {"br.call.dptk.few", B, OpPaWhcD (1, 0, 5, 0), {B1, B2}, EMPTY}, 215 {"br.call.dptk.few.clr", B, OpPaWhcD (1, 0, 5, 1), {B1, B2}, EMPTY}, 217 {"br.call.dpnt.few", B, OpPaWhcD (1, 0, 7, 0), {B1, B2}, EMPTY}, [all...] |
| ia64-opc-a.c | 87 #define EMPTY 0,0,NULL 93 {"add", A, OpX2aVeX4X2b (8, 0, 0, 0, 0), {R1, R2, R3}, EMPTY}, 94 {"add", A, OpX2aVeX4X2b (8, 0, 0, 0, 1), {R1, R2, R3, C1}, EMPTY}, 95 {"sub", A, OpX2aVeX4X2b (8, 0, 0, 1, 1), {R1, R2, R3}, EMPTY}, 96 {"sub", A, OpX2aVeX4X2b (8, 0, 0, 1, 0), {R1, R2, R3, C1}, EMPTY}, 97 {"addp4", A, OpX2aVeX4X2b (8, 0, 0, 2, 0), {R1, R2, R3}, EMPTY}, 98 {"and", A, OpX2aVeX4X2b (8, 0, 0, 3, 0), {R1, R2, R3}, EMPTY}, 99 {"andcm", A, OpX2aVeX4X2b (8, 0, 0, 3, 1), {R1, R2, R3}, EMPTY}, 100 {"or", A, OpX2aVeX4X2b (8, 0, 0, 3, 2), {R1, R2, R3}, EMPTY}, 101 {"xor", A, OpX2aVeX4X2b (8, 0, 0, 3, 3), {R1, R2, R3}, EMPTY}, [all...] |
| ia64-opc-f.c | 83 #define EMPTY 0,0,NULL 89 {"frcpa.s0", f2, OpXbQSf (0, 1, 0, 0), {F1, P2, F2, F3}, EMPTY}, 91 {"frcpa.s1", f2, OpXbQSf (0, 1, 0, 1), {F1, P2, F2, F3}, EMPTY}, 92 {"frcpa.s2", f2, OpXbQSf (0, 1, 0, 2), {F1, P2, F2, F3}, EMPTY}, 93 {"frcpa.s3", f2, OpXbQSf (0, 1, 0, 3), {F1, P2, F2, F3}, EMPTY}, 95 {"frsqrta.s0", f2, OpXbQSf (0, 1, 1, 0), {F1, P2, F3}, EMPTY}, 97 {"frsqrta.s1", f2, OpXbQSf (0, 1, 1, 1), {F1, P2, F3}, EMPTY}, 98 {"frsqrta.s2", f2, OpXbQSf (0, 1, 1, 2), {F1, P2, F3}, EMPTY}, 99 {"frsqrta.s3", f2, OpXbQSf (0, 1, 1, 3), {F1, P2, F3}, EMPTY}, 101 {"fmin.s0", f, OpXbX6Sf (0, 0, 0x14, 0), {F1, F2, F3}, EMPTY}, [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| ia64-opc-b.c | 74 #define EMPTY 0,0,NULL 90 #define BR(a,b,c,d,e) B0, OpX6BtypePaWhaD (0, a, b, c, d, e), {B2}, EMPTY 203 {"break.b", B0, OpX6 (0, 0x00), {IMMU21}, EMPTY}, 205 {"br.call.sptk.few", B, OpPaWhcD (1, 0, 1, 0), {B1, B2}, EMPTY}, 207 {"br.call.sptk.few.clr", B, OpPaWhcD (1, 0, 1, 1), {B1, B2}, EMPTY}, 209 {"br.call.spnt.few", B, OpPaWhcD (1, 0, 3, 0), {B1, B2}, EMPTY}, 211 {"br.call.spnt.few.clr", B, OpPaWhcD (1, 0, 3, 1), {B1, B2}, EMPTY}, 213 {"br.call.dptk.few", B, OpPaWhcD (1, 0, 5, 0), {B1, B2}, EMPTY}, 215 {"br.call.dptk.few.clr", B, OpPaWhcD (1, 0, 5, 1), {B1, B2}, EMPTY}, 217 {"br.call.dpnt.few", B, OpPaWhcD (1, 0, 7, 0), {B1, B2}, EMPTY}, [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| ia64-opc-b.c | 74 #define EMPTY 0,0,NULL 90 #define BR(a,b,c,d,e) B0, OpX6BtypePaWhaD (0, a, b, c, d, e), {B2}, EMPTY 203 {"break.b", B0, OpX6 (0, 0x00), {IMMU21}, EMPTY}, 205 {"br.call.sptk.few", B, OpPaWhcD (1, 0, 1, 0), {B1, B2}, EMPTY}, 207 {"br.call.sptk.few.clr", B, OpPaWhcD (1, 0, 1, 1), {B1, B2}, EMPTY}, 209 {"br.call.spnt.few", B, OpPaWhcD (1, 0, 3, 0), {B1, B2}, EMPTY}, 211 {"br.call.spnt.few.clr", B, OpPaWhcD (1, 0, 3, 1), {B1, B2}, EMPTY}, 213 {"br.call.dptk.few", B, OpPaWhcD (1, 0, 5, 0), {B1, B2}, EMPTY}, 215 {"br.call.dptk.few.clr", B, OpPaWhcD (1, 0, 5, 1), {B1, B2}, EMPTY}, 217 {"br.call.dpnt.few", B, OpPaWhcD (1, 0, 7, 0), {B1, B2}, EMPTY}, [all...] |
| /src/include/ |
| utmpx.h | 56 #define EMPTY 0
|
| /src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| Template.h | 91 /// Construct an empty set of template argument lists. 512 #define EMPTY(DERIVED, BASE)
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/ |
| util.h | 77 * Use this in translation units that would otherwise be empty, to 197 #define EMPTY(list) ISC_LIST_EMPTY(list)
|
| /src/external/bsd/tre/dist/lib/ |
| tre-ast.h | 26 #define EMPTY -1 /* Empty leaf (denotes empty string). */ 33 #define IS_EMPTY(x) ((x)->code_min == EMPTY)
|
| /src/external/gpl2/gettext/dist/gnulib-local/lib/ |
| 3level.h | 31 DEFAULT to the default value for empty entries 81 /* Marker for an empty slot. This has the value 0xFFFFFFFF, regardless 83 #define EMPTY ((uint32_t) ~0) 93 if (lookup1 != EMPTY) 98 if (lookup2 != EMPTY) 135 t->level1[t->level1_size++] = EMPTY; 138 if (t->level1[index1] == EMPTY) 150 t->level2[i] = EMPTY; 156 if (t->level2[index2] == EMPTY) 187 if (lookup1 != EMPTY) [all...] |