Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/logins/
H A Dlogins.c1090 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()
[all …]