Searched defs:elocale (Results 1 - 1 of 1) sorted by relevance
| /osnet-11/usr/src/lib/libscf/common/ |
| H A D | scf_tmpl.c | 2940 const char *locale, const char **elocale) 3015 if (lname_prop != NULL && elocale != NULL) 3016 *elocale = "C"; 3017 } else if (elocale != NULL) { 3018 *elocale = locale; 3033 char **out, const char **elocale) 3037 SCF_PROPERTY_TM_COMMON_NAME_PREFIX, locale, elocale)) == NULL) 3069 char **out, const char **elocale) 3073 SCF_PROPERTY_TM_DESCRIPTION_PREFIX, locale, elocale)) == NULL) 3360 char **out, const char **elocale) 2939 _read_localized_astring_from_pg(scf_propertygroup_t *pg, const char *name, const char *locale, const char **elocale) argument 3032 scf_tmpl_pg_common_name_loc(const scf_pg_tmpl_t *t, const char *locale, char **out, const char **elocale) argument 3068 scf_tmpl_pg_description_loc(const scf_pg_tmpl_t *t, const char *locale, char **out, const char **elocale) argument 3359 scf_tmpl_prop_common_name_loc(const scf_prop_tmpl_t *t, const char *locale, char **out, const char **elocale) argument 3396 scf_tmpl_prop_description_loc(const scf_prop_tmpl_t *t, const char *locale, char **out, const char **elocale) argument 3433 scf_tmpl_prop_units_loc(const scf_prop_tmpl_t *t, const char *locale, char **out, const char **elocale) argument 4314 scf_tmpl_value_common_name_loc(const scf_prop_tmpl_t *t, const char *locale, const char *value, char **out, const char **elocale) argument 4368 scf_tmpl_value_description_loc(const scf_prop_tmpl_t *t, const char *locale, const char *value, char **out, const char **elocale) argument [all...] |
Completed in 61 milliseconds