Searched defs:time_value (Results 1 - 1 of 1) sorted by relevance

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

Completed in 144 milliseconds