a_float           178 include/crm/common/strings_internal.h pcmk__ftoa(double a_float)
a_float           180 include/crm/common/strings_internal.h     return crm_strdup_printf("%f", a_float);
a_float           136 include/crm/common/util_compat.h crm_ftoa(double a_float)
a_float           138 include/crm/common/util_compat.h     return crm_strdup_printf("%f", a_float);