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

/macosx-10.9.5/pam_modules-138/common/
H A DCommon.h7 int od_record_create_cstring(pam_handle_t*, ODRecordRef*, const char*);
H A DCommon.c274 od_record_create_cstring(pam_handle_t *pamh, ODRecordRef *record, const char *user) function
690 retval = od_record_create_cstring(pamh, &record, username);
737 retval = od_record_create_cstring(pamh, &record, user);
/macosx-10.9.5/pam_modules-138/modules/pam_opendirectory/
H A Dpam_opendirectory.c92 retval = od_record_create_cstring(pamh, &cfRecord, (const char*)user);
172 retval = od_record_create_cstring(pamh, &cfRecord, (const char*)user);
275 retval = od_record_create_cstring(pamh, &cfRecord, (const char*)user);
/macosx-10.9.5/pam_modules-138/modules/pam_ntlm/
H A Dpam_ntlm.c119 retval = od_record_create_cstring(pamh, &record, user);

Completed in 168 milliseconds