Home
last modified time | relevance | path

Searched refs:FOOB (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/unifdef/tests/
H A Dif7.c8 #if (FOOB | FOO) == 43
11 #error FOOB bitwise-or FOO is not 43
20 #if (FOOB & 2) == 2
23 #error FOOB bitwise-and 2 is not 2
32 #if (FOOB >> 4) == 2
35 #error FOOB right-shift 2 is not 2
38 #if (FOOB + FOO) == 43
41 #error FOOB add FOO is not 43
44 #if (FOOB - FOO) == 41
47 #error FOOB subtract FOO is not 41
[all …]
H A Dif5.c8 #if FOOB == 42
11 #error FOOB not 42
14 #if FOOB != 42
20 #if FOOB == 42 || FOO == 1
26 #if FOOB != 42 && FOO != 1
27 #error FOOB not 42 and FOO not 1
32 #if FOOB == 42 || FOO != 1
35 #error FOOB is 42 or FOO is not 1
38 #if FOO != 1 || FOOB != 42
39 #error FOO is 1 or FOOB is 42
[all …]
H A Dif5-k.c20 #if FOOB == 42
23 #error FOOB not 42
26 #if FOOB != 42
32 #if FOOB == 42 || FOO == 1
38 #if FOOB != 42 && FOO != 1
39 #error FOOB not 42 and FOO not 1
44 #if FOOB == 42 || FOO != 1
47 #error FOOB is 42 or FOO is not 1
50 #if FOO != 1 || FOOB != 42
51 #error FOO is 1 or FOOB is 42
H A Dif5-kDU.c20 #if FOOB == 42
23 #error FOOB not 42
26 #if FOOB != 42
32 #if FOOB == 42 || FOO == 1
38 #if FOOB != 42 && FOO != 1
39 #error FOOB not 42 and FOO not 1
44 #if FOOB == 42 || FOO != 1
47 #error FOOB is 42 or FOO is not 1
50 #if FOO != 1 || FOOB != 42
51 #error FOO is 1 or FOOB is 42
H A Dif4-k.c20 #if defined(FOO) || defined(FOOB)
23 #error FOO or FOOB not defined
26 #if defined(FOOB) || defined(FOO)
29 #error FOO or FOOB not defined
32 #if defined(FOO) && defined(FOOB)
35 #error FOO and FOOB not defined
38 #if defined(FOOB) && defined(FOO)
41 #error FOO and FOOB not defined
H A Dif4-kDU.c20 #if defined(FOO) || defined(FOOB)
23 #error FOO or FOOB not defined
26 #if defined(FOOB) || defined(FOO)
29 #error FOO or FOOB not defined
32 #if defined(FOO) && defined(FOOB)
35 #error FOO and FOOB not defined
38 #if defined(FOOB) && defined(FOO)
41 #error FOO and FOOB not defined
H A Dif4.c8 #if defined(FOO) || defined(FOOB)
11 #error FOO or FOOB not defined
14 #if defined(FOOB) || defined(FOO)
17 #error FOO or FOOB not defined
20 #if defined(FOO) && defined(FOOB)
23 #error FOO and FOOB not defined
26 #if defined(FOOB) && defined(FOO)
29 #error FOO and FOOB not defined
H A Dif5-k.expout12 #if FOOB == 42
15 #error FOOB not 42
18 #if FOOB != 42
24 #if FOOB == 42 || FOO == 1
30 #if FOOB != 42 && FOO != 1
31 #error FOOB not 42 and FOO not 1
36 #if FOOB == 42 || FOO != 1
39 #error FOOB is 42 or FOO is not 1
42 #if FOO != 1 || FOOB != 42
43 #error FOO is 1 or FOOB is 42
H A Dif4-k.expout12 #if defined(FOO) || defined(FOOB)
15 #error FOO or FOOB not defined
18 #if defined(FOOB) || defined(FOO)
21 #error FOO or FOOB not defined
24 #if defined(FOO) && defined(FOOB)
27 #error FOO and FOOB not defined
30 #if defined(FOOB) && defined(FOO)
33 #error FOO and FOOB not defined
H A Dif1.h2 #define FOOB 42 macro