Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ipf/dist/lib/
H A Dvar.c86 static char *expand_string(oldstring, line) in expand_string() argument
87 char *oldstring; in expand_string()
94 newstring = oldstring;
96 for (s = oldstring; *s != '\0'; s++)
136 if (newstring != oldstring)