Home
last modified time | relevance | path

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

/dports/dns/libbind/libbind-6.0/irs/
H A Dirpmarshall.c139 char pwExpire[24]; in irp_marshall_pw() local
159 sprintf(pwExpire, "%ld", (long)pw->pw_expire); in irp_marshall_pw()
161 pwExpire[0] = '0'; in irp_marshall_pw()
162 pwExpire[1] = '\0'; in irp_marshall_pw()
177 need += strlen(pwExpire) + 1; in irp_marshall_pw()
209 strcat(*buffer, pwExpire); strcat(*buffer, fieldsep); in irp_marshall_pw()