localpw
struct localpw *next;
struct localpw *pwtable = NULL;
struct localpw *pwptr;
static struct localpw *
fill_localpw(struct localpw *lpw, struct passwd *pw) {
struct localpw *cur;
lpw->next = malloc(sizeof (struct localpw));
struct localpw *next, *cur;
next = malloc(sizeof (struct localpw));
pwptr = (struct localpw *)ptr;