OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nc_vars
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/rpc/
getnetconfig.c
213
struct netconfig_vars *
nc_vars
;
local in function:setnetconfig
215
if ((
nc_vars
= malloc(sizeof(*
nc_vars
))) == NULL) {
225
nc_vars
->valid = NC_VALID;
226
nc_vars
->flag = 0;
227
nc_vars
->nc_configs = ni.head;
228
return
nc_vars
;
232
free(
nc_vars
);
getnetconfig.c
213
struct netconfig_vars *
nc_vars
;
local in function:setnetconfig
215
if ((
nc_vars
= malloc(sizeof(*
nc_vars
))) == NULL) {
225
nc_vars
->valid = NC_VALID;
226
nc_vars
->flag = 0;
227
nc_vars
->nc_configs = ni.head;
228
return
nc_vars
;
232
free(
nc_vars
);
Completed in 21 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025