Home
last modified time | relevance | path

Searched refs:_gx_system_private_string_copy (Results 1 – 5 of 5) sorted by relevance

/GUIX-v6.4.1/common/src/
Dgx_prompt_text_set.c150 status = _gx_system_private_string_copy(&prompt -> gx_prompt_string, string); in _gx_prompt_text_set_ext()
Dgx_text_button_text_set.c146 status = _gx_system_private_string_copy(&button -> gx_text_button_string, string); in _gx_text_button_text_set_ext()
Dgx_multi_line_text_view_text_set.c154 status = _gx_system_private_string_copy(&text_view -> gx_multi_line_text_view_text, text); in _gx_multi_line_text_view_text_set_ext()
Dgx_system_private_string.c73 UINT _gx_system_private_string_copy(GX_STRING *string, GX_CONST GX_STRING *text) in _gx_system_private_string_copy() function
/GUIX-v6.4.1/common/inc/
Dgx_system.h125 UINT _gx_system_private_string_copy(GX_STRING *ptr_address, GX_CONST GX_STRING *text);