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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_get.c280 profile_parse_boolean(const char *s, int *ret_boolean) argument
284 if (ret_boolean == NULL)
289 *ret_boolean = 1;
296 *ret_boolean = 0;
306 const char *subsubname, int def_val, int *ret_boolean)
313 *ret_boolean = def_val;
323 *ret_boolean = def_val;
328 return profile_parse_boolean (value, ret_boolean);
305 profile_get_boolean(profile_t profile, const char *name, const char *subname, const char *subsubname, int def_val, int *ret_boolean) argument

Completed in 21 milliseconds