Lines Matching refs:nc_error
166 static int nc_error = 0; in __nc_error() local
170 return &nc_error; in __nc_error()
176 return &nc_error; in __nc_error()
180 return &nc_error; in __nc_error()
186 return &nc_error; in __nc_error()
190 #define nc_error (*(__nc_error())) macro
231 nc_error = NC_NONETCONFIG; in setnetconfig()
257 nc_error = NC_NOTINIT; in getnetconfig()
292 nc_error = NC_NOTINIT; in getnetconfig()
375 nc_error = NC_NOTINIT; in endnetconfig()
472 nc_error = NC_BADFILE; in getnetconfigent()
534 nc_error = NC_BADFILE; in parse_ncp()
614 switch(nc_error) { in nc_sperror()