now_str 523 lib/cib/cib_utils.c char *now_str = NULL; now_str 527 lib/cib/cib_utils.c now_str = ctime(&now); now_str 528 lib/cib/cib_utils.c now_str[24] = EOS; /* replace the newline */ now_str 529 lib/cib/cib_utils.c crm_xml_replace(scratch, XML_CIB_ATTR_WRITTEN, now_str); now_str 3009 lib/common/xml.c char *now_str = ctime(&now); now_str 3011 lib/common/xml.c now_str[24] = EOS; /* replace the newline */ now_str 3012 lib/common/xml.c return crm_xml_add(xml_node, XML_CIB_ATTR_WRITTEN, now_str);