profile_get_integer
retval = profile_get_integer(ctx->profile, KRB5_CONF_LIBDEFAULTS,
ret = profile_get_integer(context->profile, KRB5_CONF_LIBDEFAULTS,
retval = profile_get_integer(context->profile,
ret = profile_get_integer(ctx->profile, KDB_MODULE_SECTION, conf_section,
ret = profile_get_integer(ctx->profile, KDB_MODULE_DEF_SECTION, name, NULL,
ret = profile_get_integer(profile, KDB_MODULE_SECTION, conf_section,
ret = profile_get_integer(profile, KDB_MODULE_SECTION, conf_section,
retval = profile_get_integer(profile, "otp", name, "timeout",
retval = profile_get_integer(profile, "otp", name, "retries",
assert(profile_get_integer(profile, name_int, NULL, NULL, 24,
assert(profile_get_integer(profile, "xxx", NULL, NULL, 62, &intval) == 0);
profile_get_integer,
DECL_FUNC_PTR(profile_get_integer);
MAKE_FUNC_INFO(profile_get_integer),
extern DECL_FUNC_PTR(profile_get_integer);