HomeSort by: relevance | last modified time | path
    Searched refs:trusted (Results 1 - 25 of 292) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/mpl/bind/dist/bin/tests/system/dnssec/ns1/
sign.sh 48 keyfile_to_static_ds "$ksk" >trusted.conf
49 cp trusted.conf ../ns2/trusted.conf
50 cp trusted.conf ../ns3/trusted.conf
51 cp trusted.conf ../ns4/trusted.conf
52 cp trusted.conf ../ns6/trusted.conf
53 cp trusted.conf ../ns7/trusted.con
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/dsdigest/ns1/
sign.sh 33 keyfile_to_static_ds $key2 >trusted.conf
34 cp trusted.conf ../ns2/trusted.conf
35 cp trusted.conf ../ns3/trusted.conf
36 cp trusted.conf ../ns4/trusted.conf
  /src/external/mpl/bind/dist/bin/tests/system/filters/ns1/
sign.sh 28 keyfile_to_static_ds $keyname >trusted.conf
29 cp trusted.conf ../ns2/trusted.conf
30 cp trusted.conf ../ns3/trusted.conf
31 cp trusted.conf ../ns5/trusted.conf
  /src/external/mpl/bind/dist/bin/tests/system/pending/ns1/
sign.sh 32 keyfile_to_static_ds $keyname2 >trusted.conf
33 cp trusted.conf ../ns2/trusted.conf
34 cp trusted.conf ../ns3/trusted.conf
35 cp trusted.conf ../ns4/trusted.conf
  /src/external/mpl/bind/dist/bin/tests/system/rootkeysentinel/ns1/
sign.sh 32 keyfile_to_static_ds $keyname >trusted.conf
33 cp trusted.conf ../ns2/trusted.conf
34 cp trusted.conf ../ns3/trusted.conf
35 cp trusted.conf ../ns4/trusted.conf
  /src/external/mpl/bind/dist/bin/tests/system/checkds/ns1/
setup.sh 32 keyfile_to_static_ds "$ksk" >trusted.conf
33 cp trusted.conf ../ns3/trusted.conf
34 cp trusted.conf ../ns9/trusted.conf
  /src/external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns1/
sign.sh 29 keyfile_to_static_ds $keyname >trusted.conf
30 cp trusted.conf ../ns2/trusted.conf
31 cp trusted.conf ../ns3/trusted.conf
  /src/external/mpl/bind/dist/bin/tests/system/eddsa/ns1/
sign.sh 42 keyfile_to_static_ds $ksk25519 >trusted.conf
43 cp trusted.conf ../ns2/trusted.conf
45 keyfile_to_static_ds $ksk448 >trusted.conf
46 cp trusted.conf ../ns2/trusted.conf
50 keyfile_to_static_ds $ksk448 >trusted.conf
51 cp trusted.conf ../ns3/trusted.conf
53 keyfile_to_static_ds $ksk25519 >trusted.con
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/bionic/
unistd.d 5 int flock(int, int) @trusted;
  /src/external/mpl/bind/dist/bin/tests/system/sfcache/ns5/
sign.sh 21 keyfile_to_static_ds "$keyname" >trusted.conf
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
grp.d 232 @trusted void endgrent();
233 @trusted void setgrent();
238 @trusted void endgrent();
239 @trusted void setgrent();
244 @trusted void endgrent();
245 @trusted void setgrent();
250 @trusted void endgrent();
251 @trusted void setgrent();
256 @trusted void endgrent();
257 @trusted void setgrent()
    [all...]
