Lines Matching refs:localpw
1090 struct localpw { struct
1091 struct localpw *next; argument
1095 struct localpw *pwtable = NULL; argument
1098 struct localpw *pwptr;
1102 static struct localpw *
1103 fill_localpw(struct localpw *lpw, struct passwd *pw) { in fill_localpw()
1104 struct localpw *cur; in fill_localpw()
1120 lpw->next = malloc(sizeof (struct localpw)); in fill_localpw()
1127 struct localpw *next, *cur; in build_localpw()
1131 next = malloc(sizeof (struct localpw)); in build_localpw()
1201 pwptr = (struct localpw *)ptr; in local_pwseek()