Home | History | Annotate | Download | only in dhcpcd-6.8.2

Lines Matching refs:nconf

639 	char *p = NULL, *fp, *np, **nconf;
1156 nconf = realloc(ifo->config, sizeof(char *) * (dl + 2));
1157 if (nconf == NULL) {
1161 ifo->config = nconf;