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

/macosx-10.9.5/pam_modules-138/common/
H A DCommon.h19 int cfstring_to_cstring(const CFStringRef val, char **buffer);
H A DCommon.c83 cfstring_to_cstring(const CFStringRef val, char **buffer) function
358 cfstring_to_cstring(attrib, &attr_cstr);
417 retval = cfstring_to_cstring(val, out);
419 openpam_log(PAM_LOG_DEBUG, "cfstring_to_cstring() failed");
613 retval = cfstring_to_cstring(val, out);
791 retval = cfstring_to_cstring(principal, od_principal);
793 openpam_log(PAM_LOG_DEBUG, "cfstring_to_cstring() failed");
/macosx-10.9.5/bootp-268.1/DHCPServer/
H A DDHCPServer.c137 cfstring_to_cstring(CFStringRef cfstr, char * str, int len) function
198 cfstring_to_cstring(lease, buf, sizeof(buf));
243 cfstring_to_cstring(last_boot_time_str, buf, sizeof(buf));
265 cfstring_to_cstring(image_id_str, buf, sizeof(buf));
/macosx-10.9.5/bootp-268.1/bsdpc.tproj/
H A Dbsdpc.c212 cfstring_to_cstring(CFStringRef cfstr, char * str, int len) function
257 cfstring_to_cstring(CFDictionaryGetValue(menu_item,
/macosx-10.9.5/bootp-268.1/bootplib/
H A Dnbimages.c64 cfstring_to_cstring(CFStringRef cfstr, char * str, int len) function
489 if (cfstring_to_cstring(host, tmp, sizeof(tmp)) == FALSE) {
829 if (cfstring_to_cstring(root_path_prop, tmp, sizeof(tmp)) == FALSE) {
862 if (cfstring_to_cstring(root_path_prop, tmp, sizeof(tmp)) == FALSE) {
/macosx-10.9.5/pam_modules-138/modules/pam_ntlm/
H A Dpam_ntlm.c155 retval = cfstring_to_cstring(domain, &identity.realm);
/macosx-10.9.5/eap8021x-180/eapoltest.tproj/
H A Dclient.c166 cfstring_to_cstring(CFStringRef cfstr, char * str, int len) function
195 cfstring_to_cstring(interface, ifname, sizeof(ifname));

Completed in 109 milliseconds