Searched refs:_fx_utility_string_length_get (Results 1 – 5 of 5) sorted by relevance
72 UINT _fx_utility_string_length_get(CHAR *string, UINT max_length) in _fx_utility_string_length_get() function
92 …path_name_length_with_null_terminator = _fx_utility_string_length_get(return_path_name, FX_MAXIMU… in _fx_directory_default_get_copy()
95 …path_name_length_with_null_terminator = _fx_utility_string_length_get(return_path_name, FX_MAXIMU… in _fx_directory_local_path_get_copy()
770 size = _fx_utility_string_length_get(buffer, sizeof(buffer)); in ftest_0_entry()774 size = _fx_utility_string_length_get(buffer, sizeof(buffer)); in ftest_0_entry()778 size = _fx_utility_string_length_get(buffer, sizeof(buffer)); in ftest_0_entry()782 size = _fx_utility_string_length_get(buffer, 1); in ftest_0_entry()
75 UINT _fx_utility_string_length_get(CHAR *string, UINT max_length);