Searched defs:pwChange (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c139 char pwChange[24]; local
153 sprintf(pwChange, "%ld", (long)pw->pw_change);
155 pwChange[0] = '0';
156 pwChange[1] = '\0';
177 need += strlen(pwChange) + 1;
209 strcat(*buffer, pwChange); strcat(*buffer, fieldsep);

Completed in 48 milliseconds