Searched refs:owner (Results 276 - 300 of 739) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dcoff-z8k.c247 reloc->howto->name, reloc->addend, input_section->owner,
276 reloc->howto->name, reloc->addend, input_section->owner,
304 reloc->howto->name, reloc->addend, input_section->owner,
331 reloc->howto->name, reloc->addend, input_section->owner,
H A Delf32-spu.c555 return bfd_section_from_elf_index (sec->owner, sym->st_shndx);
780 || section->output_section->owner != output_bfd)
820 || sym_sec->output_section->owner != output_bfd)
867 sym_name = bfd_elf_sym_name (sym_sec->owner,
874 sym_name, sym_sec->owner);
1112 bfd_put_32 (sec->owner, ILA_79 + ((val << 7) & 0x01ffff80),
1115 bfd_put_32 (sec->owner, BR + ((val << 5) & 0x007fff80),
1121 bfd_put_32 (sec->owner, NOP,
1125 bfd_put_32 (sec->owner, ILA_78 + ((ovl << 7) & 0x01ffff80),
1138 bfd_put_32 (sec->owner, B
[all...]
H A Delf64-mmix.c926 bfd *abfd = isec->owner;
1161 bfd_get_filename (isec->owner),
1591 if (strcmp (bfd_get_section_name (symsec->owner, symsec),
1593 || strcmp (bfd_get_section_name (symsec->owner, symsec),
1601 bfd_get_filename (input_section->owner),
1602 bfd_get_section_name (symsec->owner, symsec));
1606 bfd_get_filename (input_section->owner), symname,
1607 bfd_get_section_name (symsec->owner, symsec));
1624 if (strcmp (bfd_get_section_name (symsec->owner, symsec),
1635 else if (strcmp (bfd_get_section_name (symsec->owner, symse
[all...]
/macosx-10.10.1/libsecurity_ldap_dl-55003/lib/
H A DDatabase.h80 virtual void DbGetDbOwner (CSSM_ACL_OWNER_PROTOTYPE_PTR owner);
/macosx-10.10.1/libxml2-26/libxml2/include/libxml/
H A Dnanoftp.h47 * @owner: the owner string
62 const char *owner, const char *group,
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Dtok822.h34 struct TOK822 *owner; /* group owner */ member in struct:TOK822
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Ddict_cdb.c215 dict_cdbq->dict.owner.uid = st.st_uid;
216 dict_cdbq->dict.owner.status = (st.st_uid != 0);
410 dict_cdbm->dict.owner.uid = st1.st_uid;
411 dict_cdbm->dict.owner.status = (st1.st_uid != 0);
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dnanoftp.h27 * @owner: the owner string
42 const char *owner, const char *group,
/macosx-10.10.1/ruby-106/ruby/lib/rss/
H A Ditunes.rb78 ["owner", :element],
193 @tag_name = "owner"
233 def setup_maker_element(owner)
234 super(owner)
235 owner.itunes_name = itunes_name
236 owner.itunes_email = itunes_email
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/generic/
H A Ditcl.h173 struct Itcl_List* owner; /* list containing this element */ member in struct:Itcl_ListElem
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/python/
H A DPyView.h43 PyView(const c4_View &o, PyView *owner = 0, int state = BASE);
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXchmod.c386 * {owner}. {owner group} or {owner {}}
402 char *owner, *group;
428 * Parse the owner/group parameter.
436 "owner arg should be: user or {user group}",
441 owner = Tcl_GetStringFromObj (ownerObjv [0], NULL);
454 if (TclXOSFChangeOwnGrpObj (interp, options, owner, group,
458 if (TclXOSChangeOwnGrpObj (interp, options, owner, group,
397 char *owner, *group; local
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkSelect.h21 * display structure. The structure is used to record the current owner of a
29 Tk_Window owner; /* Current owner of this selection. */ member in struct:TkSelectionInfo
35 Tk_LostSelProc *clearProc; /* Procedure to call when owner loses
89 * owner. */
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkSelect.h21 * display structure. The structure is used to record the current owner of
29 Tk_Window owner; /* Current owner of this selection. */ member in struct:TkSelectionInfo
35 Tk_LostSelProc *clearProc; /* Procedure to call when owner loses
97 * selection owner. */
/macosx-10.10.1/IOAudioFamily-200.6/
H A DIOAudioControl.cpp465 IOReturn IOAudioControl::setValueAction(OSObject *owner, void *arg1, void *arg2, void *arg3, void *arg4) argument
469 if (owner) {
470 IOAudioControl *audioControl = OSDynamicCast(IOAudioControl, owner);
925 IOReturn IOAudioControl::addUserClientAction(OSObject *owner, void *arg1, void *arg2, void *arg3, void *arg4) argument
929 if (owner) {
930 IOAudioControl *audioControl = OSDynamicCast(IOAudioControl, owner);
964 IOReturn IOAudioControl::removeUserClientAction(OSObject *owner, void *arg1, void *arg2, void *arg3, void *arg4) argument
968 if (owner) {
969 IOAudioControl *audioControl = OSDynamicCast(IOAudioControl, owner);
978 IOReturn IOAudioControl::detachUserClientsAction(OSObject *owner, voi argument
[all...]
H A DIOAudioDevice.h199 static void idleAudioSleepHandlerTimer(OSObject *owner, IOTimerEventSource *sender ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
493 * @param owner The owner of the IOCommandGate (the IOAudioDevice in this case)
498 static IOReturn setPowerStateAction(OSObject *owner, void *arg1, void *arg2, void *arg3, void *arg4 ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
572 * @param owner The owner of the IOCommandGate (the IOAudioDevice in this case)
575 static IOReturn completePowerStateChangeAction(OSObject *owner, void *arg1, void *arg2, void *arg3, void *arg4 ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/
H A Dldap_pvt_thread.h134 ldap_pvt_thread_t owner));
138 ldap_pvt_thread_t owner));
142 ldap_pvt_thread_t owner));
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_client/
H A Daclclient.cpp87 void KeyAclBearer::getOwner(AutoAclOwnerPrototype &owner) const
89 owner.allocator(allocator);
90 check(CSSM_GetKeyOwner(csp, &key, owner));
248 // Wide open ("ANY") CSSM forms for owner and ACL entry
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_client/lib/
H A Daclclient.cpp87 void KeyAclBearer::getOwner(AutoAclOwnerPrototype &owner) const
89 owner.allocator(allocator);
90 check(CSSM_GetKeyOwner(csp, &key, owner));
248 // Wide open ("ANY") CSSM forms for owner and ACL entry
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/master/
H A Dt_master.c43 t1_add_callback(void *arg, dns_name_t *owner, dns_rdataset_t *dataset);
49 t1_add_callback(void *arg, dns_name_t *owner, dns_rdataset_t *dataset) { argument
57 result = dns_rdataset_totext(dataset, owner, ISC_FALSE, ISC_FALSE,
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/rdata/generic/
H A Dptr_12.c276 if (dns_name_issubdomain(owner, &in_addr_arpa) ||
277 dns_name_issubdomain(owner, &ip6_arpa) ||
278 dns_name_issubdomain(owner, &ip6_int)) {
/macosx-10.10.1/postfix-255/postfix/src/local/
H A Dlocal.h84 const char *owner; /* null or list owner */ member in struct:DELIVER_ATTR
116 msg_attr.owner = 0; \
118 msg_info("%s[%d]: reset owner attr", myname, level); \
122 msg_attr.sender = msg_attr.owner = who; \
124 msg_info("%s[%d]: set owner attr: %s", \
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinClipboard.c196 Window owner,
199 HWND hwnd = owner ? TkWinGetHWND(owner) : NULL;
211 * Only claim and empty the clipboard if we aren't already the owner
191 XSetSelectionOwner( Display *display, Atom selection, Window owner, Time time) argument
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/loadables/
H A Dfinfo.c249 char *owner; local
266 owner = pw ? pw->pw_name : "unknown";
267 printf("Uid of owner: %d (%s)\n", (int) st->st_uid, owner);
269 owner = gr ? gr->gr_name : "unknown";
270 printf("Gid of owner: %d (%s)\n", (int) st->st_gid, owner);
393 " -g gid of owner",
394 " -G group name of owner",
401 " -u uid of owner",
[all...]
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_method.rb187 assert_equal(c, c.instance_method(:foo).owner)
189 assert_equal(c, c2.instance_method(:foo).owner)
199 assert_equal(c, c.new.method(:foo).owner)
200 assert_equal(c2, c2.new.method(:foo).owner)
209 assert_equal(class << o; self; end, m.owner)
211 assert_equal(class << o; self; end, m.unbind.owner)
569 assert_equal(c, c.instance_method(:foo).owner)
570 assert_equal(c, x.method(:foo).owner)
571 assert_equal(x.singleton_class, x.method(:bar).owner)
573 assert_equal(c, x.method(:zot).owner, bug799
[all...]

Completed in 322 milliseconds

<<11121314151617181920>>