completed_time     78 lib/fencing/st_output.c     char *completed_time = NULL;
completed_time     81 lib/fencing/st_output.c         completed_time = time_t_string(history->completed);
completed_time    126 lib/fencing/st_output.c         if (completed_time != NULL) {
completed_time    134 lib/fencing/st_output.c             pcmk__g_strcat(str, "='", completed_time, "'", NULL);
completed_time    137 lib/fencing/st_output.c         if (completed_time != NULL) {
completed_time    138 lib/fencing/st_output.c             pcmk__g_strcat(str, " at ", completed_time, NULL);
completed_time    148 lib/fencing/st_output.c     free(completed_time);