Searched refs:STR_TRUE (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Ddefines.h166 #define STR_TRUE "true" macro
169 #define STR_TF(x) ((x) ? STR_TRUE : STR_FALSE)
170 #define BOOL_TF(x) (((x) != null && strcmp((x),STR_TRUE) == 0) ? true : false)
H A Dunpack.cpp3441 #undef STR_TRUE macro
3443 #define STR_TRUE (&str_tf[0]) macro

Completed in 494 milliseconds