temppw 102 src/entry.c struct passwd temppw; temppw 293 src/entry.c memset(&temppw, 0, sizeof (temppw)); temppw 294 src/entry.c temppw.pw_name = username; temppw 295 src/entry.c temppw.pw_passwd = ""; temppw 296 src/entry.c pw = &temppw;