OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nc_lookups
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libc/rpc/
getnetconfig.c
331
list->ncp->
nc_lookups
= NULL;
401
if (q->ncp->
nc_lookups
!= NULL) free(q->ncp->
nc_lookups
);
480
ncp->
nc_lookups
= NULL;
505
if (netconfigp->
nc_lookups
!= NULL)
506
free(netconfigp->
nc_lookups
);
585
ncp->
nc_lookups
= NULL;
589
if (ncp->
nc_lookups
!= NULL) /* from last visit */
590
free(ncp->
nc_lookups
);
592
ncp->
nc_lookups
= malloc(sizeof(*ncp->nc_lookups))
[
all
...]
/src/include/
netconfig.h
48
char **
nc_lookups
; /* Names of the libraries */
member in struct:netconfig
/src/usr.sbin/rpcbind/
rpcbind.c
310
for (i = 0, s = nconf->
nc_lookups
; i < nconf->nc_nlookups;
Completed in 51 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025