Searched refs:nc_nlookups (Results 1 - 2 of 2) sorted by relevance

/barrelfish-2018-10-04/include/
H A Dnetconfig.h20 unsigned long nc_nlookups; /* Number of directory lookup libs */ member in struct:netconfig
/barrelfish-2018-10-04/lib/libc/rpc/
H A Dgetnetconfig.c624 ncp->nc_nlookups = 0;
631 ncp->nc_nlookups = 0;
634 (ncp->nc_nlookups + 1) * sizeof *ncp->nc_lookups)) == NULL) {
641 ncp->nc_lookups[ncp->nc_nlookups++] = cp;
722 p->nc_lookups = (char **)malloc((size_t)(p->nc_nlookups+1) * sizeof(char *));
729 for (i=0; i < p->nc_nlookups; i++) {

Completed in 88 milliseconds