Lines Matching defs:then
294 time_t then;
296 if (content_size == sizeof (then)) {
297 bcopy(content_ptr, (char *)&then, sizeof (then));
299 ctime(&then));
592 * If the file does not exist, then there is no filter to
676 time_t now, then;
685 bcopy(data.dptr, (char *)&then, sizeof (then));
686 if (then + Timeout < now)
824 * it starts with white-space, then it's a continuation header.