HomeSort by: relevance | last modified time | path
    Searched defs:nc_handle (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/am-utils/dist/conf/transp/
transp_tli.c 319 voidp nc_handle; local
321 if ((nc_handle = setnetconfig()) == (voidp) NULL) {
333 if ((nc = getnetconfig(nc_handle)) == (struct netconfig *) NULL) {
335 endnetconfig(nc_handle);
349 endnetconfig(nc_handle);
  /src/lib/libc/rpc/
rpcb_clnt.c 478 void *nc_handle; local
481 nc_handle = setnetconfig();
482 if (nc_handle == NULL) {
489 while ((nconf = getnetconfig(nc_handle)) != NULL) {
520 endnetconfig(nc_handle);
  /src/usr.sbin/rpcbind/
rpcbind.c 153 void *nc_handle; /* Net config handle */ local
188 nc_handle = setnetconfig(); /* open netconfig file */
189 if (nc_handle == NULL)
205 while ((nconf = getnetconfig(nc_handle))) {
214 endnetconfig(nc_handle);

Completed in 24 milliseconds