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

<<11121314151617181920>>

/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dsuid_exec.c40 * user id for authentication purposes will be the owner of this
58 #define SPECIAL 04100 /* setuid execute only by owner */
119 * version of THISPROG copied into /tmp, with the owner,
344 static void setids(int mode,int owner,int group) argument
351 * is not set, the value for owner that is passsed should be correct.
353 setreuid(ruserid,owner);
364 static void setids(int mode,uid_t owner,gid_t group) argument
426 if((mode & S_ISUID) && owner && setuid(owner) < 0)
/macosx-10.9.5/securityd-55199.3/src/
H A Dtokendatabase.cpp294 uint32 moreAttributes, const AclEntryPrototype *owner)
300 return process().makeTemporaryKey(*key, moreAttributes, owner);
447 const AccessCredentials *cred, const AclEntryPrototype *owner,
455 access().generateKey(context, cred, owner, usage, modattrs(attrs), hKey, result);
456 newKey = makeKey(hKey, result, 0, owner);
461 const AccessCredentials *cred, const AclEntryPrototype *owner,
471 access().generateKey(context, cred, owner,
474 publicKey = makeKey(hPublic, pubKey, 0, owner);
475 privateKey = makeKey(hPrivate, privKey, 0, owner);
509 const AccessCredentials *cred, const AclEntryPrototype *owner,
293 makeKey(KeyHandle hKey, const CssmKey *key, uint32 moreAttributes, const AclEntryPrototype *owner) argument
446 generateKey(const Context &context, const AccessCredentials *cred, const AclEntryPrototype *owner, CSSM_KEYUSE usage, CSSM_KEYATTR_FLAGS attrs, RefPointer<Key> &newKey) argument
460 generateKey(const Context &context, const AccessCredentials *cred, const AclEntryPrototype *owner, CSSM_KEYUSE pubUsage, CSSM_KEYATTR_FLAGS pubAttrs, CSSM_KEYUSE privUsage, CSSM_KEYATTR_FLAGS privAttrs, RefPointer<Key> &publicKey, RefPointer<Key> &privateKey) argument
508 unwrapKey(const Context &context, const AccessCredentials *cred, const AclEntryPrototype *owner, Key *wrappingKey, Key *publicKey, CSSM_KEYUSE usage, CSSM_KEYATTR_FLAGS attrs, const CssmKey wrappedKey, RefPointer<Key> &unwrappedKey, CssmData &descriptiveData) argument
534 deriveKey(const Context &context, Key *sourceKey, const AccessCredentials *cred, const AclEntryPrototype *owner, CssmData *param, CSSM_KEYUSE usage, CSSM_KEYATTR_FLAGS attrs, RefPointer<Key> &derivedKey) argument
[all...]
H A Dacls.cpp57 void SecurityServerAcl::getOwner(AclOwnerPrototype &owner) argument
60 ObjectAcl::cssmGetOwner(owner);
H A Dkckey.cpp69 const AclEntryPrototype *owner)
73 setOwner(owner);
68 KeychainKey(Database &db, const CssmKey &newKey, uint32 moreAttributes, const AclEntryPrototype *owner) argument
H A Dprocess.cpp182 const AclEntryPrototype *owner)
184 return safer_cast<TempDatabase&>(localStore()).makeKey(key, moreAttributes, owner);
181 makeTemporaryKey(const CssmKey &key, CSSM_KEYATTR_FLAGS moreAttributes, const AclEntryPrototype *owner) argument
H A Dtokencache.cpp169 void TokenCache::makedir(const char *path, int flags, mode_t mode, Owner owner) argument
172 switch(owner) {
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/
H A DIOHIKeyboardMapper.cpp106 #define postSlowKeyTranslateKeyCode(owner,key,keyDown,keyBits) \
107 if (!owner->f12EjectFilterKey(key, keyDown, keyBits)) \
108 if (!owner->stickyKeysFilterKey(key, keyDown, keyBits)) \
109 owner->rawTranslateKeyCode(key, keyDown, keyBits);
2315 void IOHIKeyboardMapper::performF12Eject(IOHIKeyboardMapper *owner, IOTimerEventSource *sender __unused) { argument
2318 owner->postKeyboardSpecialEvent(NX_KEYTYPE_EJECT, NX_KEYDOWN);
2321 owner->_f12Eject_State &= ~kState_In_Progess_Flag;
2483 void IOHIKeyboardMapper::slowKeysPostProcess (IOHIKeyboardMapper *owner, IOTimerEventSource *sender __unused) argument
2485 owner->_slowKeys_State &= ~kState_In_Progess_Flag;
2488 postSlowKeyTranslateKeyCode(owner, owne
2494 stickyKeysSetFnState(IOHIKeyboardMapper *owner, IOEventSource *sender __unused) argument
2511 stickyKeysMouseUp(IOHIKeyboardMapper *owner, IOEventSource *sender __unused) argument
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/DBI/
H A DInformix.pm54 SELECT distinct(rtrim(owner))
116 foreach my $owner (@$owners) {
117 push @owners, $owner
118 if any { $_ eq $owner } @db_owners;
187 foreach my $owner (@$owners) {
188 my $table_names = $self->dbh->selectcol_arrayref(<<"EOF", {}, $owner);
191 WHERE rtrim(owner) = ?
201 schema => $owner,
294 SELECT c.constrname local_constraint, rt.tabname remote_table, rtrim(rt.owner) remote_owner, rc.constrname remote_constraint, ri.*
H A DOracle.pm89 where owner = ? and table_name = ? and constraint_name = ?
113 WHERE acc.table_name=? AND acc.owner = ?
114 AND ac.table_name = acc.table_name AND ac.owner = acc.owner
144 WHERE owner = ?
162 WHERE owner = ?
209 WHERE column_name = ? AND table_name = ? AND owner = ?
357 WHERE column_name = ? AND table_name = ? AND owner = ?
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/data/
H A Dslapd.oc.conf158 owner,
229 owner,
736 owner,
785 owner,
818 owner,
873 owner,
891 owner
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DFocusController.cpp80 Element* FocusNavigationScope::owner() const function in class:WebCore::FocusNavigationScope
238 HTMLFrameOwnerElement* owner = toFrameOwnerElement(element); local
239 if (!owner->contentFrame())
241 Element* foundElement = findFocusableElement(direction, FocusNavigationScope::focusNavigationScopeOwnedByIFrame(owner), 0, event);
325 HTMLFrameOwnerElement* owner = toFrameOwnerElement(element.get()); local
326 if (!owner->contentFrame())
330 setFocusedFrame(owner->contentFrame());
371 Element* owner = scope.owner(); local
372 if (!owner)
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dpf_ruleset.c226 pf_find_ruleset_with_owner(const char *path, const char *owner, int is_anchor, argument
240 if ((owner && anchor->owner && (!strcmp(owner, anchor->owner)))
241 || (is_anchor && !strcmp(anchor->owner, "")))
/macosx-10.9.5/CPANInternal-140/XML-LibXML/
H A Dperl-libxml-mm.c100 * @owner: libxml defines only the document, but not the node owner
113 xmlNodePtr owner; member in struct:_ProxyNode
131 #define PmmOWNER(node) node->owner
155 proxy->owner = NULL;
187 retval->owner = (xmlNodePtr)doc;
244 ProxyNodePtr owner = NULL; local
269 owner = PmmOWNERPO(node);
278 xs_warn( "PmmREFCNT_dec: decrease owner\n" );
279 PmmREFCNT_dec( owner );
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Appender/
H A DFile.pm21 owner => undef,
107 ( defined $self->{owner} or defined $self->{group} )
171 if(defined $self->{owner}) {
172 $uid = $self->{owner};
173 if($self->{owner} !~ /^\d+$/) {
174 $uid = (getpwnam($self->{owner}))[2];
175 die "Unknown user: $self->{owner}" unless defined $uid;
319 =item owner
321 If set, specifies that the owner of the newly created log file should
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DFile.pm21 owner => undef,
108 ( defined $self->{owner} or defined $self->{group} )
185 if(defined $self->{owner}) {
186 $uid = $self->{owner};
187 if($self->{owner} !~ /^\d+$/) {
188 $uid = (getpwnam($self->{owner}))[2];
189 die "Unknown user: $self->{owner}" unless defined $uid;
333 =item owner
335 If set, specifies that the owner of the newly created log file should
/macosx-10.9.5/Libinfo-449.1.3/nis.subproj/
H A Dyp_prot.h99 char *owner; member in struct:ypmap_parms
122 #define ypxfr_owner map_parms.owner
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_client/
H A Daclclient.h61 // Acl owner manipulation
62 virtual void getOwner(AutoAclOwnerPrototype &owner) const = 0;
85 void getOwner(AutoAclOwnerPrototype &owner) const;
110 const AclOwnerPrototype &anyOwner() const; // wide-open owner
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_client/lib/
H A Daclclient.h61 // Acl owner manipulation
62 virtual void getOwner(AutoAclOwnerPrototype &owner) const = 0;
85 void getOwner(AutoAclOwnerPrototype &owner) const;
110 const AclOwnerPrototype &anyOwner() const; // wide-open owner
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSImageGeneratorValue.cpp88 CSSImageGeneratorValue::CachedGeneratedImage::CachedGeneratedImage(CSSImageGeneratorValue& owner, IntSize size, PassRefPtr<GeneratorGeneratedImage> image) argument
89 : m_owner(owner)
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebNSPasteboardExtras.mm179 + (int)_web_setFindPasteboardString:(NSString *)string withOwner:(id)owner
182 [findPasteboard declareTypes:[NSArray arrayWithObject:NSStringPboardType] owner:owner];
284 [self declareTypes:types owner:source];
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/
H A Dprintmsg.c141 printrdata(dns_message_t *msg, dns_rdataset_t *rdataset, dns_name_t *owner, argument
154 result = dns_rdataset_totext(rdataset, owner, ISC_FALSE, ISC_FALSE,
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dds.c49 dns_ds_buildrdata(dns_name_t *owner, dns_rdata_t *key, argument
74 (void)dns_name_downcase(owner, name, NULL);
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delf64-hppa.c67 bfd *owner; member in struct:elf64_hppa_dyn_hash_entry
871 dyn_h->owner = abfd;
1042 bfd *owner;
1043 owner = (h ? h->root.u.def.section->owner : dyn_h->owner);
1046 (x->info, owner, dyn_h->sym_indx)))
1147 bfd *owner;
1148 owner = (h ? h->root.u.def.section->owner
1041 bfd *owner; local
1146 bfd *owner; local
[all...]
/macosx-10.9.5/postfix-252/postfix/src/local/
H A Dinclude.c151 * rights of the include file owner. We do not want to give the include
152 * file owner control of the default account.
163 msg_warn("%s: cannot find :include: file owner username", path);
176 * When no owner attribute is set (either via an owner- alias, or as part of
177 * .forward file processing), set the owner attribute, to disable direct
178 * delivery of local recipients. By now it is clear that the owner
181 if (state.msg_attr.owner == 0)
182 state.msg_attr.owner = state.msg_attr.rcpt.address;
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Ddict_cidr.c210 dict_cidr->dict.owner.uid = st.st_uid;
211 dict_cidr->dict.owner.status = (st.st_uid != 0);

Completed in 416 milliseconds

<<11121314151617181920>>