Home
last modified time | relevance | path

Searched refs:pwexpire (Results 1 – 1 of 1) sorted by last modified time

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c233 time_t pwexpire; in irp_unmarshall_pw() local
326 pwexpire = (time_t)t; in irp_unmarshall_pw()
327 if ((long) pwexpire != t) { /*%< value must have been too big. */ in irp_unmarshall_pw()
372 pw->pw_expire = pwexpire; in irp_unmarshall_pw()