| 861 | /* The first part of the buffer, interpreted as a header. */ |
| 862 | struct tzhead tzhead; |
| 863 | |
| 864 | /* The entire buffer. Ideally this would have no size limits; |
| 865 | the following should suffice for practical use. */ |
| 866 | char buf[2 * sizeof(struct tzhead) + 2 * sizeof(struct state) |
nothing calls this directly
no outgoing calls
no test coverage detected