HomeSort by: relevance | last modified time | path
    Searched defs:nc_error (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/rpc/
getnetconfig.c 166 static int nc_error = 0; local in function:__nc_error
170 return &nc_error;
176 return &nc_error;
180 return &nc_error;
186 return &nc_error;
190 #define nc_error (*(__nc_error())) macro
231 nc_error = NC_NONETCONFIG;
257 nc_error = NC_NOTINIT;
292 nc_error = NC_NOTINIT;
375 nc_error = NC_NOTINIT
    [all...]
getnetconfig.c 166 static int nc_error = 0; local in function:__nc_error
170 return &nc_error;
176 return &nc_error;
180 return &nc_error;
186 return &nc_error;
190 #define nc_error (*(__nc_error())) macro
231 nc_error = NC_NONETCONFIG;
257 nc_error = NC_NOTINIT;
292 nc_error = NC_NOTINIT;
375 nc_error = NC_NOTINIT
    [all...]

Completed in 21 milliseconds