Searched refs:owner (Results 426 - 450 of 792) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/
H A DTileController.h166 PlatformCALayerClient* owningGraphicsLayer() const { return m_tileCacheLayer->owner(); }
/macosx-10.10/apr-32/apr/apr/locks/beos/
H A Dthread_cond.c91 /* We must be the owner of the mutex or we can't do this... */
92 if (mutex->owner != cth) {
/macosx-10.10/bind9-45.101/bind9/lib/dns/include/dns/
H A Dclient.h601 dns_client_updaterec(dns_client_updateop_t op, dns_name_t *owner,
H A Drdata.h355 *\li DNS_RDATA_CHECKREVERSE this should set if the owner name ends
724 dns_rdata_checknames(dns_rdata_t *rdata, dns_name_t *owner, dns_name_t *bad);
727 * sensitive to the owner name.
735 * 'owner' to be valid.
H A Dmessage.h420 * owner name in the section, and each such dns_name_t will have a list
619 * be used for iterating over the owner names in a section.
1061 dns_message_gettsig(dns_message_t *msg, dns_name_t **owner);
1063 * Get the TSIG record and owner for 'msg'.
1068 *\li 'owner' is NULL or *owner is NULL.
1076 * \li If 'owner' is not NULL, it will point to the owner name.
1155 dns_message_getsig0(dns_message_t *msg, dns_name_t **owner);
1157 * Get the SIG(0) record and owner fo
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/rdata/generic/
H A Dnull_10.c182 UNUSED(owner);
H A Dproforma.c167 UNUSED(owner);
H A Dunspec_103.c183 UNUSED(owner);
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dditto.sh57 [o:owner?Preserve file user and group ownership.]
128 integer debug=0 delete=0 exec=1 mode=1 owner=0 update=0 verbose=0 logical
150 o) owner=1 ;;
309 if (( owner )) && [[ $src_uid != $dst_uid || $src_gid != $dst_gid ]]
/macosx-10.10/ksh-23/ksh/src/lib/libast/sfio/
H A Dvthread.h137 _vtid_t owner; member in struct:_vtmutex_s
/macosx-10.10/libresolv-57/
H A Dres_findzonecut.c495 const char *owner, ns_class class, int opts,
514 ns_samename(ns_rr_name(rr), owner) != 1)
556 const char *owner, ns_class class, int opts,
572 ns_samename(ns_rr_name(rr), owner) != 1 ||
494 save_ns(res_state statp, ns_msg *msg, ns_sect sect, const char *owner, ns_class class, int opts, rrset_ns *nsrrsp) argument
555 save_a(res_state statp, ns_msg *msg, ns_sect sect, const char *owner, ns_class class, int opts, rr_ns *nsrr) argument
/macosx-10.10/libsecurity_ldap_dl-55003/lib/
H A DAttachedInstance.h100 CSSM_ACL_OWNER_PROTOTYPE_PTR owner);
/macosx-10.10/postfix-255/postfix/src/util/
H A Ddict.h65 DICT_OWNER owner; /* provenance */ member in struct:DICT
H A Ddict_ht.c169 dict_ht->dict.owner.status = DICT_OWNER_TRUSTED;
H A Ddict_ni.c189 d->dict.owner.status = DICT_OWNER_TRUSTED;
H A Ddict_nisplus.c275 dict_nisplus->dict.owner.status = DICT_OWNER_TRUSTED;
H A Ddict.c468 dict->owner.uid = st.st_uid;
469 dict->owner.status = (st.st_uid != 0);
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Dcommand_manager.rb79 register_command :owner
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXClipboard.c172 Window owner, /* Window to be the owner. */
188 * owner of the clipboard.
167 XSetSelectionOwner( Display *display, Atom selection, Window owner, Time time) argument
/macosx-10.10/eap8021x-198/EAPOLController.bproj/
H A Dcontroller.c108 } owner; member in struct:eapolClient_s
399 client->owner.uid = 0;
400 client->owner.gid = 0;
850 client->owner.uid = uid;
851 client->owner.gid = gid;
1123 if (uid != 0 && uid != client->owner.uid) {
1129 if (uid != client->owner.uid) {
1168 if (uid != 0 && uid != client->owner.uid) {
1189 if (uid != 0 && uid != client->owner.uid) {
1209 if (uid != 0 && uid != client->owner
[all...]
/macosx-10.10/IOGraphics-485/IONDRVSupport/IOKit/ndrvsupport/
H A DIONDRVFramebuffer.h184 static IOReturn extControl( OSObject * owner, void * code, void * params );
185 static IOReturn extStatus( OSObject * owner, void * code, void * params );
/macosx-10.10/WebKit-7600.1.25/mac/Carbon/
H A DCarbonWindowFrame.m109 - (id)initWithFrame:(NSRect)inFrameRect styleMask:(unsigned int)inStyleMask owner:(NSWindow *)inOwningWindow {
/macosx-10.10/bind9-45.101/bind9/lib/export/samples/
H A Dsample.c58 printdata(dns_rdataset_t *rdataset, dns_name_t *owner) { argument
71 result = dns_rdataset_totext(rdataset, owner, ISC_FALSE, ISC_FALSE,
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dcoff-w65.c329 reloc->howto->name, reloc->addend, input_section->owner,
354 reloc->howto->name, reloc->addend, input_section->owner,
/macosx-10.10/mDNSResponder-561.1.1/Clients/Java/
H A DSimpleChat.java305 // A ListenerThread runs its owner when datagram packet p appears on socket s.
308 public ListenerThread( Runnable owner, DatagramSocket s, DatagramPacket p) argument
309 { fOwner = owner; fSocket = s; fPacket = p; }

Completed in 366 milliseconds

<<11121314151617181920>>