Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tar/
H A Dtar.c504 static void gen_date(const char *keyword, const timestruc_t time_value);
7093 gen_date(const char *keyword, const timestruc_t time_value) in gen_date() argument
7100 (void) sprintf(save_val, "%ld", time_value.tv_sec); in gen_date()
7103 (void) sprintf(&save_val[len + 1], "%9.9ld", time_value.tv_nsec); in gen_date()