Searched refs:time_string (Results 1 – 1 of 1) sorted by relevance
98 char *time_string; in store_lastlog_message() local105 time_string = sys_auth_get_lastlogin_msg(user, uid); in store_lastlog_message()106 if (time_string != NULL) { in store_lastlog_message()108 time_string, strlen(time_string))) != 0) in store_lastlog_message()110 free(time_string); in store_lastlog_message()117 time_string = ctime(&last_login_time); in store_lastlog_message()118 time_string[strcspn(time_string, "\n")] = '\0'; in store_lastlog_message()121 time_string); in store_lastlog_message()124 time_string, hostname); in store_lastlog_message()