HomeSort by: relevance | last modified time | path
    Searched defs:expire_t (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/yp/
yp_match.c 60 time_t expire_t; member in struct:ypmatch_ent
80 if (ep->expire_t < t)
126 ep->expire_t = t + _yplib_cache;
153 if (t > ep->expire_t)
yp_match.c 60 time_t expire_t; member in struct:ypmatch_ent
80 if (ep->expire_t < t)
126 ep->expire_t = t + _yplib_cache;
153 if (t > ep->expire_t)

Completed in 21 milliseconds