unistd.d 47 uint alarm(uint) @trusted;
50 int close(int) @trusted;
52 int dup(int) @trusted;
53 int dup2(int, int) @trusted;
60 void _exit(int) @trusted;
61 int fchown(int, uid_t, gid_t) @trusted;
62 pid_t fork() @trusted;
63 c_long fpathconf(int, int) @trusted;
66 gid_t getegid() @trusted;
67 uid_t geteuid() @trusted;
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/ecdsa/ns1/
sign.sh 42 keyfile_to_static_ds $ksk256 >trusted.conf
43 cp trusted.conf ../ns2/trusted.conf
47 keyfile_to_static_ds $ksk384 >trusted.conf
48 cp trusted.conf ../ns3/trusted.conf
  /src/external/mpl/bind/dist/bin/tests/system/forward/ns1/
sign.sh 33 keyfile_to_static_ds "$ksk" >trusted.conf
34 cp trusted.conf ../ns3/trusted.conf
  /src/external/mpl/bind/dist/bin/tests/system/inline/ns1/
sign.sh 24 keyfile_to_static_ds $keyname >trusted.conf
25 cp trusted.conf ../ns6/trusted.conf
  /src/external/mpl/bind/dist/bin/tests/system/sfcache/ns1/
sign.sh 34 keyfile_to_static_ds "$keyname" >trusted.conf
35 cp trusted.conf ../ns2/trusted.conf
  /src/external/mpl/bind/dist/bin/tests/system/autosign/ns1/
keygen.sh 37 keyfile_to_static_ds $ksksby >trusted.conf
38 cp trusted.conf ../ns2/trusted.conf
39 cp trusted.conf ../ns3/trusted.conf
40 cp trusted.conf ../ns4/trusted.conf
42 keyfile_to_static_ds $kskrev >trusted.conf
43 cp trusted.conf ../ns5/trusted.con
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
ctfloat.d 35 pure @trusted
38 pure @trusted
44 pure @trusted
61 @trusted
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
stddef.d 18 @trusted: // Types only.
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sync/
mutex.d 63 this() @trusted nothrow @nogc
69 this() shared @trusted nothrow @nogc
75 private this(this Q)(bool _unused_) @trusted nothrow @nogc
111 this(Object obj) @trusted nothrow @nogc
117 this(Object obj) shared @trusted nothrow @nogc
123 private this(this Q)(Object obj, bool _unused_) @trusted nothrow @nogc
139 ~this() @trusted nothrow @nogc
168 @trusted void lock()
174 @trusted void lock() shared
180 final void lock_nothrow(this Q)() nothrow @trusted @nog
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/sys/
file.d 34 int flock(int fd, int operation) @trusted;
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
mmap_allocator.d 37 const errnosave = (() @trusted => fakePureErrno())(); // For purity revert changes to errno.
38 auto p = (() @trusted => fakePureMmap(null, bytes, PROT_READ | PROT_WRITE,
42 (() @trusted => fakePureErrno() = errnosave)(); // errno only changed on MAP_FAILED.
45 return (() @trusted => p[0 .. bytes])();
82 const lastErrorSave = (() @trusted => GetLastError())();
83 auto p = (() @trusted => VirtualAlloc(null, bytes, MEM_COMMIT, PAGE_READWRITE))();
87 (() @trusted => SetLastError(lastErrorSave))();
90 return (() @trusted => p[0 .. bytes])();
137 () @trusted { alloc.deallocate(p); p = null; }();
  /src/external/mpl/bind/dist/bin/tests/system/staticstub/ns3/
sign.sh 30 # Configure the resolving server with a trusted key.
31 keyfile_to_static_ds $keyname2 >trusted.conf
42 keyfile_to_static_ds $keyname2 >>trusted.conf
43 cp trusted.conf ../ns2/trusted.conf
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/thread/
context.d 30 () @trusted { m_fn = fn; }();
35 () @trusted { m_dg = dg; }();
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/
abort.d 14 static void writeStr(scope const(char)[][] m...) @nogc nothrow @trusted
23 auto h = (() @trusted => GetStdHandle(STD_ERROR_HANDLE))();
35 void writeStr(scope const(char)[][] m...) @nogc nothrow @trusted

Completed in 34 milliseconds

1 2 3 4 5 6 7 8 91011>>