Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/rpc/
H A Drpc_generic.c241 static once_t __rpc_getconfigp_once = ONCE_INITIALIZER; variable
266 thr_once(&__rpc_getconfigp_once, __rpc_getconfigp_setup); in __rpc_getconfip()