Searched refs:time_value (Results 1 – 1 of 1) sorted by relevance
510 static void gen_date(const char *keyword, const timestruc_t time_value);7049 gen_date(const char *keyword, const timestruc_t time_value) in gen_date() argument7056 (void) sprintf(save_val, "%ld", time_value.tv_sec); in gen_date()7059 (void) sprintf(&save_val[len + 1], "%9.9ld", time_value.tv_nsec); in gen_date()