Lines Matching refs:nca
1072 struct netconfig *nca, *ncb; local
1087 nca = a->ypbind_nconf;
1089 ncb->nc_flag = nca->nc_flag;
1091 nca->nc_protofmly ? strdup(nca->nc_protofmly) : NULL;
1093 nca->nc_proto ? strdup(nca->nc_proto) : NULL;
1094 ncb->nc_semantics = nca->nc_semantics;
1096 nca->nc_netid ? strdup(nca->nc_netid) : NULL;
1098 nca->nc_device ? strdup(nca->nc_device) : NULL;
1099 ncb->nc_nlookups = nca->nc_nlookups;
1100 ncb->nc_lookups = (char **)calloc(nca->nc_nlookups, sizeof (char *));
1120 for (i = 0; i < nca->nc_nlookups; i++)
1122 nca->nc_lookups[i] ? strdup(nca->nc_lookups[i]) : NULL;
1124 ncb->nc_unused[i] = nca->nc_unused[i];
1129 for (i = 0; i < nca->nc_nlookups; i++)