Home
last modified time | relevance | path

Searched refs:time_t_to_string (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/fwup/fwup-1.9.0/src/
H A Dutil.c58 time_t_to_string(now_time, time_string, sizeof(time_string)); in get_creation_timestamp()
89 time_t_to_string(now_time, time_string, sizeof(time_string)); in get_creation_timestamp()
103 void time_t_to_string(time_t t, char *str, size_t len) in time_t_to_string() function
H A Dutil.h35 void time_t_to_string(time_t t, char *str, size_t len);
H A Dcfgfile.c763 time_t_to_string(creation_time, str, sizeof(str));