Home
last modified time | relevance | path

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

/FileX-v6.4.1/common/src/
Dfx_utility_string_length_get.c72 UINT _fx_utility_string_length_get(CHAR *string, UINT max_length) in _fx_utility_string_length_get() function
Dfx_directory_default_get_copy.c92 …path_name_length_with_null_terminator = _fx_utility_string_length_get(return_path_name, FX_MAXIMU… in _fx_directory_default_get_copy()
Dfx_directory_local_path_get_copy.c95 …path_name_length_with_null_terminator = _fx_utility_string_length_get(return_path_name, FX_MAXIMU… in _fx_directory_local_path_get_copy()
/FileX-v6.4.1/test/regression_test/
Dfilex_utility_test.c770 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()
/FileX-v6.4.1/common/inc/
Dfx_utility.h75 UINT _fx_utility_string_length_get(CHAR *string, UINT max_length);