cib_location 652 lib/cib/cib_file.c cib_file_new(const char *cib_location) cib_location 658 lib/cib/cib_file.c if (cib_location == NULL) { cib_location 659 lib/cib/cib_file.c cib_location = getenv("CIB_file"); cib_location 660 lib/cib/cib_file.c if (cib_location == NULL) { cib_location 670 lib/cib/cib_file.c filename = strdup(cib_location); cib_location 690 lib/cib/cib_file.c if (cib_file_is_live(cib_location)) { cib_location 692 lib/cib/cib_file.c crm_trace("File %s detected as live CIB", cib_location);