Searched refs:statics (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_client/
H A Daclclient.cpp119 ModuleNexus<Statics> statics; member in namespace:Security::CssmClient::__anon3670
124 // Make pseudo-statics.
198 { return &statics().nullCred; }
201 { return &statics().promptCred; }
204 { return &statics().unlockCred; }
208 { return &statics().cancelCred; }
211 { return &statics().promptedPINCred; }
214 { return &statics().promptedPINItemCred; }
251 { return statics().anyOwner; }
254 { return statics()
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_client/lib/
H A Daclclient.cpp119 ModuleNexus<Statics> statics; member in namespace:Security::CssmClient::__anon4366
124 // Make pseudo-statics.
198 { return &statics().nullCred; }
201 { return &statics().promptCred; }
204 { return &statics().unlockCred; }
208 { return &statics().cancelCred; }
211 { return &statics().promptedPINCred; }
214 { return &statics().promptedPINItemCred; }
251 { return statics().anyOwner; }
254 { return statics()
[all...]
/macosx-10.10/tcl-105/tcl84/tcl/library/
H A Dsafe.tcl48 {-statics true "loading of statically linked pkgs"}
74 # (either by -noStatics or -statics 0)
76 foreach v {Args statics noStatics} {
80 if {$flag && (!$noStatics == !$statics)
81 && ([::tcl::OptProcArgGiven -statics])} {
83 "conflicting values given for -statics and -noStatics"
88 return $statics
169 lappend res [list -statics [Set [StaticsOkName $slave]]]
194 -statics {
195 return [list -statics [Se
[all...]
/macosx-10.10/tcl-105/tcl/tcl/library/
H A Dsafe.tcl35 # by -noStatics or -statics 0)
37 foreach v {Args statics noStatics} {
41 if {$flag && (!$noStatics == !$statics)
42 && ([::tcl::OptProcArgGiven -statics])} {
44 "conflicting values given for -statics and -noStatics"
49 return $statics
132 [list -statics $state(staticsok)] \
157 -statics {return [list -statics $state(staticsok)]}
164 # it to use the unambigous -statics
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dmips-dis.c1733 int amask, args, statics;
1746 statics = 0;
1751 statics = 4;
1756 statics = amask & 3;
1805 if (statics == 1)
1807 else if (statics > 0)
1809 mips_gpr_names[7 - statics + 1],
1728 int amask, args, statics; local
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dstabs.c2015 bfd_boolean statics; local
2027 || ! parse_stab_struct_fields (dhandle, info, pp, &fields, &statics)
2033 if (! statics
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace.c9170 dtrace_statvar_t **statics; local
9179 statics = kmem_zalloc(newsize, KM_SLEEP);
9182 bcopy(*svarp, statics, oldsize);
9186 *svarp = statics;

Completed in 214 milliseconds