HomeSort by: relevance | last modified time | path
    Searched refs:pwchange (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libbind/dist/irs/
irpmarshall.c 141 char pwChange[24];
155 sprintf(pwChange, "%ld", (long)pw->pw_change);
157 pwChange[0] = '0';
158 pwChange[1] = '\0';
179 need += strlen(pwChange) + 1;
211 strcat(*buffer, pwChange); strcat(*buffer, fieldsep);
238 time_t pwchange; local
315 pwchange = (time_t)t;
316 if ((long)pwchange != t) { /*%< value must have been too big. */
372 pw->pw_change = pwchange;
    [all...]
  /src/sys/arch/sparc64/sparc64/
pmap.c 312 int pwchange; /* no mapping change, just wiring or protection */ member in struct:__anon5

Completed in 19 milliseconds