Home
last modified time | relevance | path

Searched refs:max_length (Results 1 – 2 of 2) 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() argument
81 while (string[length] && (length < max_length)) in _fx_utility_string_length_get()
/FileX-v6.4.1/common/inc/
Dfx_utility.h75 UINT _fx_utility_string_length_get(CHAR *string, UINT max_length);