Searched refs:expand_string (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/ipfilter/lib/ |
| H A D | var.c | 24 static char *expand_string __P((char *, int)); 79 value = expand_string(s, line); 86 static char *expand_string(oldstring, line) in expand_string() function 115 p2 = expand_string(value, line);
|
| /freebsd-12.1/sbin/devd/ |
| H A D | devd.hh | 167 const std::string expand_string(const char * var,
|
| H A D | devd.cc | 283 string s = c.expand_string(_cmd.c_str()); in do_action() 292 _re(c.expand_string(_inv ? re + 1 : re, "^", "$")) in match() 712 config::expand_string(const char *src, const char *prepend, const char *append) in expand_string() function in config
|
| /freebsd-12.1/contrib/binutils/opcodes/ |
| H A D | mep-asm.c | 487 static char * expand_string (const char *, int); 551 rescanned_result = expand_string (result, 0); in expand_macro() 563 expand_string (const char *in, int first_only) in expand_string() function 682 str = expand_string (*strp_in, 1); in mep_cgen_expand_macros_and_parse_operand()
|