Searched defs:defval (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dtc.c646 const char *defval)
651 val = defval;
678 const bool defval)
683 val = defval;
710 const long defval)
715 val = defval;
645 atf_tc_get_config_var_wd(const atf_tc_t *tc, const char *name, const char *defval) argument
677 atf_tc_get_config_var_as_bool_wd(const atf_tc_t *tc, const char *name, const bool defval) argument
709 atf_tc_get_config_var_as_long_wd(const atf_tc_t *tc, const char *name, const long defval) argument

Completed in 1172 milliseconds