Searched refs:load_tm (Results 1 – 1 of 1) sorted by relevance
116 struct tm load_tm; in print_prog_info() local134 if (wallclock_load_time && localtime_r(&wallclock_load_time, &load_tm)) in print_prog_info()135 strftime(load_time, sizeof(load_time), "%b%d/%H:%M", &load_tm); in print_prog_info()