Home
last modified time | relevance | path

Searched refs:__getpublickey_LOCAL (Results 1 – 1 of 1) sorted by relevance

/dragonfly/lib/libc/rpc/
H A Dgetpublickey.c57 int (*__getpublickey_LOCAL)(const char *, char *) = NULL; variable
166 if (__getpublickey_LOCAL != NULL) in getpublickey()
167 return(__getpublickey_LOCAL(netname, publickey)); in getpublickey()