Searched refs:cf (Results 201 - 225 of 323) sorted by relevance

1234567891011>>

/macosx-10.10/cups-408/cups/cups/
H A Darray.c727 * The copy function ("cf") is used to automatically copy/retain elements when
730 * The free function ("cf") is used to automatically free/release elements when
741 cups_acopy_func_t cf, /* I - Copy function */
777 a->copyfunc = cf;
737 cupsArrayNew3(cups_array_func_t f, void *d, cups_ahash_func_t h, int hsize, cups_acopy_func_t cf, cups_afree_func_t ff) argument
/macosx-10.10/curl-83.1.2/curl/tests/
H A Dstunnel.pem112 4a:de:52:94:cd:06:24:45:72:64:89:0f:57:8b:26:2b:16:cf:
/macosx-10.10/dtrace-147/DTTk/Docs/Examples/
H A Doneliners_examples.txt30 0 14 open:entry man /usr/share/man/man.cf
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dgrep.el586 '(("<C>" . (and cf (isearch-no-upper-case-p regexp t) "-i"))
599 (cf case-fold-search)
/macosx-10.10/libxslt-13/libxslt/tests/docbook/
H A DMakefile.am198 @(cd $(srcdir) ; tar -cf - --exclude CVS --exclude .svn common html dtd lib xhtml fo doc images template htmlhelp result test) | (cd $(distdir); tar xf -)
/macosx-10.10/postfix-255/postfix/
H A Dpostfix-install31 # main.cf file. Stored settings are used as site-specific defaults
68 # value from an already installed Postfix main.cf configuration file.
80 # This parameter setting is not recorded in the installed main.cf file.
85 # This parameter setting is not recorded in the installed main.cf file.
89 # This parameter setting is not recorded in the installed main.cf file
95 # This parameter setting is recorded in the installed main.cf file.
100 # This parameter setting is recorded in the installed main.cf file.
105 # This parameter setting is recorded in the installed main.cf file.
108 # This parameter setting is recorded in the installed main.cf file.
112 # This parameter setting is recorded in the installed main.cf fil
[all...]
/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A DjkSoundProc.c1285 float cf[40]; local
1466 cf[i] = ((float) (i+1) / (numchannels+1)) * (highMel - lowMel) + lowMel;
1478 while (cf[ch] < melInd && ch < numchannels + 1) ++ch;
1481 new = ((cf[ch] - mel((float) i*s->samprate/fftlen)) /
1482 (cf[ch] - cf[ch-1]));
1484 new = (cf[0] - mel((float) i*s->samprate/fftlen)) / (cf[0] - lowMel);
/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/
H A DSOSEngine.c95 static CFStringRef SOSEngineCopyFormattingDesc(CFTypeRef cf, CFDictionaryRef formatOptions) { argument
96 SOSEngineRef engine = (SOSEngineRef)cf;
103 static CFStringRef SOSEngineCopyDebugDesc(CFTypeRef cf) { argument
104 return SOSEngineCopyFormattingDesc(cf, NULL);
H A DSOSMessage.c291 static void SOSMessageDestroy(CFTypeRef cf) { argument
292 SOSMessageRef message = (SOSMessageRef)cf;
307 static CFStringRef SOSMessageCopyDescription(CFTypeRef cf) { argument
308 SOSMessageRef message = (SOSMessageRef)cf;
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecOTRSession.c127 static CF_RETURNS_RETAINED CFStringRef SecOTRSessionCopyDescription(CFTypeRef cf) { argument
128 SecOTRSessionRef session = (SecOTRSessionRef)cf;
142 static void SecOTRSessionDestroy(CFTypeRef cf) { argument
143 SecOTRSessionRef session = (SecOTRSessionRef)cf;
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/sslViewer/
H A DSSLViewer.cpp30 #define CFRELEASE(cf) if (cf) { CFRelease(cf); cf = NULL; }
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCPrivate.h394 @param cf The CFType object (a generic reference of type CFTypeRef) from
397 @result A string that contains a formatted description of cf.
399 CFStringRef _SCCopyDescription (CFTypeRef cf,
/macosx-10.10/python-89/2.7/
H A DGNUmakefile106 patch $(PROJECT)/Mac/Modules/cf/_CFmodule.c $(FIX)/_CFmodule.c.patch && \
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXButton.c958 CFStringRef cf = CFStringCreateWithCString(NULL,
961 if (cf != NULL) {
962 SetControlTitleWithCFString(mbPtr->control, cf);
963 CFRelease(cf);
952 CFStringRef cf = CFStringCreateWithCString(NULL, local
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-802_11.c663 struct cf_t cf; local
813 memcpy(&cf, p + offset, 8);
824 pbody->cf = cf;
/macosx-10.10/OpenSSH-189/osslshim/ossl-asn1/
H A Dcs-tasn_dec.c193 const ASN1_COMPAT_FUNCS *cf; local
278 cf = it->funcs;
332 ptmpval = cf->asn1_d2i(pval, in, len);
/macosx-10.10/OpenSSL098-52/src/crypto/asn1/
H A Dtasn_dec.c157 const ASN1_COMPAT_FUNCS *cf; local
242 cf = it->funcs;
296 ptmpval = cf->asn1_d2i(pval, in, len);
/macosx-10.10/Security-57031.1.35/Security/include/security_smime/
H A Dcmspubkey.c572 #define CFRELEASE(cf) if(cf != NULL) { CFRelease(cf); }
/macosx-10.10/Security-57031.1.35/Security/libsecurity_smime/lib/
H A Dcmspubkey.c572 #define CFRELEASE(cf) if(cf != NULL) { CFRelease(cf); }
/macosx-10.10/security_dotmac_tp-55107.1/lib/
H A DdotMacTpRpcGlue.cpp70 #define CFRELEASE(cf) \
71 if(cf != NULL) { \
72 CFRelease(cf); \
/macosx-10.10/vim-55/runtime/syntax/
H A Dcf.vim33 " Hacked htmlTag so that it only matches cf tags and not random <> chars.
34 syn region htmlEndTag start=+</cf+ end=+>+ contains=htmlTagN,htmlTagError
35 syn region htmlTag start=+<\s*cf[^/]+ end=+>+ contains=htmlTagN,htmlString,htmlArg,htmlValue,htmlTagError,@htmlPreproc,@htmlArgCluster
41 " This means eg HTML comments are highlighted as comments, even if they include cf tags.
438 let b:current_syntax = "cf"
/macosx-10.10/emacs-93/emacs/src/
H A Dxfns.c2154 struct frame *cf = XFRAME (frame);
2155 if (cf != f && FRAME_LIVE_P (f) && FRAME_X_P (cf)
2156 && FRAME_X_DISPLAY_INFO (cf) == FRAME_X_DISPLAY_INFO (f)
2157 && FRAME_XIC_BASE_FONTNAME (cf)
2158 && !strcmp (FRAME_XIC_BASE_FONTNAME (cf), base_fontname))
2160 xfs = FRAME_XIC_FONTSET (cf);
2224 struct frame *cf = XFRAME (frame);
2225 if (cf != f && FRAME_LIVE_P (f) && FRAME_X_P (cf)
2139 struct frame *cf = XFRAME (frame); local
2209 struct frame *cf = XFRAME (frame); local
[all...]
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Dnotebook.tcl181 foreach {cf ch cp} [eval Widget::hasChangedX $path $opts] {break}
182 if {$cf || $ch || $cp} {
183 if { $cf || $cp } {
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/diagrams/
H A Dbasic.tcl1146 set cf [geo::conjy $center]
1149 set s [math::geometry::angle [list {*}$cf {*}$ff]]
1150 set e [math::geometry::angle [list {*}$cf {*}$tf]]
/macosx-10.10/emacs-93/emacs/lisp/emulation/
H A Dviper-ex.el955 (let (cf pf ret)
958 (setq cf buffer-file-name)
960 (if (and (null cf) (string-match "[^\\]%\\|\\`%" cmd))
976 (replace-match cf)

Completed in 480 milliseconds

1234567891011>>