x                 291 attrd/legacy.c #define XPATH_REMOTE_ATTR(x) "/" XML_TAG_CIB "/" XML_CIB_TAG_STATUS \
x                 292 attrd/legacy.c     "/" XML_CIB_TAG_STATE "[@" XML_NODE_IS_REMOTE "='true']" x \
x                 296 attrd/legacy.c #define XPATH_NAME_IS(x) "@" XML_NVPAIR_ATTR_NAME "='" x "'"
x                 299 attrd/legacy.c #define XPATH_NAME_START(x) "starts-with(@" XML_NVPAIR_ATTR_NAME ", '" x "')"
x                  39 crmd/crmd_messages.h #  define fsa_typed_data(x) fsa_typed_data_adv(msg_data, x, __FUNCTION__)
x                  48 crmd/messages.c #define ROUTER_RESULT(x)	crm_trace("Router result: %s", x)
x                 572 fencing/main.c #define rsc_name(x) x->clone_name?x->clone_name:x->id
x                 274 include/crm/common/logging.h #  define crm_str(x)    (const char*)(x?x:"<null>")
x                 446 include/crm/msg_xml.h #  define ID(x) crm_element_value(x, XML_ATTR_ID)
x                 447 include/crm/msg_xml.h #  define INSTANCE(x) crm_element_value(x, XML_CIB_ATTR_INSTANCE)
x                 448 include/crm/msg_xml.h #  define TSTAMP(x) crm_element_value(x, XML_ATTR_TSTAMP)
x                 449 include/crm/msg_xml.h #  define TYPE(x) crm_element_name(x)
x                 450 include/crm/msg_xml.h #  define NAME(x) crm_element_value(x, XML_NVPAIR_ATTR_NAME)
x                 451 include/crm/msg_xml.h #  define VALUE(x) crm_element_value(x, XML_NVPAIR_ATTR_VALUE)
x                1601 lib/ais/plugin.c #define min(x,y) (x)<(y)?(x):(y)
x                  70 lib/common/remote.c #define __swab16(x) ((uint16_t)(                                      \
x                  71 lib/common/remote.c         (((uint16_t)(x) & (uint16_t)0x00ffU) << 8) |                  \
x                  72 lib/common/remote.c         (((uint16_t)(x) & (uint16_t)0xff00U) >> 8)))
x                  74 lib/common/remote.c #define __swab32(x) ((uint32_t)(                                      \
x                  75 lib/common/remote.c         (((uint32_t)(x) & (uint32_t)0x000000ffUL) << 24) |            \
x                  76 lib/common/remote.c         (((uint32_t)(x) & (uint32_t)0x0000ff00UL) <<  8) |            \
x                  77 lib/common/remote.c         (((uint32_t)(x) & (uint32_t)0x00ff0000UL) >>  8) |            \
x                  78 lib/common/remote.c         (((uint32_t)(x) & (uint32_t)0xff000000UL) >> 24)))
x                  80 lib/common/remote.c #define __swab64(x) ((uint64_t)(                                      \
x                  81 lib/common/remote.c         (((uint64_t)(x) & (uint64_t)0x00000000000000ffULL) << 56) |   \
x                  82 lib/common/remote.c         (((uint64_t)(x) & (uint64_t)0x000000000000ff00ULL) << 40) |   \
x                  83 lib/common/remote.c         (((uint64_t)(x) & (uint64_t)0x0000000000ff0000ULL) << 24) |   \
x                  84 lib/common/remote.c         (((uint64_t)(x) & (uint64_t)0x00000000ff000000ULL) <<  8) |   \
x                  85 lib/common/remote.c         (((uint64_t)(x) & (uint64_t)0x000000ff00000000ULL) >>  8) |   \
x                  86 lib/common/remote.c         (((uint64_t)(x) & (uint64_t)0x0000ff0000000000ULL) >> 24) |   \
x                  87 lib/common/remote.c         (((uint64_t)(x) & (uint64_t)0x00ff000000000000ULL) >> 40) |   \
x                  88 lib/common/remote.c         (((uint64_t)(x) & (uint64_t)0xff00000000000000ULL) >> 56)))
x                 582 lib/gnu/stdint.in.h #define INT8_C(x) x
x                 583 lib/gnu/stdint.in.h #define UINT8_C(x) x
x                 587 lib/gnu/stdint.in.h #define INT16_C(x) x
x                 588 lib/gnu/stdint.in.h #define UINT16_C(x) x
x                 592 lib/gnu/stdint.in.h #define INT32_C(x) x
x                 593 lib/gnu/stdint.in.h #define UINT32_C(x) x ## U
x                 598 lib/gnu/stdint.in.h # define INT64_C(x) x##L
x                 600 lib/gnu/stdint.in.h # define INT64_C(x) x##i64
x                 602 lib/gnu/stdint.in.h # define INT64_C(x) x##LL
x                 605 lib/gnu/stdint.in.h # define UINT64_C(x) x##UL
x                 607 lib/gnu/stdint.in.h # define UINT64_C(x) x##ui64
x                 609 lib/gnu/stdint.in.h # define UINT64_C(x) x##ULL
x                 616 lib/gnu/stdint.in.h #  define INTMAX_C(x)   x##LL
x                 618 lib/gnu/stdint.in.h #  define INTMAX_C(x)   INT64_C(x)
x                 620 lib/gnu/stdint.in.h #  define INTMAX_C(x)   x##L
x                 626 lib/gnu/stdint.in.h #  define UINTMAX_C(x)  x##ULL
x                 628 lib/gnu/stdint.in.h #  define UINTMAX_C(x)  UINT64_C(x)
x                 630 lib/gnu/stdint.in.h #  define UINTMAX_C(x)  x##UL
x                  78 libltdl/libltdl/lt__private.h #  define __attribute__(x)
x                2681 pengine/native.c #define set_char(x) last_rsc_id[lpc] = x; complete = TRUE;
x                 285 replace/uuid_parse.c #  define srand(x) 	srandom(x)
x                  24 tools/crm_resource_print.c #define cons_string(x) x?x:"NA"