Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dvar.c81 static char *expand_string(oldstring, line) in expand_string() argument
82 char *oldstring; in expand_string()
89 newstring = oldstring;
91 for (s = oldstring; *s != '\0'; s++)
131 if (newstring != oldstring)