Home
last modified time | relevance | path

Searched refs:localpw (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/logins/
H A Dlogins.c1093 struct localpw { struct
1094 struct localpw *next; argument
1098 struct localpw *pwtable = NULL; argument
1101 struct localpw *pwptr;
1105 static struct localpw *
1106 fill_localpw(struct localpw *lpw, struct passwd *pw) { in fill_localpw()
1107 struct localpw *cur; in fill_localpw()
1123 lpw->next = malloc(sizeof (struct localpw)); in fill_localpw()
1130 struct localpw *next, *cur; in build_localpw()
1134 next = malloc(sizeof (struct localpw)); in build_localpw()
[all …]