Searched refs:ignore_suffix (Results 1 - 1 of 1) sorted by relevance

/external/dnsmasq/src/
H A Doption.c1038 } *ignore_suffix = NULL, *li; local
1048 li->next = ignore_suffix;
1049 ignore_suffix = li;
1069 for (li = ignore_suffix; li; li = li->next)
1098 for(; ignore_suffix; ignore_suffix = li)
1100 li = ignore_suffix->next;
1101 free(ignore_suffix->suffix);
1102 free(ignore_suffix);

Completed in 4070 milliseconds