Searched refs:timestr (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 1635 char timestr[128]; in zpool_rewind_exclaim() local 1650 strftime(timestr, 128, "%c", &t) != 0) { in zpool_rewind_exclaim() 1655 name, timestr); in zpool_rewind_exclaim() 1659 name, timestr); in zpool_rewind_exclaim() 1688 char timestr[128]; in zpool_explain_recover() local 1712 strftime(timestr, 128, "%c", &t) != 0) { in zpool_explain_recover() 1716 timestr); in zpool_explain_recover()
|
| /f-stack/tools/ipfw/ |
| H A D | ipfw2.c | 2195 char timestr[30]; in show_static_rule() local 2199 strcpy(timestr, ctime(&t)); in show_static_rule() 2200 *strchr(timestr, '\n') = '\0'; in show_static_rule() 2201 twidth = strlen(timestr); in show_static_rule() 2206 strcpy(timestr, ctime(&t)); in show_static_rule() 2207 *strchr(timestr, '\n') = '\0'; in show_static_rule() 2208 bprintf(bp, "%s ", timestr); in show_static_rule()
|