HomeSort by relevance Sort by last modified time
    Searched refs:keystatus (Results 1 - 4 of 4) sorted by null

  /external/dagger2/util/
mvn-deploy.sh 10 keystatus=$(gpg --list-keys | grep ${key} | awk '{print $1}')
11 if [ "${keystatus}" != "pub" ]; then
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
key_prot.x 85 enum keystatus {
117 union cryptkeyres switch (keystatus status) {
138 union getcredres switch (keystatus status) {
154 union key_netstres switch (keystatus status){
175 keystatus
217 keystatus
264 keystatus
key_prot.h 34 enum keystatus { enum
40 typedef enum keystatus keystatus; typedef in typeref:enum:keystatus
60 keystatus status;
79 keystatus status;
94 keystatus status;
111 extern keystatus * key_set_1(char *, CLIENT *);
112 extern keystatus * key_set_1_svc(char *, struct svc_req *);
129 extern keystatus * key_set_1();
130 extern keystatus * key_set_1_svc()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
key_prot.h 53 enum keystatus { enum
59 typedef enum keystatus keystatus; typedef in typeref:enum:keystatus
61 extern "C" bool_t xdr_keystatus(XDR *, keystatus*);
63 extern bool_t xdr_keystatus(XDR *, keystatus*);
119 keystatus status;
154 keystatus status;
185 keystatus status;
210 extern "C" keystatus * key_set_1(opaque *, CLIENT *);
211 extern "C" keystatus * key_set_1_svc(opaque *, struct svc_req *)
    [all...]

Completed in 102 milliseconds