Home
last modified time | relevance | path

Searched refs:delegate (Results 1 – 25 of 270) sorted by relevance

1234567891011

/netbsd-src/crypto/external/bsd/heimdal/dist/tests/gss/
H A Dcheck-context.in89 ${kadmin} add -p p1 --use-defaults host/ok-delegate.test.h5l.se@${R} || exit 1
90 ${kadmin} mod --attributes=+ok-as-delegate host/ok-delegate.test.h5l.se@${R} || exit 1
91 ${kadmin} ext -k ${keytab} host/ok-delegate.test.h5l.se@${R} || exit 1
222 --delegate \
229 --mutual --delegate \
327 --delegate \
334 --policy-delegate \
335 --server-no-delegate \
342 --policy-delegate \
343 --name-type=hostbased-service host@ok-delegate.test.h5l.se || \
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtraits.d500 const Inner delegate(double, string) @safe nothrow deleg; in version()
501 inout(int) delegate(inout int) inout inoutDeleg; in version()
515 …shared(immutable(Inner) delegate(ref double, scope string) const shared @trusted nothrow) attrDele… in version()
773 static if (is(T F == delegate)) in fqnType()
1234 void delegate(int num, string name, int[long] aa) dg;
1534 auto safeDel = delegate() @safe { };
1538 auto trustedDel = delegate() @trusted { };
1542 auto systemDel = delegate() @system { };
1740 auto safeDel = delegate() @safe { };
1745 auto trustedDel = delegate() @trusted { };
[all …]
H A Dconcurrency.d318 void toString(scope void delegate(const(char)[]) sink) in toString()
530 void delegate(int) shared dg1;
531 shared(void delegate(int)) dg2;
532 shared(void delegate(long) shared) dg3;
533 shared(void delegate(real, int, long) shared) dg4;
534 void delegate(int) immutable dg5;
535 void delegate(int) dg6;
1105 void start(void delegate() op);
1120 void spawn(void delegate() op);
1174 void start(void delegate() op) in start()
[all …]
H A Dfunctional.d659 static if (is(typeof(fun) == delegate) || is(typeof(fun) == function)) in partial()
856 bool delegate(int) @safe store;
1331 static if (is(F == delegate))
1335 else static if (is(typeof(&F.opCall) == delegate)
1394 int delegate(ref uint) dg = incMyNumDel;
1410 static assert(!is(typeof(&s1.opCall) == delegate));
1416 static assert(!is(typeof(&S2.opCall) == delegate));
1436 int delegate() pure dg_pure = toDelegate(&func_pure);
1437 int delegate() nothrow dg_nothrow = toDelegate(&func_nothrow);
1438 int delegate() @property dg_property = toDelegate(&func_property);
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtraits.d590 const Inner delegate(double, string) @safe nothrow deleg; in version()
591 inout(int) delegate(inout int) inout inoutDeleg; in version()
605 …shared(immutable(Inner) delegate(ref double, scope string) const shared @trusted nothrow) attrDele… in version()
865 static if (is(T F == delegate)) in fqnType()
1380 void delegate(int num, string name, int[long] aa) dg;
1702 auto safeDel = delegate() @safe { };
1706 auto trustedDel = delegate() @trusted { };
1710 auto systemDel = delegate() @system { };
1915 auto safeDel = delegate() @safe { };
1920 auto trustedDel = delegate() @trusted { };
[all …]
H A Dconcurrency.d636 void delegate(int) shared dg1;
637 shared(void delegate(int)) dg2;
638 shared(void delegate(long) shared) dg3;
639 shared(void delegate(real, int, long) shared) dg4;
640 void delegate(int) immutable dg5;
641 void delegate(int) dg6;
1300 void start(void delegate() op);
1315 void spawn(void delegate() op);
1369 void start(void delegate() op) in start()
1377 void spawn(void delegate() op) in spawn()
[all …]
H A Dfunctional.d1150 bool delegate(int) @safe store;
1713 static if (is(F == delegate))
1717 else static if (is(typeof(&F.opCall) == delegate)
1776 int delegate(ref uint) dg = incMyNumDel;
1792 static assert(!is(typeof(&s1.opCall) == delegate));
1798 static assert(!is(typeof(&S2.opCall) == delegate));
1818 int delegate() pure dg_pure = toDelegate(&func_pure);
1819 int delegate() nothrow dg_nothrow = toDelegate(&func_nothrow);
1820 int delegate() @property dg_property = toDelegate(&func_property);
1821 int delegate() @safe dg_safe = toDelegate(&func_safe);
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/
H A Dgcinterface.d20 alias RootIterator = int delegate(scope int delegate(ref Root) nothrow dg);
21 alias RangeIterator = int delegate(scope int delegate(ref Range) nothrow dg);
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/gc/
H A Dgcinterface.d20 alias RootIterator = int delegate(scope int delegate(ref Root) nothrow dg);
21 alias RangeIterator = int delegate(scope int delegate(ref Range) nothrow dg);
/netbsd-src/sys/compat/common/
H A Dbio_30.c55 int (*delegate)(void *, u_long, void *)) in compat_30_bio()
64 error = (*delegate)(cookie, BIOCDISK, bd); in compat_30_bio()
78 error = (*delegate)(cookie, BIOCVOL, bv); in compat_30_bio()
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/kdc/
H A Dcheck-delegation.in86 ${kadmin} modify --attributes=+ok-as-delegate krbtgt/${R2}@${R} || exit 1
87 ${kadmin} modify --attributes=+ok-as-delegate krbtgt/${R3}@${R2} || exit 1
90 ${kadmin} modify --attributes=+ok-as-delegate host/server.test3.h5l.se@${R3} || exit 1
94 ${kadmin} modify --attributes=+ok-as-delegate host/server.test4.h5l.se@${R4} || exit 1
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/windows/
H A Dregistry.d738 private void regProcessNthKey(Key key, scope void delegate(scope LONG delegate(DWORD, out string)) … in regProcessNthKey()
761 private void regProcessNthValue(Key key, scope void delegate(scope LONG delegate(DWORD, out string)… in regProcessNthValue()
1393 regProcessNthKey(m_key, (scope LONG delegate(DWORD, out string) getName) in getKeyName()
1417 int opApply(scope int delegate(ref string name) dg) in opApply()
1420 regProcessNthKey(m_key, (scope LONG delegate(DWORD, out string) getName) in opApply()
1490 regProcessNthKey(m_key, (scope LONG delegate(DWORD, out string) getName) in getKey()
1514 int opApply(scope int delegate(ref Key key) dg) in opApply()
1517 regProcessNthKey(m_key, (scope LONG delegate(DWORD, out string) getName) in opApply()
1599 regProcessNthValue(m_key, (scope LONG delegate(DWORD, out string) getName) in getValueName()
1623 int opApply(scope int delegate(ref string name) dg) in opApply()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/windows/
H A Dregistry.d738 private void regProcessNthKey(Key key, scope void delegate(scope LONG delegate(DWORD, out string)) … in regProcessNthKey()
761 private void regProcessNthValue(Key key, scope void delegate(scope LONG delegate(DWORD, out string)… in regProcessNthValue()
1392 regProcessNthKey(m_key, (scope LONG delegate(DWORD, out string) getName) in getKeyName()
1415 int opApply(scope int delegate(ref string name) dg) in opApply()
1418 regProcessNthKey(m_key, (scope LONG delegate(DWORD, out string) getName) in opApply()
1488 regProcessNthKey(m_key, (scope LONG delegate(DWORD, out string) getName) in getKey()
1511 int opApply(scope int delegate(ref Key key) dg) in opApply()
1514 regProcessNthKey(m_key, (scope LONG delegate(DWORD, out string) getName) in opApply()
1596 regProcessNthValue(m_key, (scope LONG delegate(DWORD, out string) getName) in getValueName()
1619 int opApply(scope int delegate(ref string name) dg) in opApply()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dforeachvar.d49 void foreachVar(Expression e, void delegate(VarDeclaration) dgVar) in foreachVar()
57 extern (D) void delegate(VarDeclaration) dgVar; in foreachVar()
59 extern (D) this(void delegate(VarDeclaration) dgVar) in foreachVar()
114 void delegate(Expression) dgExp, in foreachExpAndVar()
115 void delegate(VarDeclaration) dgVar) in foreachExpAndVar()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dcontext.d33 void opAssign(void delegate() dg) pure nothrow @nogc @safe in opAssign()
63 void delegate() m_dg;
H A Dthreadgroup.d54 final Thread create(void delegate() dg) in create()
116 final int opApply(scope int delegate(ref Thread) dg) in opApply()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/corpus_examples/objc/
H A DBasicClass.m11 @property(nonatomic, assign) id delegate; property
20 @synthesize delegate = _delegate;
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/
H A Dwin32.d34 static int opApply(scope int delegate(ref SectionGroup) dg) in opApply()
39 static int opApplyReverse(scope int delegate(ref SectionGroup) dg) in opApplyReverse()
121 void scanTLSRanges(void[] rng, scope void delegate(void* pbeg, void* pend) nothrow dg) nothrow in scanTLSRanges()
H A Dandroid.d37 static int opApply(scope int delegate(ref SectionGroup) dg) in opApply()
42 static int opApplyReverse(scope int delegate(ref SectionGroup) dg) in opApplyReverse()
105 void scanTLSRanges(void[]* rng, scope void delegate(void* pbeg, void* pend) nothrow dg) nothrow in scanTLSRanges()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_delegate.c513 BYTE *delegate; in tcs_wrap_Delegate_VerifyDelegation() local
527 delegate = malloc(delegateSize); in tcs_wrap_Delegate_VerifyDelegation()
528 if (delegate == NULL) { in tcs_wrap_Delegate_VerifyDelegation()
532 if (getData(TCSD_PACKET_TYPE_PBYTE, 2, delegate, delegateSize, &data->comm)) { in tcs_wrap_Delegate_VerifyDelegation()
533 free(delegate); in tcs_wrap_Delegate_VerifyDelegation()
539 result = TCSP_Delegate_VerifyDelegation_Internal(hContext, delegateSize, delegate); in tcs_wrap_Delegate_VerifyDelegation()
542 free(delegate); in tcs_wrap_Delegate_VerifyDelegation()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/net/
H A Dcurl.d1037 client.onSend = delegate size_t(void[] buf) in _basicHTTP()
1045 client.handle.onSeek = delegate(long offset, CurlSeekPos mode) in _basicHTTP()
1174 client.onSend = delegate size_t(void[] buf) in _basicFTP()
2211 @property void onSend(size_t delegate(void[]) callback) in Protocol()
2240 @property void onReceive(size_t delegate(ubyte[]) callback) in Protocol()
2270 @property void onProgress(int delegate(size_t dlTotal, size_t dlNow, in Protocol()
2445 private void delegate(StatusLine) onReceiveStatusLine;
2450 @system @property void onReceiveHeader(void delegate(in char[] key, in onReceiveHeader()
2832 @property void onSend(size_t delegate(void[]) callback); in version()
2857 @property void onReceive(size_t delegate(ubyte[]) callback); in version()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Dtlsgc.d58 alias void delegate(void* pstart, void* pend) nothrow ScanDg;
70 alias int delegate(void* addr) nothrow IsMarkedDg;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Dtlsgc.d59 alias void delegate(void* pstart, void* pend) nothrow ScanDg;
71 alias int delegate(void* addr) nothrow IsMarkedDg;
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/net/
H A Dcurl.d1063 client.onSend = delegate size_t(void[] buf) in _basicHTTP()
1071 client.handle.onSeek = delegate(long offset, CurlSeekPos mode) in _basicHTTP()
1202 client.onSend = delegate size_t(void[] buf) in _basicFTP()
2155 @property void onSend(size_t delegate(void[]) callback) in Protocol()
2184 @property void onReceive(size_t delegate(ubyte[]) callback) in Protocol()
2215 @property void onProgress(int delegate(size_t dlTotal, size_t dlNow, in Protocol()
2415 private void delegate(StatusLine) onReceiveStatusLine;
2420 @system @property void onReceiveHeader(void delegate(in char[] key, in onReceiveHeader()
2805 @property void onSend(size_t delegate(void[]) callback); in version()
2830 @property void onReceive(size_t delegate(ubyte[]) callback); in version()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dinterfaces.d121 int opApply(scope int delegate(E)); in InputRange()
124 int opApply(scope int delegate(size_t, E)); in InputRange()
454 int opApply(scope int delegate(E) dg) { in opApply()
466 int opApply(scope int delegate(size_t, E) dg) { in opApply()

1234567891011