Searched refs:private (Results 1 - 25 of 4007) sorted by relevance

1234567891011>>

/macosx-10.10.1/cups-408/cups/cgi-bin/
H A Dcgi-private.h2 * "$Id: cgi-private.h 11093 2013-07-03 20:48:42Z msweet $"
21 #include <cups/debug-private.h>
22 #include <cups/language-private.h>
23 #include <cups/string-private.h>
24 #include <cups/ipp-private.h> /* TODO: Update so we don't need this */
35 * End of "$Id: cgi-private.h 11093 2013-07-03 20:48:42Z msweet $".
/macosx-10.10.1/crontabs-52/xcodescripts/
H A Dfix_permissions.sh4 chmod +x "${DSTROOT}"/private/etc/periodic/*/*
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dslapd.conf5 include /private/etc/openldap/schema/core.schema
13 pidfile /private/var/db/openldap/run/slapd.pid
14 argsfile /private/var/db/openldap/run/slapd.args
63 directory /private/var/db/openldap/openldap-data
/macosx-10.10.1/WebKit-7600.1.25/mac/Carbon/
H A DCarbonWindowFrame.h36 @private
/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Darchive_read_disk_private.h54 const char * (*lookup_gname)(void *private, gid_t gid);
55 void (*cleanup_gname)(void *private);
57 const char * (*lookup_uname)(void *private, gid_t gid);
58 void (*cleanup_uname)(void *private);
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/bwidget/
H A Dentry.rb27 private :__strval_optkeys
32 private :__boolval_optkeys
37 private :__tkvariable_optkeys
H A Dlabel.rb25 private :__strval_optkeys
30 private :__boolval_optkeys
35 private :__tkvariable_optkeys
H A Dbutton.rb25 private :__strval_optkeys
30 private :__tkvariable_optkeys
H A Dpasswddlg.rb26 private :__strval_optkeys
31 private :__boolval_optkeys
37 private :__tkvariable_optkeys
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dlabeledframe.rb24 private :__strval_optkeys
29 private :__tkvariable_optkeys
34 private :__font_optkeys
H A Dspinint.rb24 private :__boolval_optkeys
29 private :__numlistval_optkeys
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dwindttst.h33 private:
H A Dwinnmtst.h33 private:
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DNoncopyable.h25 private: \
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DWKFullKeyboardAccessWatcher.h32 @private
/macosx-10.10.1/ntp-92/
H A Dntp-restrict.conf12 includefile /private/etc/ntp.conf
13 includefile /private/etc/ntp_opendirectory.conf
/macosx-10.10.1/ruby-106/ruby/ext/psych/lib/psych/
H A Dy.rb7 private :y
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/vu/
H A Dbargraph.rb29 private :__boolval_optkeys
39 private :__strval_optkeys
44 private :__listval_optkeys
49 private :__font_optkeys
/macosx-10.10.1/ruby-106/ruby/lib/rake/
H A Dmulti_task.rb7 private
/macosx-10.10.1/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.1/ruby-106/ruby/ext/tk/lib/tkextlib/blt/
H A Deps.rb24 private :__item_strval_optkeys
30 private :__item_boolval_optkeys
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/
H A DNSFEEPublicKey.h23 @private
27 + keyWithPrivateData:(NSData *)private
50 + keyWithPrivateString:(NSString *)private
52 + keyWithPrivateString:(NSString *)private
56 + keyWithPrivateString:(NSString *)private
64 - (NSData *)decryptData:(NSData *)data; // done with private knowledge
70 // data is hashed with MD5 and then signed with private knowledge
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DNSFEEPublicKey.h23 @private
27 + keyWithPrivateData:(NSData *)private
50 + keyWithPrivateString:(NSString *)private
52 + keyWithPrivateString:(NSString *)private
56 + keyWithPrivateString:(NSString *)private
64 - (NSData *)decryptData:(NSData *)data; // done with private knowledge
70 // data is hashed with MD5 and then signed with private knowledge
/macosx-10.10.1/libarchive-30/libarchive/libarchive/test/
H A Dtest_tar_large.c88 struct memdata *private = _private; local
103 private->last->filebytes += (int64_t)size;
112 if (private->last == NULL) {
113 private->first = private->last = block;
115 private->last->next = block;
116 private->last = block;
126 struct memdata *private = _private; local
132 free(private->buff);
133 private
172 memory_read_skip(struct archive *a, void *private, size_t skip) argument
183 struct memdata *private = _private; local
[all...]
/macosx-10.10.1/dcerpc-61/dcerpc/rpcd/
H A Ddsm_p.h89 ** Data storage manager private header file.
193 #define private static macro
275 /* private function prototypes; copied here to force type checking and loosen
280 private block_t * get_free_block (dsm_handle,unsigned long);
281 private block_t * grow_file (dsm_handle,unsigned long, error_status_t *);
282 private void write_header (dsm_handle,block_t *, error_status_t *);
283 private void write_block (dsm_handle,block_t *,unsigned long, error_status_t *);
284 private void update_file_header (dsm_handle, error_status_t *);
285 private int create_file (unsigned char *);
286 private voi
[all...]

Completed in 267 milliseconds

1234567891011>>