Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Drdr_param_types.h73 char *locale_str; member
H A Drdr_messages.c1051 if (sparam->locale_str != NULL) { in rdr_cleanup_params()
1052 free((void *)sparam->locale_str); in rdr_cleanup_params()
1053 sparam->locale_str = NULL; in rdr_cleanup_params()
1743 if (params->locale_str != NULL) { in pack_ses_req_request()
1744 locale_str_len = strlen(params->locale_str) + 1; in pack_ses_req_request()
1774 if (params->locale_str != NULL) { in pack_ses_req_request()
1775 (void) memcpy(bufptr, params->locale_str, locale_str_len); in pack_ses_req_request()
1806 if (get_string_from_buf(&(params->locale_str), in unpack_ses_req_request()
H A Ddcs.c800 ses_setlocale(param->req.locale_str); in dcs_ses_req()