uuid_pref          81 lib/cluster/cluster.c     static const char *uuid_pref = NULL;
uuid_pref          83 lib/cluster/cluster.c     if (uuid_pref == NULL) {
uuid_pref          84 lib/cluster/cluster.c         uuid_pref = getenv("PCMK_uname_is_uuid");
uuid_pref          87 lib/cluster/cluster.c     if (uuid_pref == NULL) {
uuid_pref          89 lib/cluster/cluster.c         uuid_pref = "false";
uuid_pref          92 lib/cluster/cluster.c     return crm_is_true(uuid_pref);