Searched refs:nc_lookups (Results 1 – 5 of 5) sorted by relevance
337 list->ncp->nc_lookups = NULL; in getnetconfig()415 free(q->ncp->nc_lookups); in endnetconfig()510 ncp->nc_lookups = NULL; in getnetconfigent()535 free(netconfigp->nc_lookups); in freenetconfigent()561 char **nc_lookups; in parse_ncp() local621 ncp->nc_lookups = NULL; in parse_ncp()625 free(ncp->nc_lookups); /* from last visit */ in parse_ncp()626 ncp->nc_lookups = NULL; in parse_ncp()629 if ((nc_lookups = reallocarray(ncp->nc_lookups, in parse_ncp()630 ncp->nc_nlookups + 1, sizeof(*ncp->nc_lookups))) == NULL) { in parse_ncp()[all …]
50 char **nc_lookups; /* Names of the libraries */ member
20 char **nc_lookups; /* Names of the libraries */ member
312 nconf_udp.nc_lookups = &lookups; in rpcbind_get_conf()322 nconf_udp6.nc_lookups = &lookups; in rpcbind_get_conf()
306 for (i = 0, s = nconf->nc_lookups; i < nconf->nc_nlookups; in init_transport()