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

/illumos-gate/usr/src/lib/passwdutil/
H A Dnis_attr.c75 char *c2scratch; member in struct:__anon4261
176 if (buf->c2scratch)
177 free(buf->c2scratch);
269 if (nisbuf->c2scratch)
270 free(nisbuf->c2scratch);
356 key, keylen, &(nisbuf->c2scratch),
359 if (nisresult == 0 && nisbuf->c2scratch != NULL) {
361 p = nisbuf->c2scratch;
514 if (nisbuf->c2scratch)
515 (void) free(nisbuf->c2scratch);
[all...]

Completed in 43 milliseconds