Searched refs:tm_ptr1 (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 1702 tm_ptr1 = localtime_r(&stb1.st_mtime, &tm1); in print_header() 1708 strftime(buf, sizeof(buf), time_format, tm_ptr1); in print_header() 1712 strftime(buf, sizeof(buf), "%z", tm_ptr1); in print_header()
|