Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/util/profile/
H A Dprof_get.c347 profile_parse_boolean(const char *s, int *ret_boolean) in profile_parse_boolean() argument
351 if (ret_boolean == NULL) in profile_parse_boolean()
356 *ret_boolean = 1; in profile_parse_boolean()
363 *ret_boolean = 0; in profile_parse_boolean()
373 const char *subsubname, int def_val, int *ret_boolean) in profile_get_boolean() argument
380 *ret_boolean = def_val; in profile_get_boolean()
390 *ret_boolean = def_val; in profile_get_boolean()
395 retval = profile_parse_boolean(value, ret_boolean); in profile_get_boolean()