MCPcopy Create free account
hub / github.com/dfranx/ImFileDialog / passwd

Class passwd

ImFileDialog.cpp:412–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410
411 // Quick Access
412 struct passwd *pw;
413 uid_t uid;
414 uid = geteuid();
415 pw = getpwuid(uid);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected