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

/barrelfish-master/lib/libc/rpc/
H A Dgetnetconfig.c341 list->ncp->nc_lookups = NULL;
419 free(q->ncp->nc_lookups);
514 ncp->nc_lookups = NULL;
539 free(netconfigp->nc_lookups);
565 char **nc_lookups; local
625 ncp->nc_lookups = NULL;
629 free(ncp->nc_lookups); /* from last visit */
630 ncp->nc_lookups = NULL;
633 if ((nc_lookups = realloc(ncp->nc_lookups,
[all...]
/barrelfish-master/include/
H A Dnetconfig.h21 char **nc_lookups; /* Names of the libraries */ member in struct:netconfig

Completed in 67 milliseconds