Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
getpwent
headers/posix/pwd.h
26
extern struct passwd *getpwent(void);
src/apps/login/LoginView.cpp
246
pwd = getpwent();
src/preferences/mail/AutoConfigView.cpp
56
struct passwd* passwd = getpwent();