Searched refs:localhandle (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/lib/libc/rpc/
H A Dcrypt_client.c55 void *localhandle; local
59 localhandle = setnetconfig();
60 while ((nconf = getnetconfig(localhandle)) != NULL) {
71 endnetconfig(localhandle);
74 endnetconfig(localhandle);
H A Dkey_call.c312 void *localhandle; local
367 if (!(localhandle = setnetconfig())) {
383 endnetconfig(localhandle);
386 while ((nconf = getnetconfig(localhandle)) != NULL) {
406 endnetconfig(localhandle);
H A Drpc_soc.c517 void *localhandle; local
525 localhandle = setnetconfig();
526 while ((nconf = getnetconfig(localhandle)) != NULL) {
565 endnetconfig(localhandle);
H A Drpcb_clnt.c697 void *localhandle; local
701 localhandle = setnetconfig();
702 while ((nconf = getnetconfig(localhandle)) != NULL) {
710 endnetconfig(localhandle);
/freebsd-10.0-release/lib/libypclnt/
H A Dypclnt_passwd.c68 void *localhandle = 0; local
84 localhandle = setnetconfig();
85 while ((nc = getnetconfig(localhandle)) != NULL) {
110 endnetconfig(localhandle);
142 void *localhandle = 0; local
167 localhandle = setnetconfig();
168 while ((nc = getnetconfig(localhandle)) != NULL) {
219 endnetconfig(localhandle);
/freebsd-10.0-release/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_main.c168 void *localhandle; local
291 localhandle = setnetconfig();
292 while ((nconf = getnetconfig(localhandle)) != NULL) {
313 endnetconfig(localhandle);
/freebsd-10.0-release/usr.sbin/keyserv/
H A Dkeyserv.c118 void *localhandle; local
182 localhandle = setnetconfig();
183 while ((nconf = getnetconfig(localhandle)) != NULL) {
204 endnetconfig(localhandle);
/freebsd-10.0-release/sys/rpc/
H A Drpcb_clnt.c707 void *localhandle;
711 localhandle = setnetconfig();
712 while ((nconf = getnetconfig(localhandle)) != NULL) {
720 endnetconfig(localhandle);
/freebsd-10.0-release/usr.bin/rpcinfo/
H A Drpcinfo.c316 void *localhandle; local
320 localhandle = setnetconfig();
321 while ((nconf = getnetconfig(localhandle)) != NULL) {
332 endnetconfig(localhandle);

Completed in 207 milliseconds