Lines Matching defs:nca
1074 struct netconfig *nca, *ncb;
1089 nca = a->ypbind_nconf;
1091 ncb->nc_flag = nca->nc_flag;
1093 nca->nc_protofmly ? strdup(nca->nc_protofmly) : NULL;
1095 nca->nc_proto ? strdup(nca->nc_proto) : NULL;
1096 ncb->nc_semantics = nca->nc_semantics;
1098 nca->nc_netid ? strdup(nca->nc_netid) : NULL;
1100 nca->nc_device ? strdup(nca->nc_device) : NULL;
1101 ncb->nc_nlookups = nca->nc_nlookups;
1102 ncb->nc_lookups = (char **)calloc(nca->nc_nlookups, sizeof (char *));
1122 for (i = 0; i < nca->nc_nlookups; i++)
1124 nca->nc_lookups[i] ? strdup(nca->nc_lookups[i]) : NULL;
1126 ncb->nc_unused[i] = nca->nc_unused[i];
1131 for (i = 0; i < nca->nc_nlookups; i++)