Home
last modified time | relevance | path

Searched refs:nc_error (Results 1 – 1 of 1) sorted by relevance

/src/lib/libc/rpc/
H A Dgetnetconfig.c131 static _Thread_local int nc_error = 0; variable
186 nc_error = NC_NONETCONFIG; in setnetconfig()
214 nc_error = NC_NOTINIT; in getnetconfig()
256 nc_error = NC_NOTINIT; in getnetconfig()
349 nc_error = NC_NOTINIT; in endnetconfig()
411 nc_error = NC_NOTFOUND; /* default error. */ in getnetconfigent()
442 nc_error = NC_NONETCONFIG; in getnetconfigent()
448 nc_error = NC_NOMEM; in getnetconfigent()
464 nc_error = NC_BADFILE; in getnetconfigent()
526 nc_error = NC_BADFILE; /* nearly anything that breaks is for this reason */ in parse_ncp()
[all …]