Lines Matching defs:buf
44 void *buf; /* workspace for repository specific funcs */79 buf = NULL;86 err = rops[i]->getpwnam(name, items, rep, &buf);90 err = rops[i]->update(items, rep, buf);93 err = rops[i]->putpwnam(name, oldpw, rep, buf);98 if (buf) {99 (void) free(buf);100 buf = NULL;111 if (buf)112 free(buf);