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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_get.c281 profile_parse_boolean(const char *s, int *ret_boolean) argument
285 if (ret_boolean == NULL)
290 *ret_boolean = 1;
297 *ret_boolean = 0;
307 const char *subsubname, int def_val, int *ret_boolean)
314 *ret_boolean = def_val;
324 *ret_boolean = def_val;
329 return profile_parse_boolean (value, ret_boolean);
306 profile_get_boolean(profile_t profile, const char *name, const char *subname, const char *subsubname, int def_val, int *ret_boolean) argument

Completed in 44 milliseconds