Searched refs:pwExpire (Results 1 – 1 of 1) sorted by relevance
140 char pwExpire[24]; in irp_marshall_pw() local160 sprintf(pwExpire, "%ld", (long)pw->pw_expire); in irp_marshall_pw()162 pwExpire[0] = '0'; in irp_marshall_pw()163 pwExpire[1] = '\0'; in irp_marshall_pw()178 need += strlen(pwExpire) + 1; in irp_marshall_pw()210 strcat(*buffer, pwExpire); strcat(*buffer, fieldsep); in irp_marshall_pw()