Searched refs:owner (Results 451 - 475 of 816) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/apr-30/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.9.5/bind9-45.100/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.9.5/bind9-45.100/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.9.5/ksh-20/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.9.5/ksh-20/ksh/src/lib/libast/sfio/
H A Dvthread.h137 _vtid_t owner; member in struct:_vtmutex_s
/macosx-10.9.5/libresolv-54/
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.9.5/libsecurity_ldap_dl-55002/lib/
H A DAttachedInstance.h100 CSSM_ACL_OWNER_PROTOTYPE_PTR owner);
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Ddict_ni.c191 d->dict.owner.status = DICT_OWNER_TRUSTED;
H A Ddict_nisplus.c275 dict_nisplus->dict.owner.status = DICT_OWNER_TRUSTED;
H A Ddict.c452 dict->owner.uid = st.st_uid;
453 dict->owner.status = (st.st_uid != 0);
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Dcommand_manager.rb79 register_command :owner
/macosx-10.9.5/securityd-55199.3/tests/
H A Dtestcrypto.cpp61 NULL/*cred*/, NULL/*owner*/, publicKey, pubHeader, privateKey, privHeader);
154 ResourceControlContext owner; local
162 NULL/*cred*/, NULL/*owner*/, unwrappedData, keyRef, keyHeader);
/macosx-10.9.5/tcl-102/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.9.5/eap8021x-180/EAPOLController.bproj/
H A Dcontroller.c108 } owner; member in struct:eapolClient_s
400 client->owner.uid = 0;
401 client->owner.gid = 0;
832 client->owner.uid = uid;
833 client->owner.gid = gid;
1105 if (uid != 0 && uid != client->owner.uid) {
1111 if (uid != client->owner.uid) {
1150 if (uid != 0 && uid != client->owner.uid) {
1171 if (uid != 0 && uid != client->owner.uid) {
1191 if (uid != 0 && uid != client->owner
[all...]
/macosx-10.9.5/IOGraphics-471.92.1/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.9.5/WebKit-7537.78.2/mac/Carbon/
H A DCarbonWindowFrame.m109 - (id)initWithFrame:(NSRect)inFrameRect styleMask:(unsigned int)inStyleMask owner:(NSWindow *)inOwningWindow {
/macosx-10.9.5/bind9-45.100/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.9.5/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.9.5/mDNSResponder-522.92.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; }
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Lib/objc/
H A D_properties.py205 def __get__(self, object, owner):
652 def __get__(self, object, owner):
653 v = object_property.__get__(self, object, owner)
1025 def __get__(self, object, owner):
1026 v = object_property.__get__(self, object, owner)
1103 def __get__(self, object, owner):
1104 v = object_property.__get__(self, object, owner)
1108 return object_property.__get__(self, object, owner)
/macosx-10.9.5/smb-697.95.1/kernel/smbfs/
H A Dsmbfs_subr_2.h107 struct ntsid *owner, struct ntsid *group,
113 struct ntsid *owner, struct ntsid *group,

Completed in 314 milliseconds

<<11121314151617181920>>