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

/freebsd-10-stable/contrib/ipfilter/lib/
H A Dvar.c24 static char *expand_string __P((char *, int));
79 value = expand_string(s, line);
86 static char *expand_string(oldstring, line) function
115 p2 = expand_string(value, line);
/freebsd-10-stable/sbin/devd/
H A Ddevd.hh162 const std::string expand_string(const char * var,
H A Ddevd.cc282 string s = c.expand_string(_cmd.c_str());
291 _re(c.expand_string(_inv ? re + 1 : re, "^", "$"))
667 config::expand_string(const char *src, const char *prepend, const char *append) function in class:config
/freebsd-10-stable/contrib/binutils/opcodes/
H A Dmep-asm.c488 static char * expand_string (const char *, int);
552 rescanned_result = expand_string (result, 0);
564 expand_string (const char *in, int first_only)
683 str = expand_string (*strp_in, 1);
563 expand_string (const char *in, int first_only) function

Completed in 80 milliseconds