Home
last modified time | relevance | path

Searched refs:pwchange (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c232 time_t pwchange; in irp_unmarshall_pw() local
309 pwchange = (time_t)t; in irp_unmarshall_pw()
310 if ((long)pwchange != t) { /*%< value must have been too big. */ in irp_unmarshall_pw()
366 pw->pw_change = pwchange; in irp_unmarshall_pw()