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

/freebsd-9.3-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.c311 void *localhandle; local
366 if (!(localhandle = setnetconfig())) {
382 endnetconfig(localhandle);
385 while ((nconf = getnetconfig(localhandle)) != NULL) {
405 endnetconfig(localhandle);
H A Drpc_soc.c516 void *localhandle; local
524 localhandle = setnetconfig();
525 while ((nconf = getnetconfig(localhandle)) != NULL) {
564 endnetconfig(localhandle);
H A Drpcb_clnt.c674 void *localhandle; local
678 localhandle = setnetconfig();
679 while ((nconf = getnetconfig(localhandle)) != NULL) {
687 endnetconfig(localhandle);
/freebsd-9.3-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-9.3-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-9.3-release/usr.sbin/keyserv/
H A Dkeyserv.c118 void *localhandle; local
182 localhandle = setnetconfig();
183 while ((nconf = getnetconfig(localhandle)) != NULL) {
204 endnetconfig(localhandle);
/freebsd-9.3-release/sys/rpc/
H A Drpcb_clnt.c689 void *localhandle;
693 localhandle = setnetconfig();
694 while ((nconf = getnetconfig(localhandle)) != NULL) {
702 endnetconfig(localhandle);
/freebsd-9.3-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 371 milliseconds