Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dconfig.c869 get_bool(svn_boolean_t *boolp, const char *input, svn_boolean_t default_value, in get_bool() argument
875 *boolp = TRUE; in get_bool()
877 *boolp = FALSE; in get_bool()
879 *boolp = default_value; in get_bool()