Searched refs:tm_ptr2 (Results 1 – 1 of 1) sorted by relevance
| /freebsd/usr.bin/diff/ |
| H A D | diffreg.c | 1694 struct tm tm1, tm2, *tm_ptr1, *tm_ptr2; in print_header() local 1703 tm_ptr2 = localtime_r(&stb2.st_mtime, &tm2); in print_header() 1721 strftime(buf, sizeof(buf), time_format, tm_ptr2); in print_header() 1725 strftime(buf, sizeof(buf), "%z", tm_ptr2); in print_header()
|