Home
last modified time | relevance | path

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

/freebsd-12.1/sbin/devd/
H A Ddevd.cc305 const string &value = c.get_variable(_var); in do_match()
364 value = c.get_variable("device-name"); in do_match()
366 value = c.get_variable("subsystem"); in do_match()
397 var_list::get_variable(const string &var) const in get_variable() function in var_list
621 config::get_variable(const string &var) in get_variable() function in config
627 return ((*i)->get_variable(var)); in get_variable()
708 dst.append(is_shell ? shell_quote(get_variable(buffer)) : get_variable(buffer)); in expand_one()
H A Ddevd.hh52 const std::string &get_variable(const std::string &var) const;
166 const std::string &get_variable(const std::string &var);
/freebsd-12.1/contrib/ipfilter/lib/
H A Dvar.c39 char *get_variable(string, after, line) in get_variable() function
111 value = get_variable(s, &p3, line);
/freebsd-12.1/contrib/ipfilter/
H A Dipf.h372 extern char *get_variable __P((char *, char **, int));
/freebsd-12.1/sys/xen/interface/
H A Dplatform.h199 } get_variable, set_variable; member
/freebsd-12.1/contrib/ipfilter/tools/
H A Dlexer.c285 string_val = get_variable(name, NULL, yylineNum); in yylex()