Searched refs:cf (Results 1 - 25 of 323) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/test/dl/
H A Dtest_cfunc.rb9 @cf = CFunc.new(@libc[@name], TYPE_VOIDP, @name)
13 @cf.ptr = @libc['malloc']
14 assert_equal @cf.ptr, @libc['malloc']
18 assert_equal @cf.ptr, @libc[@name]
22 @cf.calltype = :foo
23 assert_equal :foo, @cf.calltype
27 assert_equal @name, @cf.name
28 assert @cf.name.tainted?, 'name should be tainted'
29 assert_equal :cdecl, @cf.calltype
30 assert_equal TYPE_VOIDP, @cf
[all...]
/macosx-10.10/man-16/man/src/
H A Dman-config.h3 void read_config_file (const char *cf);
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dcfile.h52 const char *cfile_getstring(cfile cf,const char *key,const char *def);
53 int cfile_getint(cfile cf,const char *key,int def);
54 int cfile_getswitch(cfile cf,const char *key,int def);
55 void cfile_free(cfile cf);
H A Dcfile.c80 struct cfile *cf; local
85 if (!(cf = malloc(sizeof (*cf)))) {
92 cf->n_kv = 0;
93 cf->kvlist = 0;
99 cfile_free(cf);
118 cfile_free(cf);
129 cfile_free(cf);
134 if (cf->n_kv == alloced) {
136 cf
164 cfile_getstring(cfile cf,const char *key,const char *def) argument
176 cfile_getint(cfile cf,const char *key,int def) argument
185 cfile_getswitch(cfile cf,const char *key,int def) argument
202 cfile_free(cfile cf) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dcfclass.cpp58 CFClass::cleanupObject(intptr_t op, CFTypeRef cf, bool &zap) argument
63 bool isGC = CF_IS_COLLECTABLE(cf);
66 SecCFObject *obj = SecCFObject::optional(cf);
77 auto_zone_release(zone, (void*) cf);
81 auto_zone_retain(zone, (void*) cf);
90 auto_zone_release(zone, (void*) cf);
109 finalizeType(cf);
125 CFClass::refCountForType(intptr_t op, CFTypeRef cf) throw() argument
132 SecCFObject *obj = SecCFObject::optional(cf);
138 result = cleanupObject(op, cf, za
163 finalizeType(CFTypeRef cf) argument
229 hashType(CFTypeRef cf) argument
239 copyFormattingDescType(CFTypeRef cf, CFDictionaryRef dict) argument
249 copyDebugDescType(CFTypeRef cf) argument
[all...]
H A Dcfclass.h44 static void finalizeType(CFTypeRef cf) throw();
46 static CFHashCode hashType(CFTypeRef cf) throw();
47 static CFStringRef copyFormattingDescType(CFTypeRef cf, CFDictionaryRef dict) throw();
48 static CFStringRef copyDebugDescType(CFTypeRef cf) throw();
49 static uint32_t refCountForType(intptr_t op, CFTypeRef cf) throw();
50 static uint32_t cleanupObject(intptr_t op, CFTypeRef cf, bool &zap);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dcfclass.cpp58 CFClass::cleanupObject(intptr_t op, CFTypeRef cf, bool &zap) argument
63 bool isGC = CF_IS_COLLECTABLE(cf);
66 SecCFObject *obj = SecCFObject::optional(cf);
77 auto_zone_release(zone, (void*) cf);
81 auto_zone_retain(zone, (void*) cf);
90 auto_zone_release(zone, (void*) cf);
109 finalizeType(cf);
125 CFClass::refCountForType(intptr_t op, CFTypeRef cf) throw() argument
132 SecCFObject *obj = SecCFObject::optional(cf);
138 result = cleanupObject(op, cf, za
163 finalizeType(CFTypeRef cf) argument
229 hashType(CFTypeRef cf) argument
239 copyFormattingDescType(CFTypeRef cf, CFDictionaryRef dict) argument
249 copyDebugDescType(CFTypeRef cf) argument
[all...]
H A Dcfclass.h44 static void finalizeType(CFTypeRef cf) throw();
46 static CFHashCode hashType(CFTypeRef cf) throw();
47 static CFStringRef copyFormattingDescType(CFTypeRef cf, CFDictionaryRef dict) throw();
48 static CFStringRef copyDebugDescType(CFTypeRef cf) throw();
49 static uint32_t refCountForType(intptr_t op, CFTypeRef cf) throw();
50 static uint32_t cleanupObject(intptr_t op, CFTypeRef cf, bool &zap);
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A DxotclAccessInt.h11 #define Tcl_CallFrame_callerPtr(cf) ((Tcl_CallFrame*)((CallFrame *)cf)->callerPtr)
12 #define Tcl_CallFrame_procPtr(cf) ((CallFrame *)cf)->procPtr
13 #define Tcl_CallFrame_varTablePtr(cf) ((CallFrame *)cf)->varTablePtr
14 #define Tcl_CallFrame_level(cf) ((CallFrame *)cf)->level
15 #define Tcl_CallFrame_isProcCallFrame(cf) ((CallFrame *)cf)
[all...]
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Dgenlist.c137 struct conf *cf;
141 cf = calloc(sizeof(struct conf), 1);
142 cf->l1 = genlist_init();
143 cf->l2 = genlist_init();
145 genlist_insert(cf->l1, "Ahoj");
146 genlist_insert(cf->l1, "Cau");
147 genlist_insert(cf->l1, "Nazdar");
148 genlist_insert(cf->l1, "Te buch");
150 genlist_append(cf->l2, "Curak");
151 genlist_append(cf
[all...]
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecInternal.h61 static inline CFIndex getIntValue(CFTypeRef cf) { argument
62 if (cf) {
63 if (CFGetTypeID(cf) == CFNumberGetTypeID()) {
65 CFNumberGetValue(cf, kCFNumberCFIndexType, &value);
67 } else if (CFGetTypeID(cf) == CFStringGetTypeID()) {
68 return CFStringGetIntValue(cf);
/macosx-10.10/apache-793/httpd/modules/loggers/
H A Dmod_logio.c56 logio_config_t *cf = ap_get_module_config(c->conn_config, &logio_module); local
58 cf->bytes_out += bytes;
66 logio_config_t *cf = ap_get_module_config(c->conn_config, &logio_module); local
68 cf->bytes_in += bytes;
78 logio_config_t *cf = ap_get_module_config(c->conn_config, &logio_module); local
80 return cf->bytes_last_request;
89 logio_config_t *cf = ap_get_module_config(r->connection->conn_config, local
92 return apr_off_t_toa(r->pool, cf->bytes_in);
97 logio_config_t *cf = ap_get_module_config(r->connection->conn_config, local
100 return apr_off_t_toa(r->pool, cf
105 logio_config_t *cf = ap_get_module_config(r->connection->conn_config, local
117 logio_config_t *cf = ap_get_module_config(r->connection->conn_config, local
138 logio_config_t *cf = ap_get_module_config(f->c->conn_config, &logio_module); local
155 logio_config_t *cf = apr_pcalloc(c->pool, sizeof(*cf)); local
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DTrustSettingsUtils.h37 #define CFRELEASE(cf) if(cf) { CFRelease(cf); }
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DTrustSettingsUtils.h37 #define CFRELEASE(cf) if(cf) { CFRelease(cf); }
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DTrustSettingsUtils.h37 #define CFRELEASE(cf) if(cf) { CFRelease(cf); }
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/netlogon/
H A Dregen.sh3 perl ../../../cf/make-proto.pl -q -P comment -p netlogon-private.h *.c
/macosx-10.10/Heimdal-398.1.2/lib/ntlm/
H A Dregen.sh2 perl ../../cf/make-proto.pl -q -P keep -o heimntlm-protos.h ntlm.c
/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A Dregen.sh3 perl ../../cf/make-proto.pl -q -P comment -o der-protos.h -E KRB5_LIB ${files}
4 perl ../../cf/make-proto.pl -q -P comment -p der-private.h ${files}
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dregen.sh3 perl ../../cf/make-proto.pl -q -P keep -o krb5-protos.h -E KRB5_LIB ${files}
4 perl ../../cf/make-proto.pl -q -P keep -p krb5-private.h ${files}
/macosx-10.10/emacs-93/emacs/lib-src/
H A Dcvtmail.c61 char *cf; local
81 cf = (char *) xmalloc (cflen);
104 cf = (char *) xrealloc (cf, cflen);
106 strcpy (cf, md);
107 strcat (cf,"/");
108 strcat (cf, name);
109 cff = fopen (cf, "r");
111 perror (cf);
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/
H A Dregen.sh1 perl ../../cf/make-proto.pl -a -x ../../packages/mac/framework/gss.json -E GSS_LIB -q -P keep -o gssapi/gssapi_protos.h {mech,krb5,spnego,ntlm,cf}/*.c
2 perl ../../cf/make-proto.pl -a -x ../../packages/mac/framework/gss-apple.json -E GSS_LIB -q -P keep -o gssapi/gssapi_apple.h {mech,krb5,spnego,ntlm,cf}/*.c
3 perl ../../cf/make-proto.pl -a -x ../../packages/mac/framework/gss.json -q -P keep -a -p gssapi/gssapi_private.h mech/gss_*.c mech/cred.c mech/context.c
4 perl ../../cf/make-proto.pl -q -P keep -a -p krb5/gsskrb5-private.h krb5/*.c
/macosx-10.10/Security-57031.1.35/Security/include/security_ocspd/
H A DocspdUtils.h90 #define CFRELEASE(cf) \
91 if(cf != NULL) { \
92 CFRelease(cf); \
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ocspd/common/
H A DocspdUtils.h90 #define CFRELEASE(cf) \
91 if(cf != NULL) { \
92 CFRelease(cf); \
/macosx-10.10/Security-57031.1.35/SecurityTool/
H A Dtrusted_cert_utils.h35 #define CFRELEASE(cf) if(cf != NULL) { CFRelease(cf); }
/macosx-10.10/tcl-105/tcl_ext/memchan/memchan/tools/
H A Dhtdocs_setup27 tar cf - doc/*.n | gzip -9 > memchan.nroff.tar.gz
28 tar cf - doc/*.n | bzip2 > memchan.nroff.tar.bz2
30 tar cf - doc/*.html | gzip -9 > memchan.html.tar.gz
31 tar cf - doc/*.html | bzip2 > memchan.html.tar.bz2
33 tar cf - doc/*.tmml | gzip -9 > memchan.tmml.tar.gz
34 tar cf - doc/*.tmml | bzip2 > memchan.tmml.tar.bz2

Completed in 204 milliseconds

1234567891011>>