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

/macosx-10.9.5/pam_modules-138/common/
H A DCommon.c134 CFTypeRef cfVals[attr_num]; local
174 cfVals[0] = kODAttributeTypeAuthenticationAuthority;
175 cfVals[1] = kODAttributeTypeHomeDirectory;
176 cfVals[2] = kODAttributeTypeNFSHomeDirectory;
177 cfVals[3] = kODAttributeTypeUserShell;
178 cfVals[4] = kODAttributeTypeUniqueID;
179 attrs = CFArrayCreate(kCFAllocatorDefault, cfVals, (CFIndex)attr_num, &kCFTypeArrayCallBacks);

Completed in 141 milliseconds