Searched refs:cf (Results 226 - 250 of 323) sorted by relevance

1234567891011>>

/macosx-10.10/python-89/2.6/
H A DGNUmakefile130 patch $(PROJECT)/Mac/Modules/cf/_CFmodule.c $(FIX)/_CFmodule.c.patch && \
/macosx-10.10/ruby-106/ruby/enc/unicode/
H A Dname2ctype.h.blt26082 char uniname2ctype_pool_str30[sizeof("cf")];
26720 "cf",
H A Dname2ctype.h26082 char uniname2ctype_pool_str30[sizeof("cf")];
26720 "cf",
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffcp.c559 copyFunc cf; local
759 cf = pickCopyFunc(in, out, bitspersample, samplesperpixel);
760 return (cf ? (*cf)(in, out, length, width, samplesperpixel) : FALSE);
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecCertificateP.c220 static CFStringRef SecCertificateDescribe(CFTypeRef cf);
221 static void SecCertificateDestroy(CFTypeRef cf);
226 static CFStringRef SecCertificateDescribe(CFTypeRef cf) { argument
227 SecCertificateRefP certificate = (SecCertificateRefP)cf;
234 static void SecCertificateDestroy(CFTypeRef cf) { argument
235 SecCertificateRefP certificate = (SecCertificateRefP)cf;
268 static CFHashCode SecCertificateHash(CFTypeRef cf) { argument
269 SecCertificateRefP certificate = (SecCertificateRefP)cf;
1562 its cf type has been checked.
4733 certificates (ok) is a caller provided array, only its cf typ
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecCertificateP.c220 static CFStringRef SecCertificateDescribe(CFTypeRef cf);
221 static void SecCertificateDestroy(CFTypeRef cf);
226 static CFStringRef SecCertificateDescribe(CFTypeRef cf) { argument
227 SecCertificateRefP certificate = (SecCertificateRefP)cf;
234 static void SecCertificateDestroy(CFTypeRef cf) { argument
235 SecCertificateRefP certificate = (SecCertificateRefP)cf;
268 static CFHashCode SecCertificateHash(CFTypeRef cf) { argument
269 SecCertificateRefP certificate = (SecCertificateRefP)cf;
1562 its cf type has been checked.
4733 certificates (ok) is a caller provided array, only its cf typ
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecCertificateP.c220 static CFStringRef SecCertificateDescribe(CFTypeRef cf);
221 static void SecCertificateDestroy(CFTypeRef cf);
226 static CFStringRef SecCertificateDescribe(CFTypeRef cf) { argument
227 SecCertificateRefP certificate = (SecCertificateRefP)cf;
234 static void SecCertificateDestroy(CFTypeRef cf) { argument
235 SecCertificateRefP certificate = (SecCertificateRefP)cf;
268 static CFHashCode SecCertificateHash(CFTypeRef cf) { argument
269 SecCertificateRefP certificate = (SecCertificateRefP)cf;
1562 its cf type has been checked.
4733 certificates (ok) is a caller provided array, only its cf typ
[all...]
/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/
H A DSOSPeerInfo.c458 static CFHashCode SOSPeerInfoHash(CFTypeRef cf) {
459 SOSPeerInfoRef peer = (SOSPeerInfoRef) cf;
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkReachability.c142 static CFStringRef __SCNetworkReachabilityCopyDescription (CFTypeRef cf);
143 static void __SCNetworkReachabilityDeallocate (CFTypeRef cf);
1438 __SCNetworkReachabilityCopyDescription(CFTypeRef cf) argument
1440 CFAllocatorRef allocator = CFGetAllocator(cf);
1443 SCNetworkReachabilityRef target = (SCNetworkReachabilityRef)cf;
1447 CFStringAppendFormat(result, NULL, CFSTR("<SCNetworkReachability %p [%p]> {"), cf, allocator);
1528 __SCNetworkReachabilityDeallocate(CFTypeRef cf) argument
1530 SCNetworkReachabilityRef target = (SCNetworkReachabilityRef)cf;
H A DSCNetworkInterface.c100 static CFStringRef __SCNetworkInterfaceCopyFormattingDescription (CFTypeRef cf, CFDictionaryRef formatOptions);
101 static void __SCNetworkInterfaceDeallocate (CFTypeRef cf);
103 static CFHashCode __SCNetworkInterfaceHash (CFTypeRef cf);
348 __SCNetworkInterfaceCopyFormattingDescription(CFTypeRef cf, CFDictionaryRef formatOptions) argument
350 CFAllocatorRef allocator = CFGetAllocator(cf);
352 SCNetworkInterfacePrivateRef interfacePrivate = (SCNetworkInterfacePrivateRef)cf;
355 CFStringAppendFormat(result, NULL, CFSTR("<SCNetworkInterface %p [%p]> {"), cf, allocator);
530 __SCNetworkInterfaceDeallocate(CFTypeRef cf) argument
532 SCNetworkInterfacePrivateRef interfacePrivate = (SCNetworkInterfacePrivateRef)cf;
707 __SCNetworkInterfaceHash(CFTypeRef cf) argument
[all...]
H A DSCNetworkConnection.c211 __SCNetworkConnectionCopyDescription(CFTypeRef cf) argument
213 CFAllocatorRef allocator = CFGetAllocator(cf);
214 SCNetworkConnectionPrivateRef connectionPrivate = (SCNetworkConnectionPrivateRef)cf;
218 CFStringAppendFormat(result, NULL, CFSTR("<SCNetworkConnection, %p [%p]> {"), cf, allocator);
231 __SCNetworkConnectionDeallocate(CFTypeRef cf) argument
233 SCNetworkConnectionPrivateRef connectionPrivate = (SCNetworkConnectionPrivateRef)cf;
/macosx-10.10/configd-699.1.5/configd.tproj/
H A Dplugin_support.c912 ALT_CFRelease(CFTypeRef cf) argument
914 CFRelease(cf);
/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/DLLX/
H A DDLLX.idl374 uuid(21AE8D7F-D5FE-45cf-B632-CFA2C2C6B498),
/macosx-10.10/misc_cmds-33/calendar/calendars/
H A Dcalendar.birthday74 observed "Poisson's spot" cf June 21
/macosx-10.10/vim-55/runtime/keymap/
H A Dkana.vim44 " user's convenience (cf. Hiragana 3 and Katakana 3).
/macosx-10.10/IOKitUser-1050.1.21/hid.subproj/
H A DIOHIDDevice.c119 static CFStringRef __IOHIDDeviceCopyDebugDescription(CFTypeRef cf);
214 CFStringRef __IOHIDDeviceCopyDebugDescription(CFTypeRef cf) argument
216 IOHIDDeviceRef device = ( IOHIDDeviceRef ) cf;
/macosx-10.10/crontabs-52/newsyslog/
H A Dnewsyslog.c192 static void parse_file(FILE *cf, const char *cfname, struct conf_entry **work_p,
1018 parse_file(FILE *cf, const char *cfname, struct conf_entry **work_p, argument
1047 while (fgets(line, BUFSIZ, cf)) {
/macosx-10.10/emacs-93/emacs/lisp/
H A Dfilesets.el2468 (let* ((cf (or custom-file user-init-file)))
2471 (when (y-or-n-p (format "Edit startup (%s) file now? " cf))
2472 (find-file-other-window cf))
/macosx-10.10/ICU-531.30/icuSources/data/
H A DMakefile.in819 $(JAR) cf $(OUTDIR)/icu4j/icutzdata.jar -C $(OUTDIR)/icu4j/tzdata $(ICU4J_DATA_DIRNAME)/
827 $(JAR) cf $(OUTDIR)/icu4j/icudata.jar -C $(OUTDIR)/icu4j $(ICU4J_DATA_DIRNAME)/
/macosx-10.10/bind9-45.101/bind9/bin/tests/db/
H A Dt_db.c279 dns_dbtype_t dbtype, isc_boolean_t(*cf)(dns_db_t *),
359 if ((*cf)(db) == exp_result)
378 isc_boolean_t(*cf)(dns_db_t *), isc_boolean_t exp_result)
415 cf, /* check func */
/macosx-10.10/cups-408/cups/cups/
H A Dppd.c2035 cups_file_t *cf; /* CUPS file */ local
2042 if ((cf = cupsFileOpenFd(fileno(fp), "r")) == NULL)
2049 ppd = _ppdOpen(cf, _PPD_LOCALIZATION_DEFAULT);
2055 cupsFileClose(cf);
/macosx-10.10/emacs-93/emacs/src/
H A Dw32fns.c8012 CHOOSEFONT cf;
8019 bzero (&cf, sizeof (cf));
8022 cf.lStructSize = sizeof (cf);
8023 cf.hwndOwner = FRAME_W32_WINDOW (f);
8024 cf.Flags = CF_FORCEFONTEXIST | CF_SCREENFONTS | CF_NOVERTFONTS;
8029 cf.Flags |= CF_FIXEDPITCHONLY;
8031 cf.lpLogFont = &lf;
8046 cf
7991 CHOOSEFONT cf; variable
[all...]
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecCertificate.c229 static CFStringRef SecCertificateDescribe(CFTypeRef cf);
230 static void SecCertificateDestroy(CFTypeRef cf);
235 static CF_RETURNS_RETAINED CFStringRef SecCertificateDescribe(CFTypeRef cf) { argument
236 SecCertificateRef certificate = (SecCertificateRef)cf;
246 static void SecCertificateDestroy(CFTypeRef cf) { argument
247 SecCertificateRef certificate = (SecCertificateRef)cf;
280 static CFHashCode SecCertificateHash(CFTypeRef cf) { argument
281 SecCertificateRef certificate = (SecCertificateRef)cf;
1632 its cf type has been checked.
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dcoffcode.h2961 coff_symbol_type *cf;
2963 cf = coff_symbol_from (abfd, *symp);
2964 if (cf != NULL
2965 && cf->native != NULL
2966 && SYMNAME_IN_DEBUG (&cf->native->u.syment))
2960 coff_symbol_type *cf; local
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A Dxotcl.c383 #define Tcl_CallFrame_compiledLocals(cf) \
385 (Var *)(((CallFrame85 *)cf)->compiledLocals) : \
386 (((CallFrame*)cf)->compiledLocals) \
2395 Tcl_CallFrame *cf = inFramePtr; local
2399 for (; cf && Tcl_CallFrame_level(cf); cf = Tcl_CallFrame_callerPtr(cf)) {
2400 if (Tcl_CallFrame_isProcCallFrame(cf) && cf !
6901 Tcl_CallFrame *cf = (Tcl_CallFrame *)Tcl_Interp_varFramePtr(interp); local
9287 CallFrame *cf; local
[all...]

Completed in 607 milliseconds

1234567891011>>