show_usec         491 lib/common/iso8601.c crm_duration_as_string(const crm_time_t *dt, int usec, bool show_usec,
show_usec         512 lib/common/iso8601.c     if ((offset == 0) || (dt->seconds != 0) || (show_usec && (usec != 0))) {
show_usec         513 lib/common/iso8601.c         if (show_usec) {
show_usec         532 lib/common/iso8601.c         print_sec_component = ((s != 0) || (show_usec && (u != 0)));
show_usec         549 lib/common/iso8601.c             if (show_usec) {
show_usec          39 lib/fencing/st_output.c timespec_string(time_t sec, long nsec, bool show_usec) {
show_usec          49 lib/fencing/st_output.c                               |(show_usec? crm_time_usecs : 0));