Searched refs:passwd_storage (Results 1 – 1 of 1) sorted by relevance
172 struct passwd passwd_storage; in GetUserInfoFromName() local175 if (getpwnam_r(name.c_str(), &passwd_storage, storage, sizeof(storage), in GetUserInfoFromName()