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

/netbsd-current/external/gpl2/rcs/dist/src/
H A Drcssyn.c245 getkey(Khead);
269 getkey(Kaccess);
280 getkey(Ksymbols);
298 getkey(Klocks);
422 getkey(K_branches);
433 getkey(Knext);
508 getkey(keyword);
H A Drcslex.c7 * hashtable, Lexinit, nextlex, getlex, getkey,
466 getkey(key) function
483 getkey(key);
H A Drcsbase.h590 void getkey P((char const*));
/netbsd-current/external/mpl/bind/dist/contrib/scripts/
H A Dcheck5011.pl27 sub getkey ($$) { subroutine
71 push @$keys, getkey $d, { name => $name };
80 my $k = getkey *ARGV, {
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dregress_ssl.c86 getkey(void) function
112 EVP_PKEY *key = getkey();
308 EVP_PKEY *key = getkey();
400 SSL_use_PrivateKey(ssl, getkey());
/netbsd-current/external/bsd/less/dist/
H A Dsignal.c67 getkey();
/netbsd-current/sbin/cgdconfig/
H A Dcgdconfig.c159 static bits_t *getkey(const char *, struct keygen *, size_t,
446 getkey(const char *dev, struct keygen *kg, size_t len0, function
452 VPRINTF(3, ("getkey(\"%s\", %p, %zu) called\n", dev, kg, len0));
503 warnx("unrecognised keygen method %d in getkey()",
846 p->key = getkey(argv[1], p->keygen, p->keylen, &skh);
1486 oldp->key = getkey("old file", oldp->keygen, oldp->keylen, NULL);
1538 p->key = getkey("new file", p->keygen, p->keylen, NULL);
1727 p->key = getkey(dev, p->keygen, p->keylen, NULL);

Completed in 221 milliseconds