Searched refs:XOR (Results 176 - 178 of 178) sorted by relevance

12345678

/macosx-10.10/BerkeleyDB-21/db/dist/
H A Dconfigure7185 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7191 if (XOR (islower (i), ISLOWER (i))
[all...]
/macosx-10.10/gnutar-453/gnutar/
H A Dconfigure4534 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4540 if (XOR (islower (i), ISLOWER (i))
7460 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7466 if (XOR (islower (i), ISLOWER (i))
[all...]
/macosx-10.10/libarchive-30/libarchive/
H A Dconfigure4460 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4466 if (XOR (islower (i), ISLOWER (i))

Completed in 318 milliseconds

12345678