Home
last modified time | relevance | path

Searched refs:oldstring (Results 1 – 1 of 1) sorted by relevance

/freebsd/sbin/ipf/libipf/
H A Dvar.c82 static char *expand_string(char *oldstring, int line) in expand_string() argument
88 newstring = oldstring; in expand_string()
90 for (s = oldstring; *s != '\0'; s++) in expand_string()
130 if (newstring != oldstring) in expand_string()