Home
last modified time | relevance | path

Searched refs:pw (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dpwdndk.cpp82 struct passwd *pw = nullptr; in Getpwnam() local
84 pw = getpwnam("root"); in Getpwnam()
86 if (pw != nullptr) { in Getpwnam()
122 struct passwd pw = {PARAM_0}; in GetpwuidR() local
126 int ret = getpwuid_r(getuid(), &pw, buf, sizeof(buf), &res); in GetpwuidR()

Completed in 2 milliseconds