show_usec 506 lib/common/iso8601.c crm_duration_as_string(const crm_time_t *dt, int usec, bool show_usec, show_usec 527 lib/common/iso8601.c if ((offset == 0) || (dt->seconds != 0) || (show_usec && (usec != 0))) { show_usec 528 lib/common/iso8601.c if (show_usec) { show_usec 547 lib/common/iso8601.c print_sec_component = ((s != 0) || (show_usec && (u != 0))); show_usec 564 lib/common/iso8601.c if (show_usec) { show_usec 38 lib/fencing/st_output.c timespec_string(time_t sec, long nsec, bool show_usec) { show_usec 48 lib/fencing/st_output.c |(show_usec? crm_time_usecs : 0));