Searched refs:zaction_ts (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c1732 struct tm zaction_ts; local
1741 (void) localtime_r(&t, &zaction_ts);
1742 (void) strftime(tbuf, sizeof (tbuf), "%c", &zaction_ts);

Completed in 167 milliseconds